GetTextLabelText
Внешний вид
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>