function getWaypoint (server-side)
Available since version: 0.1.4
This function is used to retrieve the position of specified waypoint.
Declaration
Vec3 getWaypoint(string world, string name)
Parameters
stringworld: the world name in which the waypoint exists.stringname: the name of the waypoint.
Returns Vec3
The position of waypoint.