The search keyword must be a single word (no spaces).

Function SetFogStateRect

Line
3170
Location
common.j
Constant?
no
Type
native
Arguments
player forWhichPlayer, fogstate whichState, rect where, boolean useSharedVision
Returns
nothing
3170
native  SetFogStateRect      takes player forWhichPlayer, fogstate whichState, rect where, boolean useSharedVision returns nothing
3171
native  SetFogStateRadius    takes player forWhichPlayer, fogstate whichState, real centerx, real centerY, real radius, boolean useSharedVision returns nothing
3172
native  SetFogStateRadiusLoc takes player forWhichPlayer, fogstate whichState, location center, real radius, boolean useSharedVision returns nothing
3173
native  FogMaskEnable        takes boolean enable returns nothing
3174
native  IsFogMaskEnabled     takes nothing returns boolean
3175
native  FogEnable            takes boolean enable returns nothing