UnitDamagePointLoc

Parameters
whichUnit unit
delay real
radius real
loc location
amount real
whichAttack attacktype
whichDamage damagetype
comment
patch

1.17a

Source
Blizzard.j
return type
boolean
Source code
function UnitDamagePointLoc takes unit whichUnit, real delay, real radius, location loc, real amount, attacktype whichAttack, damagetype whichDamage returns boolean
    return UnitDamagePoint(whichUnit, delay, radius, GetLocationX(loc), GetLocationY(loc), amount, true, false, whichAttack, whichDamage, WEAPON_TYPE_WHOKNOWS)
endfunction