GetAllWaypoints: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Gets all the waypoint IDs in a table.}} {{FuncSyntax|GetAllWaypoints()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValu...")
 
(No difference)

Latest revision as of 11:05, 6 January 2020

GetAllWaypoints

Type: Function
Context: Client
Introduced: v1.0

Description

Gets all the waypoint IDs in a table.

Syntax

GetAllWaypoints()

Parameters

  • This function has no parameters.

Return Value

  • This function returns a table.

Example

local table = GetAllWaypoints()

See also