Check whether an entity with given uid exists.
Edit me

IsEntity

Check whether an entity with the given uid exists. Can be used for altering behaviour when an entity spawns, or for making while loops terminate when an entity is destroyed.

Inputs:

  • String: name of the entity

Outputs:

  • Bool: whether the entity was found