Declaration
event OnWeaponDealDamage(target entity<Combatable>, damage int)
go
Parameters
Name | Type | Description |
---|---|---|
Target | FightingEntity | Entity that is damaged |
Damage | Int | Damage |
Triggered when this weapon deals damage to a unit.
event OnWeaponDealDamage(target entity<Combatable>, damage int)
go
Name | Type | Description |
---|---|---|
Target | FightingEntity | Entity that is damaged |
Damage | Int | Damage |