Перейти к содержанию

GetAllTextLabels

Материал из RAGE MP Wiki Archive

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>