SetWaypointText

From Onset Developer Wiki
Revision as of 15:06, 7 January 2020 by 28days (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Updates the specified waypoint Id text.}} {{FuncSyntax|SetWaypointText(waypointId, text)}} {{FuncParameters}} {{FuncParam|way...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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