GetBlipRouteColor

From RAGE Multiplayer Wiki
Revision as of 15:07, 23 December 2022 by Xabi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This feature is currently not implemented server-side.

Gets the color for the current's blip route.


C# Syntax

int NAPI.Blip.GetBlipRouteColor(NetHandle blip);

Parameters

  • blip: parameter input should be in NetHandle type


Example

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