GetAllTextLabels
Gets all the text labels created in the server.
C# Syntax
List<TextLabel> NAPI.Pools.GetAllTextLabels();
Example
// Code here...
Gets all the text labels created in the server.
List<TextLabel> NAPI.Pools.GetAllTextLabels();
// Code here...