RTSDK
    Preparing search index...

    Interface MoveAllVisitorsInterface

    interface MoveAllVisitorsInterface {
        scatterVisitorsBy?: number;
        shouldFetchVisitors?: boolean;
        shouldTeleportVisitors?: boolean;
        x: number;
        y: number;
    }
    Index

    Properties

    scatterVisitorsBy?: number
    shouldFetchVisitors?: boolean
    shouldTeleportVisitors?: boolean
    x: number
    y: number