# Damage Source Position

Grammar — Damage source position
FlagsNative | Function

Returns the damage source position or where the unit who is dealing damage is standing at.

Returns — point

native point EventUnitDamageSourcePoint();

# Supported triggers

Category: Unit / Combat

# Examples

# mods/novastoryassets.sc2mod

MapScript.galaxy

// L2326
EventUnitDamageSourcePoint()
// L4530
EventUnitDamageSourcePoint()
// L2326
EventUnitDamageSourcePoint()
// L4530
EventUnitDamageSourcePoint()

# mods/starcoop/starcoop.sc2mod

LibCOMI.galaxy

// L18524
EventUnitDamageSourcePoint()
// L18527
EventUnitDamageSourcePoint()
// L18530
EventUnitDamageSourcePoint()
// L18533
EventUnitDamageSourcePoint()