GetBlipRouteColor

From RAGE Multiplayer Wiki
Revision as of 18:00, 28 November 2019 by Xabi (talk | contribs) (Created page with "Gets the color for the current's blip route. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Blip.GetBlipRouteColor(NetHandle blip);|l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gets the color for the current's blip route.


C# Syntax

bool NAPI.Blip.GetBlipRouteColor(NetHandle blip);

Parameters

  • NetHandle: parameter input should be in NetHandle type


Example

Blip blip = NAPI..Blip.CreateBlip(new Vector3());
int color = NAPI.Blip.GetBlipRouteColor(blip);