GetAllPickups
Gets all the pickups created in the server.
C# Syntax
List<Pickup> NAPI.Pools.GetAllPickups();
Example
// Code here...
Gets all the pickups created in the server.
List<Pickup> NAPI.Pools.GetAllPickups();
// Code here...