Search Results for

    Show / Hide Table of Contents

    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 position to detect Blips.

    BlipSprite[] blipTypes

    The blip types to include, leave blank to get all Blips.

    Returns
    Type Description
    Blip[]
    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX