isEntityPersistent

Script::isEntityPersistent

Checks if an Entity is persistent.

Declaration

bool isEntityPersistent(Entity entity);

Parameters

Name

Type

Description

entity

Entity

The Entity to check the persistence flag of.

Returns

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