new evolved.fragments function

This commit is contained in:
BlackMATov
2025-03-03 06:55:35 +07:00
parent 706fd73575
commit eac882d604
3 changed files with 29 additions and 0 deletions

View File

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