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