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

SetTextLabelRange

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

Sets the range for the given text label.


<syntaxhighlight lang="csharp">void NAPI.TextLabel.SetTextLabelRange(NetHandle label, float newRange);</syntaxhighlight>

Parameters

  • label: parameter input should be in NetHandle type
  • newRange: parameter input should be in float type


Example

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