The search keyword must be a single word (no spaces).
Function IsFogEnabled
- Line
- 3176
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- nothing
- Returns
- boolean
| 3176 | native IsFogEnabled takes nothing returns boolean |
| 3177 | |
| 3178 | native CreateFogModifierRect takes player forWhichPlayer, fogstate whichState, rect where, boolean useSharedVision, boolean afterUnits returns fogmodifier |
| 3179 | native CreateFogModifierRadius takes player forWhichPlayer, fogstate whichState, real centerx, real centerY, real radius, boolean useSharedVision, boolean afterUnits returns fogmodifier |
| 3180 | native CreateFogModifierRadiusLoc takes player forWhichPlayer, fogstate whichState, location center, real radius, boolean useSharedVision, boolean afterUnits returns fogmodifier |
| 3181 | native DestroyFogModifier takes fogmodifier whichFogModifier returns nothing |