SetTextLabelSeethrough

From RAGE Multiplayer Wiki
Revision as of 09:35, 30 November 2019 by Xabi (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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


C# Syntax

void NAPI.TextLabel.SetTextLabelSeethrough(NetHandle label, bool seethrough);

Parameters

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


Example

// Code here...