Stop - EffectShader

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: EffectShader Script

Stops this magic effect shader from playing on the object.

Syntax[edit | edit source]

Function Stop(ObjectReference akObject) native

Parameters[edit | edit source]

  • akObject: The object to stop the effect on.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Stop the sparkle effect on the werewolf
Sparkle.Stop(Werewolf)

See Also[edit | edit source]