EnableAmbientParticles - Weather

Member of: Weather Script

Enables or disables ambient particle effects coming from the weather.

SyntaxEdit

Function EnableAmbientParticles(bool abEnable = true) native global

ParametersEdit

  • abEnable - Whether to enable or disable the effects

Return ValueEdit

None

ExamplesEdit

;Disables ambient particles
Weather.EnableAmbientParticles(false)


;Enables ambient particles again
Weather.EnableAmbientParticles()

See AlsoEdit

Weather Script