UnitDamagePoint
- Parameters
-
whichUnit unit
delay real
radius real
x real
y real
amount real
attack boolean
ranged boolean
attackType attacktype
damageType damagetype
weaponType weapontype
- bug
Has been known to cause crashes in battle.net.
- return type
boolean
- Source code
native UnitDamagePoint takes unit whichUnit, real delay, real radius, real x, real y, real amount, boolean attack, boolean ranged, attacktype attackType, damagetype damageType, weapontype weaponType returns boolean
- Source
- unit.j
- wc3modding.com
- UnitDamagePoint