Stop - EffectShader

From the CreationKit Wiki
Revision as of 17:35, 2 March 2010 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: EffectShader Script

Stops this magic effect shader from playing on the object.

Syntax[edit | edit source]

Function Stop(ObjectReference akObject) native

Parameters[edit | edit source]

  • akObject: The object to stop the effect on.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Stop the sparkle effect on the werewolf
Sparkle.Stop(Werewolf)

See Also[edit | edit source]