Перейти к содержанию

GetAllPickups

Материал из RAGE MP Wiki Archive
Версия от 09:40, 30 ноября 2019; imported>Xabi (Created page with "Gets all the pickups created in the server. {{CSharpContainer| {{#tag:syntaxhighlight|List<Pickup> {{Template:CSharp_Serverside_namespace}}Pools.GetAllPickups();|lang=csharp...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Gets all the pickups created in the server.


<syntaxhighlight lang="csharp">List<Pickup> NAPI.Pools.GetAllPickups();</syntaxhighlight>


Example

<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>