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

GetAllPeds

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

Gets all the peds created in the server.


<syntaxhighlight lang="csharp">List<Ped> NAPI.Pools.GetAllPeds();</syntaxhighlight>


Example

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