mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2026-04-20 10:54:26 +07:00
lookup api and basic tests
This commit is contained in:
@@ -208,6 +208,9 @@
|
||||
|
||||
locate: function(entity: Entity): Chunk | nil, integer
|
||||
|
||||
lookup: function(name: string): Entity | nil
|
||||
multi_lookup: function(name: string): { Entity }, integer
|
||||
|
||||
process: function(...: System)
|
||||
process_with: function(system: System, ...: any)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user