entityExists
ECS::entityExists
Checks if an Entity exists.
Declaration
bool entityExists(Entity entity);
Parameters
Name |
Type |
Description |
---|---|---|
entity |
The Entity to check the existence of. |
Returns
true
if the Entity exists, else, returns false
.