EnableAmbientParticles - Weather

Revision as of 18:33, 28 April 2015 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Weather Script Enables or disables ambient particle effects coming from the weather. == Syntax == <source lang=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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