yolkbot
    Preparing search index...

    Interface KOTCZoneTile

    Represents a KOTC zone tile, stored in KOTCGame.zones

    interface KOTCZoneTile {
        x: number;
        y: number;
        z: number;
        zone: number;
    }

    Hierarchy

    Index

    Properties

    Properties

    x: number

    The X coordinate

    y: number

    The Y coordinate

    z: number

    The Z coordinate

    zone: number

    The associated zone "number"