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
stringworld: World name in which the waypoint exists.stringname: Waypoint name.
Returns {x, y, z}|nil
Waypoint position or nil.