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

SetTextLabelSeethrough

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

Sets the capacity to see the text label through items and walls.


<syntaxhighlight lang="csharp">void NAPI.TextLabel.SetTextLabelSeethrough(NetHandle label, bool seethrough);</syntaxhighlight>

Parameters

  • label: parameter input should be in NetHandle type
  • seethrough: parameter input should be in bool type


Example

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