SetBlightRectBJ

Parameters
addBlight boolean
whichPlayer player
r rect
return type
nothing
Source code
function SetBlightRectBJ takes boolean addBlight, player whichPlayer, rect r returns nothing
    call SetBlightRect(whichPlayer, r, addBlight)
endfunction
Source
Blizzard.j
wc3modding.com
SetBlightRectBJ