nadako / Ash-Haxe

Port of Ash entity framework to Haxe
Other
131 stars 37 forks source link

Adds .contains() methods to Engine, EntityList and ComponentPool. #36

Closed jan-niestadt closed 1 year ago

jan-niestadt commented 7 years ago

Useful while debugging to detect if an entity that should have been removed is still in the engine, or if an active component is somehow still in the ComponentPool (maybe because it got added twice).