yolkbot
    Preparing search index...

    Interface MapModes

    The status of a map on different modes in Maps and MapJSON

    interface MapModes {
        FFA: boolean;
        King?: boolean;
        Spatula: boolean;
        Teams: boolean;
    }
    Index

    Properties

    Properties

    FFA: boolean

    Whether or not the map can be used in FFA; basically always true

    King?: boolean

    Whether or not the map can be used in King; usually true for big maps but may not be on smaller maps

    Spatula: boolean

    Whether or not the map can be used in Spatula; basically always true

    Teams: boolean

    Whether or not the map can be used in Teams; basically always true