Stop - VisualEffect

From the CreationKit Wiki
Revision as of 16:36, 23 March 2010 by imported>Jlundin (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)
Jump to navigation Jump to search

Member of: VisualEffect Script

Stops playing this visual effect on the object.

Syntax[edit | edit source]

Function Stop(ObjectReference akObject) native

Parameters[edit | edit source]

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

Return Value[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]