OS Probabilities API - v0.1.0
    Preparing search index...

    Interface LootboxOpenOptions

    interface LootboxOpenOptions {
        boxId: string | number;
        openId?: string | number;
        playerId: string | number;
        trace?: boolean;
    }
    Index

    Properties

    boxId: string | number
    openId?: string | number
    playerId: string | number
    trace?: boolean