GetAllPickups
Внешний вид
Gets all the pickups created in the server.
C# Syntax
<syntaxhighlight lang="csharp">List<Pickup> NAPI.Pools.GetAllPickups();</syntaxhighlight>
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>