SetWaypointLocation

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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