lookup api and basic tests

This commit is contained in:
BlackMATov
2026-02-07 08:08:43 +07:00
parent 5efd9ab2ae
commit cd1a583682
4 changed files with 136 additions and 0 deletions

View File

@@ -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)