PingMinimapLocForForceEx

Parameters
whichForce force
loc location
duration real
style integer
red real
green real
blue real
return type
nothing
Source code
function PingMinimapLocForForceEx takes force whichForce, location loc, real duration, integer style, real red, real green, real blue returns nothing
    call PingMinimapForForceEx(whichForce, GetLocationX(loc), GetLocationY(loc), duration, style, red, green, blue)
endfunction
Source
Blizzard.j
wc3modding.com
PingMinimapLocForForceEx