yolkbot
    Preparing search index...

    Interface SpatulaChanges

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

    interface SpatulaChanges {
        playerHoldingSpatula: number;
        spatula: Position;
        teamHoldingSpatula: Team;
        teamScore: number[];
    }

    Hierarchy

    Index

    Properties

    playerHoldingSpatula: number

    The Player ID holding the spatula

    spatula: Position

    The spatula position

    teamHoldingSpatula: Team

    The Team holding the spatula

    teamScore: number[]

    The team scores, indexed by Team