Method GetAllBlips
GetAllBlips(BlipSprite[])
Gets an array of all the Blips on the map with a given BlipSprite.
Declaration
public static Blip[] GetAllBlips(params BlipSprite[] blipTypes)
Parameters
| Type | Name | Description |
|---|---|---|
| BlipSprite[] | blipTypes | The blip types to include, leave blank to get all Blips. |
Returns
| Type | Description |
|---|---|
| Blip[] |