- Found in:
- Vanilla
Description
Wiki Description
Stops playing this visual effect on the object.
Documentation Comment
Stops this visual effect from playing in the specified object
Parameters
ObjectReferenceakObject
CK Wiki Description
The object to stop playing the effect on.
Examples
; Stop the soul-sucking effect on the werewolf
SoulSucking.Stop(Werewolf)Auto-Generated Example
ObjectReference myObjectReference__akObject
myVisualEffect__toCallFunctionOn.Stop(myObjectReference__akObject)Related Pages
- VisualEffect
- VisualEffect.Play(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
