Skip to content

function getWaypoint (server-side)

Available since version: 0.0.0

This function is used to retrieve the position of specified waypoint.

Declaration

{x, y, z} getWaypoint(string world, string name)

Parameters

  • string world: the world name in which the waypoint exists.
  • string name: the name of the waypoint.

Returns {x, y, z}

The position of waypoint.