new evolved.entities function

This commit is contained in:
BlackMATov
2025-02-27 02:55:26 +07:00
parent 2e961ee22f
commit e2e8350add
3 changed files with 59 additions and 6 deletions

View File

@@ -94,6 +94,7 @@ batch_multi_remove :: query, fragment[] -> integer, boolean
chunk :: fragment... -> chunk?, entity[]?, integer?
select :: chunk, fragment... -> component[]...
entities :: chunk -> entity[], integer
each :: entity -> {each_state? -> fragment?, component?}, each_state?
execute :: query -> {execute_state? -> chunk?, entity[]?, integer?}, execute_state?