isEntityPersistent

ECSInterface::isEntityPersistent

Checks if an Entity is persistent.

Declaration

virtual bool isEntityPersistent(Entity entity) = 0;

Parameters

Name

Type

Description

entity

Entity

The Entity to check the persistence flag of.

Returns

true if the Entity is persistent, else, returns false.