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