Stop - EffectShader
Revision as of 17:35, 2 March 2010 by imported>Jlundin
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)