Skip to main content

GetBlipRouteColor

Gets the color for the current's blip route.

  • blip: parameter input should be in NetHandle type

{{#tag:syntaxhighlight| Blip blip = .Blip.CreateBlip(new Vector3()); int color = Blip.GetBlipRouteColor(blip); |lang=csharp}} }}