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