AddWaypointEvent
Description
Declaration
public static void AddWaypointEvent(int waypointIndex, string data)Parameters
Name
Description
Example
coming soonLast updated
Add from code an event on a specific waypoint.
public static void AddWaypointEvent(int waypointIndex, string data)waypointIndex
The index of the waypoint on which to add the event.
data
The event data is utilized to recognize and respond to the event.
coming soonLast updated