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