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
. - patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native EnableWeatherEffect takes weathereffect whichEffect, boolean enable returns nothing