SetWaypointLocation

From Onset Developer Wiki
Revision as of 11:07, 6 January 2020 by 28days (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Sets the specified waypoint location.}} {{FuncSyntax|SetWaypointLocation(waypointId, x, y, z)}} {{FuncParameters}} {{FuncPara...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetWaypointLocation

Type: Function
Context: Client
Introduced: v1.0

Description

Sets the specified waypoint location.

Syntax

SetWaypointLocation(waypointId, x, y, z)

Parameters

  • waypointId
    The waypoint identifier.
  • x
    The x axis.
  • y
    The y axis.
  • z
    The z axis.

Return Value

  • This function returns true on success.

Example

SetWaypointLocation(waypointId, x, y, z)

See also