SetWaypointText: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Updates the specified waypoint Id text.}} {{FuncSyntax|SetWaypointText(waypointId, text)}} {{FuncParameters}} {{FuncParam|way...")
 
(No difference)

Latest revision as of 15:06, 7 January 2020

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