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

    Class MapsManager

    Manages API operations related to playable Maps within Ranked Systems.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    client: RankedClient

    Methods

    • Uploads or updates the image for a specific map using multipart/form-data.

      Parameters

      • mapId: string

        The unique ID of the map.

      • fileBuffer: Buffer

        The binary buffer containing the image data.

      • filename: string

        The filename with extension (e.g., 'arena.png').

      Returns Promise<{ success: boolean; url: string }>

      A promise resolving to an object containing the success status and the new URL.