SetWaypointText
From Onset Developer Wiki
Description
Updates the specified waypoint Id text.
Syntax
SetWaypointText(waypointId, text)
Parameters
- waypointId
The waypoint identifier. - text
the text.
Return Value
- This function returns true on success.
Example
SetWaypointText(waypointId, "WOW UPDATED!")