mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Cleanup action Remove is default
This commit is contained in:
parent
22af3ace91
commit
6b7d6ec7ea
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ The format is based on [Keep a Changelog][kac], and this project adheres to
|
|||
- `[traits]`:
|
||||
- Added cleanup condition `jecs.OnDelete` for when the entity or component is deleted
|
||||
- Added cleanup action `jecs.Remove` which removes instances of the specified (component) id from all entities
|
||||
- This is the default cleanup action
|
||||
- Added component trait `jecs.Tag` which allows for zero-cost components used as tags
|
||||
- Setting data to a component with this trait will do nothing
|
||||
- `[luau]`:
|
||||
|
|
Loading…
Reference in a new issue