PixelPlaceJS-new - v3.4.3
    Preparing search index...

    Type Alias AreaFightEndPacket

    Represents an area fight end notification.

    type AreaFightEndPacket = {
        canvas: number;
        defended: boolean;
        fightType: FightType;
        id: FightLocation;
        nextFight: number;
        nextFightType: FightType;
        ores: number;
        ownedBy: string;
        ownedByGuild: string;
        points: number;
        previousOwner: string;
        stats: { guild: string; pixels: number; username: string; users: number }[];
        total: { guilds: number; pixels: number; users: number };
    }
    Index

    Properties

    canvas: number

    The canvas id.

    defended: boolean

    Whether the area was defended.

    fightType: FightType

    The fight type.

    Location id.

    nextFight: number

    Seconds to next fight.

    nextFightType: FightType

    The type of the next fight.

    ores: number

    The number of ores gained.

    ownedBy: string

    The owner of the area.

    ownedByGuild: string

    The guild of the area owner.

    points: number

    The amount of battle points earned.

    previousOwner: string

    The previous owner of the area.

    stats: { guild: string; pixels: number; username: string; users: number }[]

    The stats of the area.

    total: { guilds: number; pixels: number; users: number }

    The total stats.