NAPI.BlipGetBlipShortRange
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));