mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-14 20:11:27 +07:00
evolved.spawn/spawn_at impl (without deferring support yet)
This commit is contained in:
@@ -80,6 +80,11 @@ each :: entity -> {each_state? -> fragment?, component?}, each_state?
|
||||
execute :: query -> {execute_state? -> chunk?, entity[]?}, execute_state?
|
||||
```
|
||||
|
||||
```
|
||||
spawn :: fragment[]?, component[]? -> entity, boolean
|
||||
spawn_at :: chunk?, fragment[]?, component[]? -> entity, boolean
|
||||
```
|
||||
|
||||
```
|
||||
entity :: entity_builder
|
||||
entity_builder:set :: fragment, any... -> entity_builder
|
||||
|
||||
Reference in New Issue
Block a user