NAPI.BlipGetBlipShortRange

From RAGE Multiplayer Wiki
Revision as of 15:13, 26 November 2019 by Muphy (talk | contribs) (Created page with "Gets the range status of a blip. ==Syntax== <pre>bool NAPI.Blip.GetBlipShortRange(Blip blip);</pre> === Required Arguments === *'''blip:''' The blip to get the range status...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gets the range status of a blip.

Syntax

bool NAPI.Blip.GetBlipShortRange(Blip blip);

Required Arguments

  • blip: The blip to get the range status from. Parameter input should be in Blip type

Example

C# Syntax

Example

NAPI.Blip.SetBlipShortRange(myBlip, !NAPI.Blip.GetBlipShortRange(myBlip));