VisualEffect Script

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Extends: Form Script
Editor: Visual Effect

Script for the manipulation of visual effects.

Definition[edit | edit source]

ScriptName VisualEffect extends Form Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

  • Function Play(ObjectReference akObject, float afTime, ObjectReference akFacingObject)
    • Starts playing this visual effect on the specified object.
  • Function Stop(ObjectReference akObject)
    • Stops playing this visual effect on the specified object.

Events[edit | edit source]

None