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

GetAllVehicles

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

Gets all the vehicles created in the server.


<syntaxhighlight lang="csharp">List<Vehicle> NAPI.Pools.GetAllVehicles();</syntaxhighlight>


Example

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