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

GetTextLabelSeethrough

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

Check whether the text label can be seen through items or walls.


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

Parameters

  • label: parameter input should be in NetHandle type


Example

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