yolkbot
    Preparing search index...

    Interface KOTCChanges

    Changes that are in a metaGameState BotEvents event when in KOTC mode

    interface KOTCChanges {
        coopState: CoopState;
        numPlayersCapturing: number;
        percentCaptured: number;
        playersOnZone: number[];
        teamCapturing: Team;
        teamScore: number[];
        zoneIdx: number;
    }

    Hierarchy

    Index

    Properties

    coopState: CoopState

    The state of the coop

    numPlayersCapturing: number

    The number of players sitting on the coop

    percentCaptured: number

    The coop capture progress percentage

    playersOnZone: number[]

    The Player IDs on the coop

    teamCapturing: Team

    The Team capturing the coop

    teamScore: number[]

    The team scores, indexed by Team

    zoneIdx: number

    The active zone index