Skip to main content

SetBlipRouteVisible

Toggle the blip route's visibility.

  • blip: parameter input should be in NetHandle type
  • visible: parameter input should be in bool type

{{#tag:syntaxhighlight| Blip blip = .Blip.CreateBlip(new Vector3()); Blip.SetBlipRouteVisible(blip, true); |lang=csharp}} }}