new evolved.empty function

This commit is contained in:
BlackMATov
2024-12-29 03:58:07 +07:00
parent 6f8294f4ba
commit c11714e390
4 changed files with 46 additions and 9 deletions

View File

@@ -1,8 +1,7 @@
# evolved.lua (work in progress)
```
id :: id
alive :: id -> boolean
id :: integer? -> id...
pack :: integer, integer -> id
unpack :: id -> integer, integer
@@ -10,6 +9,9 @@ unpack :: id -> integer, integer
defer :: boolean
commit :: boolean
alive :: entity -> boolean
empty :: entity -> boolean
get :: entity, fragment... -> component...
has :: entity, fragment -> boolean
has_all :: entity, fragment... -> boolean