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

GetTextLabelText

Материал из RAGE MP Wiki Archive
Версия от 09:33, 30 ноября 2019; imported>Xabi (Created page with "Gets the text for the given text label. {{CSharpContainer| {{#tag:syntaxhighlight|string {{Template:CSharp_Serverside_namespace}}TextLabel.GetTextLabelText(NetHandle label);...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Gets the text for the given text label.


<syntaxhighlight lang="csharp">string NAPI.TextLabel.GetTextLabelText(NetHandle label);</syntaxhighlight>

Parameters

  • label: parameter input should be in NetHandle type


Example

<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>