GetBlipRouteColor
Внешний вид
Gets the color for the current's blip route.
C# Syntax
<syntaxhighlight lang="csharp">int NAPI.Blip.GetBlipRouteColor(NetHandle blip);</syntaxhighlight>
Parameters
- blip: parameter input should be in NetHandle type
Example
<syntaxhighlight lang="csharp"> Blip blip = NAPI..Blip.CreateBlip(new Vector3()); int color = NAPI.Blip.GetBlipRouteColor(blip); </syntaxhighlight>