VisualEffect Script

From the Fallout4 CreationKit Wiki
Revision as of 19:46, 18 April 2020 by imported>Qazaaq (Minor format change.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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