Stop - EffectShader

Member of: EffectShader Script

Stops this magic effect shader from playing on the object.

SyntaxEdit

Function Stop(ObjectReference akObject) native

ParametersEdit

  • akObject: The object to stop the effect on.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit