EnableWeatherEffect
- Parameters
-
whichEffect weathereffect
A handle of target weather effect.
enable boolean
true
to enable,false
to disable the effect. - comment
Smoothly enables/disables the given weather effect.
- note
See:
AddWeatherEffect
,RemoveWeatherEffect
.- return type
nothing
- Source code
native EnableWeatherEffect takes weathereffect whichEffect, boolean enable returns nothing
- Source
- common.j
- wc3modding.com
- EnableWeatherEffect