SetWaypointLocation: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Sets the specified waypoint location.}} {{FuncSyntax|SetWaypointLocation(waypointId, x, y, z)}} {{FuncParameters}} {{FuncPara...")
 
(No difference)

Latest revision as of 11:07, 6 January 2020

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