GetAllPickups
From Onset Developer Wiki
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
- GetPickupCount
- GetStreamedPickups
- GetPickupLocation
- SetPickupPropertyValue
- GetPickupPropertyValue
- SetPickupVisibleForPlayers
- GetAllPickups
- CreatePickup
- DestroyPickup
- IsValidPickup
- SetPickupScale
- GetPickupScale
- SetPickupDimension
- GetPickupDimension
- SetPickupVisibility
- SetPickupOutline
- IsPickupStreamedIn