RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface MapData

    Raw data structure representing a playable Map.

    interface MapData {
        heightLimit: number;
        id: string;
        imageUrl: string;
        name: string;
        rankedSystemId: string;
    }
    Index

    Properties

    heightLimit: number

    The height limit of the map (Y-axis boundary).

    id: string

    Unique identifier for the map.

    imageUrl: string

    URL of the map image (used for UI).

    name: string

    The name of the map.

    rankedSystemId: string

    Identifier of the ranked system this map belongs to.