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

    Interface QueueCapacity

    Payload returning the current capacity state of a queue.

    interface QueueCapacity {
        currentSize: number;
        totalNeeded: number;
    }
    Index

    Properties

    currentSize: number

    The number of players currently waiting in the queue.

    totalNeeded: number

    The total number of players needed to start a match.