GetWaypointLocation

From Onset Developer Wiki
Revision as of 11:05, 6 January 2020 by 28days (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Gets the specified waypoint location.}} {{FuncSyntax|GetWaypointLocation()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetWaypointLocation

Type: Function
Context: Client
Introduced: v1.0

Description

Gets the specified waypoint location.

Syntax

GetWaypointLocation()

Parameters

  • This function has no parameters.

Return Value

  • This function returns a table.

Example

local x, y, z = GetWaypointLocation(waypointId)

See also