Skip to content

function getWaypoint (server-side)

Available since version: 0.3.0

Retrieve world position of a waypoint by name.

Declaration

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

Parameters

  • string world: World name in which the waypoint exists.
  • string name: Waypoint name.

Returns {x, y, z}|nil

Waypoint position or nil.