evolved.spawn/spawn_at impl (without deferring support yet)

This commit is contained in:
BlackMATov
2025-01-16 06:41:35 +07:00
parent 1620738b51
commit 76afc420f4
4 changed files with 960 additions and 37 deletions

View File

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