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

GetTextLabelRange

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

Gets the range for the given text label.


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

Parameters

  • label: parameter input should be in NetHandle type


Example

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