Перейти к содержанию

GetBlipRouteColor

Материал из RAGE MP Wiki Archive

Gets the color for the current's blip route.


<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>