W3Booster SDK 4.6.0
    Preparing search index...

    Interface PlayerLosses

    Cumulative sampled deaths, excluding heroes and illusions. Disappearance is not death.

    interface PlayerLosses {
        buildings?: Readonly<Record<string, number>>;
        complete: boolean;
        gameTime: number;
        units?: Readonly<Record<string, number>>;
    }
    Index
    buildings?: Readonly<Record<string, number>>
    complete: boolean

    False when deaths may be missed between recorder samples or before attachment.

    gameTime: number
    units?: Readonly<Record<string, number>>