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

SetTextLabelSeethrough

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

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>