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

GetAllTextLabels

Материал из RAGE MP Wiki Archive
Версия от 09:41, 30 ноября 2019; imported>Xabi (Created page with "Gets all the text labels created in the server. {{CSharpContainer| {{#tag:syntaxhighlight|List<TextLabel> {{Template:CSharp_Serverside_namespace}}Pools.GetAllTextLabels();|l...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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>