W3Booster SDK 4.6.0
    Preparing search index...

    Interface HeroDamageContribution

    A measured contribution, grouped by unit type. Multiple unit types mean Warcraft merged their counters; their individual amounts cannot be separated.

    interface HeroDamageContribution {
        damageDealt: number;
        units: readonly HeroDamageUnitType[];
    }
    Index
    damageDealt: number
    units: readonly HeroDamageUnitType[]