Skip to main content

SetBlipRouteColor

Sets the color for the current's blip route.

  • blip: parameter input should be in NetHandle type
  • color: parameter input should be in int type

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