findEntityByName

ECSInterface::findEntityByName

Returns the Entity associated with the name.

Declaration

virtual Entity findEntityByName(const std::string& name) = 0;

Parameters

Name

Type

Description

name

const std::string&

The name of the Entity.

Returns

The Entity if the name is associated with an Entity, else, returns NTSHENGN_ENTITY_UNKNOWN.