Workshop.codes
Create

Entity Exists Last updated November 26, 2024

Description

Whether the specified player, icon entity, or effect entity still exists. Useful for determining if a player has left the match or an entity has been destroyed.

Snippet

Entity Exists(Event Player);

Properties

Returns: Boolean
Parameters: Entity

Entity
Type: Player | Entity ID, Default: Event Player
The player, icon entity, or effect entity whose existence to check.

Workshop.codes