SetBlightRadiusLocBJ

Parameters
addBlight boolean
whichPlayer player
loc location
radius real
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function SetBlightRadiusLocBJ takes boolean addBlight, player whichPlayer, location loc, real radius returns nothing
    call SetBlightLoc(whichPlayer, loc, radius, addBlight)
endfunction