GetAllPickups

From Onset Developer Wiki
Revision as of 08:10, 29 December 2019 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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