mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-12-06 21:24:55 -05:00
Filters allow for a Pool constructor (defaults to Lists) that can be used to define Custom Pools. The constructor is a function that takes the Filter Definition and returns a Custom Pool with these functions: :add(e) - Add the Entity to the pool :remove(e) - Remove the Entity from the pool :has(e) boolean - Checks if the Entity exists in the pool :clear() - Clears the Pool from Entities Fixes #40 |
||
|---|---|---|
| .. | ||
| component.lua | ||
| components.lua | ||
| entity.lua | ||
| filter.lua | ||
| init.lua | ||
| list.lua | ||
| system.lua | ||
| type.lua | ||
| utils.lua | ||
| world.lua | ||