GetAllPickups

From Onset Developer Wiki
GetAllPickups

Type: Function
Context: Server
Introduced: v1.0

Description

This function gets all the pickup IDs in a table.

Syntax

GetAllPickups()

Parameters

  • This function has no parameters.

Return Value

  • This function returns a table with pickup IDs.

Example

local pickups = GetAllPickups()
print("Pickups Count: "..#pickups..".")

See also