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