The search keyword must be a single word (no spaces).
Function CreateFogModifierRadius
- Line
- 3179
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- player forWhichPlayer, fogstate whichState, real centerx, real centerY, real radius, 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 |
| 3184 |
Information about CreateFogModifierRadius
You must be logged in with a standard account to contribute.