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

GetAllDummyEntities

Материал из RAGE MP Wiki Archive

Gets all the dummy entities created in the server.


<syntaxhighlight lang="csharp">List<DummyEntity> NAPI.Pools.GetAllDummyEntities();</syntaxhighlight>


Example

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