entityExists

Script::entityExists

Checks if an Entity exists.

Declaration

bool entityExists(Entity entity);

Parameters

Name

Type

Description

entity

Entity

The Entity to check the existence of.

Returns

true if the Entity exists, else, returns false.