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

    Class MapEntity

    Represents a playable Map within a Ranked System. Provides helper methods to update the map configuration directly.

    Index

    Constructors

    Properties

    heightLimit: number
    id: string
    imageUrl: string
    name: string
    rankedSystemId: string

    Methods

    • Uploads or updates the image for this map.

      Parameters

      • fileBuffer: Buffer

        The binary buffer of the image file.

      • filename: string

        The name of the file (e.g., 'arena.png').

      Returns Promise<string>

      A promise resolving to the new image URL.