GetAllPickups

From RAGE Multiplayer Wiki

Gets all the pickups created in the server.


C# Syntax

List<Pickup> NAPI.Pools.GetAllPickups();


Example

// Code here...