GetAllDummyEntities
Внешний вид
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>