Skip to content

function getWaypoint (client-side)

Available since version: 0.3.0

This function will return world position of a waypoint by name.

Declaration

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

Parameters

  • string name: Waypoint name.

Returns {x, y, z}|nil

Waypoint position table or nil.