Skip to main content

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​