SetWaypointLocation
From Onset Developer Wiki
Description
Sets the specified waypoint location.
Syntax
SetWaypointLocation(waypointId, x, y, z)
Parameters
- waypointId
The waypoint identifier. - x
The x axis. - y
The y axis. - z
The z axis.
Return Value
- This function returns true on success.
Example
SetWaypointLocation(waypointId, x, y, z)