W3Booster SDK 4.6.0
    Preparing search index...

    Interface HeroCombatTotals

    Engine lifetime totals for this hero instance, in actual HP after mitigation and overkill/overheal caps. Damage includes neutral targets and friendly fire. Engine summon attribution varies by ability. Survives death/revival; replay seeks replace observations. Missing means unavailable.

    interface HeroCombatTotals {
        damage?: HeroDamageSummary;
        damageDealt: number;
        damageReceived: number;
        healingDealt: number;
        selfDamage: number;
    }
    Index

    Summon-inclusive summary when supplied by a supporting recorder.

    damageDealt: number

    Warcraft's original source-attributed counter. Use damage.total for summon-inclusive accounting.

    damageReceived: number
    healingDealt: number

    Actual healing attributed by Warcraft to this unit, including self-healing; excludes ordinary regeneration. No exact healing-to-others partition is currently available.

    selfDamage: number

    Damage where source and target are this same unit. Included in both damage totals.