SetWaypointText

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
SetWaypointText

Type: Function
Context: Client
Introduced: v1.0

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!")

See also