The search keyword must be a single word (no spaces).
Function CreateFogModifierRect
- Line
- 3178
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- player forWhichPlayer, fogstate whichState, rect where, boolean useSharedVision, boolean afterUnits
- Returns
- fogmodifier
| 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 |
| 3182 | native FogModifierStart takes fogmodifier whichFogModifier returns nothing |
| 3183 | native FogModifierStop takes fogmodifier whichFogModifier returns nothing |
Information about CreateFogModifierRect
You must be logged in with a standard account to contribute.