PingMinimapLocForForceEx

Parameters
whichForce force
loc location
duration real
style integer
red real
green real
blue real
comment
patch

1.07

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