GetWaypointLocation: Difference between revisions

From Onset Developer Wiki
28days (talk | contribs)
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Gets the specified waypoint location.}} {{FuncSyntax|GetWaypointLocation()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturn..."
(No difference)

Revision as of 11:05, 6 January 2020

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