CreateFogModifierRectSimple

Parameters
whichPlayer player
whichFogState fogstate
r rect
afterUnits boolean
comment
patch

1.00

Source
Blizzard.j
return type
fogmodifier
Source code
function CreateFogModifierRectSimple takes player whichPlayer, fogstate whichFogState, rect r, boolean afterUnits returns fogmodifier
    set bj_lastCreatedFogModifier = CreateFogModifierRect(whichPlayer, whichFogState, r, true, afterUnits)
    return bj_lastCreatedFogModifier
endfunction