Protected _activation_Protected _activation_Protected _affected_Protected _allow_Protected _idProtected _initial_Protected _initial_Protected _key_Protected _location_Protected _origin_Private _prev_Private _prev_Private _start_Private _stop_Protected _typeProtected _xProtected _yThe collision layer shift value from origin Inter. Obj. base collision layer that will be summed up to it which will form the activation collision layer of this event.
Private custom_Private custom_Private custom_Protected dataPrivate dest_Private destination_Private dont_Private door_Private fade_Private fade_Private fade_Private fade_Private fadein_Private finish_Private finish_Protected gameWhether this event is in the map.
Private keep_Private on_Private open_Private particles_Private play_Private skip_Private skip_Private spiral_Private targetPrivate watery_Private x_Private y_Static Private Readonly DEFAULT_Static Private Readonly DEFAULT_Static Protected _eventsStatic Protected id_Static Protected labeled_The set of collision layers that this event can be fired.
The set of directions that this event can be fired.
The set of directions that cause this event to have its activation toggled when reveal is casted.
When activating this event in diagonal, and if this var is not true, the diagonal direction whether the hero is trying to activate this event won't be splitted.
This event id number.
The set of directions that this event can be fired when it was created.
This event unique label/key name.
The interactable object that created this event (in the case of it has been created from it).
Returns the tile event type.
The x tile position.
The y tile position.
Static eventsActivates this event in a given direction.
the direction to activate this event. If "all" is passed, all directions will be activated.
Private advancePrivate camera_Private camera_Private change_Private climbing_Deactivates this event in a given direction.
the direction to deactivate this event. If "all" is passed, all directions will be deactivated.
Gets an activation direction of this event.
returns an direction.
Tests whether a given direction is available to active this event. If no directions given, tests if at least one direction is active.
Optional direction: directionsthe direction to test if it's active.
Returns whether it's active or not.
Private open_Private particles_Private spiral_Private toggle_Static get_Static get_Static reset
This class is responsible for the class of events that are placed on the map. Generally, this kind of event is fired when the hero reaches the position where an event of this type is placed. Use these events to make the hero jump, slide, climb, teleport, etc. Tile Events are set as map properties (and sometimes, Interactable Objects can also create some Tile Events automatically).