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