CreateFogModifierRadiusLocSimple

Parameters
whichPlayer player
whichFogState fogstate
center location
radius real
afterUnits boolean
comment
patch

1.00

Source
Blizzard.j
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