Stop - VisualEffect

Revision as of 17:36, 23 March 2010 by imported>Plplecuyer (New page: Category:Scripting Category:Papyrus '''Member of:''' VisualEffect Script Stops playing this visual effect on the object. == Syntax == <source lang="papyrus"> Function Stop(Ob...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: VisualEffect Script

Stops playing this visual effect on the object.

SyntaxEdit

Function Stop(ObjectReference akObject) native

ParametersEdit

  • akObject: The object to stop playing the effect on.

Return ValueEdit

None.

ExamplesEdit

; Stop the soul-sucking effect on the werewolf
SoulSucking.Stop(Werewolf)

See AlsoEdit