Script API - v26.50.27
    Preparing search index...

    Class PoiBlockInstanceBeta

    Describes a block point-of-interest instance returned by a query.

    Required Experiments:

    • Poi
    export class PoiBlockInstance {
    private constructor();
    readonly position: Vector3;
    readonly tickets: number;
    readonly 'type': PoiBlockType;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    position: Vector3

    Block position of this POI instance.

    This property can't be read in early-execution mode.

    tickets: number

    Number of tickets currently available to be claimed from this POI instance.

    This property can't be read in early-execution mode.

    Type of this POI instance.

    This property can't be read in early-execution mode.