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

GetTextLabelText

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

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>