entityHasName
ECSInterface::entityHasName
Checks if an Entity has a name.
Declaration
virtual bool entityHasName(Entity entity) = 0;
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
.