GetBlipRouteColor: Difference between revisions
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
{{Parameters}} | {{Parameters}} | ||
*''' | *'''blip:''' parameter input should be in '''NetHandle''' type | ||
Revision as of 18:12, 28 November 2019
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);