GetAllWaypoints

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 all the waypoint IDs in a table.}} {{FuncSyntax|GetAllWaypoints()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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