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

    Type Alias AreaFightZoneChangePacket

    Represents an area fight zone change notification.

    type AreaFightZoneChangePacket = {
        xEnd: number;
        xStart: number;
        yEnd: number;
        yStart: number;
    }
    Index

    Properties

    Properties

    xEnd: number

    The ending x-coordinate.

    xStart: number

    The starting x-coordinate.

    yEnd: number

    The ending y-coordinate.

    yStart: number

    The starting y-coordinate.