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
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