GetBlipRouteColor
Внешний вид
Ошибка создания миниатюры: Не удаётся сохранить эскиз по месту назначения This feature is currently not implemented server-side.
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>