PingMinimapLocForForce

Parameters
whichForce force
loc location
duration real
return type
nothing
Source code
function PingMinimapLocForForce takes force whichForce, location loc, real duration returns nothing
    call PingMinimapForForce(whichForce, GetLocationX(loc), GetLocationY(loc), duration)
endfunction
Source
Blizzard.j
wc3modding.com
PingMinimapLocForForce