GetBlipRouteColor: Difference between revisions
(Created page with "Gets the color for the current's blip route. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Blip.GetBlipRouteColor(NetHandle blip);|l...") |
No edit summary |
||
| Line 3: | Line 3: | ||
{{CSharpContainer| | {{CSharpContainer| | ||
{{#tag:syntaxhighlight| | {{#tag:syntaxhighlight|int {{Template:CSharp_Serverside_namespace}}Blip.GetBlipRouteColor(NetHandle blip);|lang=csharp}} | ||
{{Parameters}} | {{Parameters}} | ||
Revision as of 18:10, 28 November 2019
Gets the color for the current's blip route.
C# Syntax
int NAPI.Blip.GetBlipRouteColor(NetHandle blip);
Parameters
- NetHandle: parameter input should be in NetHandle type
Example
Blip blip = NAPI..Blip.CreateBlip(new Vector3());
int color = NAPI.Blip.GetBlipRouteColor(blip);