deferred spawning support

This commit is contained in:
BlackMATov
2025-01-18 01:31:20 +07:00
parent 76afc420f4
commit 253d9e2246
4 changed files with 584 additions and 446 deletions

View File

@@ -81,8 +81,8 @@ execute :: query -> {execute_state? -> chunk?, entity[]?}, execute_state?
```
```
spawn :: fragment[]?, component[]? -> entity, boolean
spawn_at :: chunk?, fragment[]?, component[]? -> entity, boolean
spawn_with :: fragment[]?, component[]? -> entity, boolean
```
```