aos variant of spawn/clone functions WIP

This commit is contained in:
BlackMATov
2025-04-22 05:47:16 +07:00
parent e89b91fd18
commit 189269fdfc
4 changed files with 920 additions and 7 deletions

View File

@@ -95,6 +95,9 @@ execute :: query -> {execute_state? -> chunk?, entity[]?, integer?}, execute_sta
process :: system... -> ()
spawn :: <fragment, component>? -> entity
clone :: entity -> <fragment, component>? -> entity
spawn_at :: chunk?, fragment[]?, component[]? -> entity
spawn_as :: entity?, fragment[]?, component[]? -> entity
spawn_with :: fragment[]?, component[]? -> entity