SetWaypointText

From Onset Developer Wiki
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