execute returns chunk entity count now

This commit is contained in:
BlackMATov
2025-02-08 17:18:04 +07:00
parent 76e8fc5530
commit 664636a5c8
3 changed files with 5 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ chunk :: fragment... -> chunk?, entity[]?
select :: chunk, fragment... -> component[]...
each :: entity -> {each_state? -> fragment?, component?}, each_state?
execute :: query -> {execute_state? -> chunk?, entity[]?}, execute_state?
execute :: query -> {execute_state? -> chunk?, entity[]?, integer?}, execute_state?
```
```