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