Waypoint Activator Object
From Runic Games Wiki
Contents |
Waypoint Activator
Description
This Level Object is used to add the current Dungeon to the list of active Waypoints for the Player.
Location
Right-click on an empty space in the Layout Scene Manager and choose Logic > Waypoint Activator from the list.
Properties
Name | Type | Description | Read Only |
---|---|---|---|
ORIENTATION | |||
FORWARD | |
Forward by X,Y,Z. | |
RIGHT | |
Right by X,Y,Z. | |
UP | |
Up by X,Y,Z. | |
POSITION | |||
POSITION | |
Position by X, Y, Z world coordinates. | |
PROPERTIES | |||
VISIBLE | |
Set the Waypoint Activator visible or not. | |
Input Events
- Show
- Set the Waypoint Activator to be visible.
- Hide
- Set the Waypoint Activator to be invisible.
- Activate
- Activate the Waypoint and add it to the list of available Waypoints for the Player.
Output Events
- On Visible
- This event will be fired when the Waypoint Activator receives a "Show" Input event.
- On Invisible
- This event will be fired when the Waypoint Activator receives a "Hide" Input event.