ClearTempEffects - Game

Revision as of 11:22, 26 May 2011 by imported>Henning (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Game Script Clears all temp effects (such as terrain effects) in the game. == Syntax == <source lang="papyrus">…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script

Clears all temp effects (such as terrain effects) in the game.

SyntaxEdit

Function ClearTempEffects() native global

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

Game.ClearTempEffects()

See AlsoEdit