GetBlipRouteVisible: Difference between revisions
(Created page with "Check whether the blip route is visible or not. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Blip.GetBlipRouteVisible(NetHandle bli...") |
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
Check whether the blip route is visible or not.
C# Syntax
bool NAPI.Blip.GetBlipRouteVisible(NetHandle blip);
Parameters
- blip: parameter input should be in NetHandle type
Example
Blip blip = NAPI..Blip.CreateBlip(new Vector3());
bool routeVisible = NAPI.Blip.GetBlipRouteVisible(blip);