Hierarchy (view full)

Constructors

Properties

GPS: GPS
Nations: Nations
Players: Players
Residents: Residents
Towns: Towns
URLBuilder: typeof __class = ...
inviteRange: number = 3500
name: "aurora"

Accessors

Methods

  • Returns Promise<{
        control: boolean;
        hide: boolean;
        id: "towny" | "chunky";
        markers: {
            anchor?: Point2D;
            color?: `#${string}`;
            fill?: boolean;
            fillColor?: `#${string}`;
            fillOpacity?: Opacity;
            icon?: string;
            opacity?: Opacity;
            point?: Point2D;
            points?: StrictPoint2D[] | StrictPoint2D[][][];
            popup: string;
            size?: Point2D;
            tooltip: string;
            tooltip_anchor?: Point2D;
            type: SquaremapAreaType;
        }[];
        name: string;
        order: number;
        timestamp: number;
        z_index: number;
    }>

  • Returns Promise<{
        name: string;
        nickname?: string;
        underground?: boolean;
        world?: string;
        x: string | number;
        yaw?: string | number;
        z: string | number;
    }[]>