# Triggering Damage Attempted

Grammar — Triggering damage attempted
FlagsNative | Function

Returns the triggering damage amount attempted. This is the damage done before clamping against the amount of life the target unit has. Not modified by damage responses.

Returns — fixed

native fixed EventUnitDamageAttempted();

# Supported triggers

Category: Unit / Combat

# Examples

# mods/heroesdata.stormmod

GameDataHelperLib.galaxy

// L8923
EventUnitDamageAttempted()
// L24169
EventUnitDamageAttempted()

# mods/heroesdata.stormmod

SupportLib.galaxy

// L2483
EventUnitDamageAttempted()

# mods/heroesdata.stormmod

UILib.galaxy

// L9026
EventUnitDamageAttempted()

# mods/heromods/yrel.stormmod

LibHYRL.galaxy

// L551
EventUnitDamageAttempted()

# mods/starcoop/starcoop.sc2mod

LibCOMI.galaxy

// L18146
EventUnitDamageAttempted()