GetAllWaypoints

From Onset Developer Wiki
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