Skip to main content

GetBlipSprite

Gets the sprite (icon type) of a blip.

Syntax​

``` uint NAPI.Blip.GetBlipSprite(Blip blip); ```

Required Arguments​

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

Example​