SetWaypointLocation

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