W3Booster SDK 4.6.0
    Preparing search index...

    Interface HeroDamageUnitType

    Unit type contributing to damage. Illusions are distinct from real units of the same type.

    interface HeroDamageUnitType {
        isIllusion: boolean;
        typeId: string;
    }
    Index
    isIllusion: boolean
    typeId: string