UnitDamagePointLoc

Parameters
whichUnit unit
delay real
radius real
loc location
amount real
whichAttack attacktype
whichDamage damagetype
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
Source
Blizzard.j
wc3modding.com
UnitDamagePointLoc