CreateFogModifierRadiusLocSimple

Parameters
whichPlayerplayer
whichFogStatefogstate
centerlocation
radiusreal
afterUnitsboolean
comment
patch

1.00

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
fogmodifier
Source code
function CreateFogModifierRadiusLocSimple takes player whichPlayer, fogstate whichFogState, location center, real radius, boolean afterUnits returns fogmodifier
    set bj_lastCreatedFogModifier = CreateFogModifierRadiusLoc(whichPlayer, whichFogState, center, radius, true, afterUnits)
    return bj_lastCreatedFogModifier
endfunction