W3Booster SDK 4.6.0
    Preparing search index...

    Interface LossEvent

    The counter changed in (fromGameTime, gameTime]; timestamps are observation times.

    interface LossEvent {
        count: number;
        fromGameTime: number;
        gameTime: number;
        kind: LossKind;
        playerId: string;
        typeId: string;
    }
    Index
    count: number
    fromGameTime: number
    gameTime: number
    kind: LossKind
    playerId: string
    typeId: string