yolkbot
    Preparing search index...

    Interface Map

    Represents a single Map in Maps

    interface Map {
        availability: "private" | "both";
        filename: string;
        hash: string;
        modes: MapModes;
        name: string;
    }

    Hierarchy

    Index

    Properties

    availability: "private" | "both"

    Whether the map is available in private only or pubs & privs

    filename: string

    The filename of the map

    hash: string

    A hash used for cachebusting

    modes: MapModes

    The modes the map may be used in

    name: string

    The stylized map name