Method GetNearbyBlips
GetNearbyBlips(Vector3, Single, BlipSprite[])
Gets an array
of all Blips in a given region in the World.
Declaration
public static Blip[] GetNearbyBlips(Vector3 position, float radius, params BlipSprite[] blipTypes)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | position | The position to check the Blip against. |
System.Single | radius | The maximum distance from the |
BlipSprite[] | blipTypes | The blip types to include, leave blank to get all Blips. |
Returns
Type | Description |
---|---|
Blip[] |