Stop - VisualEffect
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...)
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)