GetBlipRouteVisible

From RAGE Multiplayer Wiki
Revision as of 18:10, 28 November 2019 by Xabi (talk | contribs) (Created page with "Check whether the blip route is visible or not. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Blip.GetBlipRouteVisible(NetHandle bli...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Check whether the blip route is visible or not.


C# Syntax

bool NAPI.Blip.GetBlipRouteVisible(NetHandle blip);

Parameters

  • NetHandle: parameter input should be in NetHandle type


Example

Blip blip = NAPI..Blip.CreateBlip(new Vector3());
bool routeVisible = NAPI.Blip.GetBlipRouteVisible(blip);