Skip to content

Trigger (Entity Event)

Apex Aeon edited this page Feb 2, 2018 · 4 revisions

Trigger (Entity Event)

Description

Every entity has a method trigger(). When this method is called, that entity will usually perform an action, depending on the entity's internal data and the entity type. This is extremely important in making interactive content.

Behavior

The entity type Trigger

Clone this wiki locally