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