Script API - v1.26.10.23
    Preparing search index...

    Interface EntityQueryOptions

    interface EntityQueryOptions {
        closest?: number;
        excludeFamilies?: string[];
        excludeGameModes?: GameMode[];
        excludeNames?: string[];
        excludeTags?: string[];
        excludeTypes?: string[];
        families?: string[];
        farthest?: number;
        gameMode?: GameMode;
        location?: Vector3;
        maxDistance?: number;
        maxHorizontalRotation?: number;
        maxLevel?: number;
        maxVerticalRotation?: number;
        minDistance?: number;
        minHorizontalRotation?: number;
        minLevel?: number;
        minVerticalRotation?: number;
        name?: string;
        propertyOptions?: EntityQueryPropertyOptions[];
        scoreOptions?: EntityQueryScoreOptions[];
        tags?: string[];
        type?: string;
        volume?: Vector3;
    }

    Hierarchy (View Summary)

    Index

    Properties

    closest?: number
    excludeFamilies?: string[]
    excludeGameModes?: GameMode[]
    excludeNames?: string[]
    excludeTags?: string[]
    excludeTypes?: string[]
    families?: string[]
    farthest?: number
    gameMode?: GameMode
    location?: Vector3
    maxDistance?: number
    maxHorizontalRotation?: number
    maxLevel?: number
    maxVerticalRotation?: number
    minDistance?: number
    minHorizontalRotation?: number
    minLevel?: number
    minVerticalRotation?: number
    name?: string
    propertyOptions?: EntityQueryPropertyOptions[]
    scoreOptions?: EntityQueryScoreOptions[]
    tags?: string[]
    type?: string
    volume?: Vector3