# Triggering Damage Behavior Shield

Grammar — Triggering damage absorbed by behavior shields
FlagsNative | Function

Returns the triggering damage amount absorbed by behavior shields (Damage Response Modify Limit)

Returns — fixed

native fixed EventUnitDamageBehaviorShield();

# Supported triggers

Category: Unit / Combat

# Examples

# mods/heroesdata.stormmod

GameDataHelperLib.galaxy

// L10832
EventUnitDamageBehaviorShield()
// L20784
EventUnitDamageBehaviorShield()
// L23764
EventUnitDamageBehaviorShield()

# mods/heroesdata.stormmod

SoundLib.galaxy

// L1372
EventUnitDamageBehaviorShield()
// L1378
EventUnitDamageBehaviorShield()

# mods/heromods/auriel.stormmod

LibHAUR.galaxy

// L588
EventUnitDamageBehaviorShield()
// L681
EventUnitDamageBehaviorShield()

# mods/heromods/dehaka.stormmod

LibHDEH.galaxy

// L385
EventUnitDamageBehaviorShield()
// L470
EventUnitDamageBehaviorShield()

# mods/heromods/dva.stormmod

LibHDVA.galaxy

// L1028
EventUnitDamageBehaviorShield()

# mods/heromods/firebat.stormmod

LibHFIR.galaxy

// L444
EventUnitDamageBehaviorShield()

# mods/heromods/guldan.stormmod

LibHGUL.galaxy

// L195
EventUnitDamageBehaviorShield()

# mods/heromods/mephisto.stormmod

LibHMEP.galaxy

// L89
EventUnitDamageBehaviorShield()

# mods/heromods/samuro.stormmod

LibHSAM.galaxy

// L1344
EventUnitDamageBehaviorShield()

# mods/heromods/thefirelords.stormmod

LibHMaj.galaxy

// L768
EventUnitDamageBehaviorShield()
// L831
EventUnitDamageBehaviorShield()

# mods/heromods/whitemane.stormmod

LibHWHI.galaxy

// L89
EventUnitDamageBehaviorShield()

# mods/heromods/yrel.stormmod

LibHYRL.galaxy

// L551
EventUnitDamageBehaviorShield()

# mods/heromods/zarya.stormmod

LibHZAR.galaxy

// L838
EventUnitDamageBehaviorShield()

# mods/heromods/zuljin.stormmod

LibHZUL.galaxy

// L900
EventUnitDamageBehaviorShield()