# Triggering Unit Kill XP

Grammar — Triggering Unit Kill XP
FlagsNative | Function

Returns the kill XP value of the triggering unit.

Returns — int

native int EventUnitDamageKillXP();

# Supported triggers

Category: Unit / Combat

# Examples

# mods/heroes.stormmod

MapScript.galaxy

// L8636
EventUnitDamageKillXP()
// L8636
EventUnitDamageKillXP()

# mods/heroesbrawlmods/brawlmapmods/coop/pvebrawlmod.stormmod

LibPVEB.galaxy

// L2069
EventUnitDamageKillXP()

# mods/heroesbrawlmods/brawlmapmods/coop/pvemod.stormmod

LibPVEM.galaxy

// L2427
EventUnitDamageKillXP()

# mods/heroesdata.stormmod

GameLib.galaxy

// L18862
EventUnitDamageKillXP()
// L18871
EventUnitDamageKillXP()
// L18953
EventUnitDamageKillXP()