Difference between revisions of "VisualEffect Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Plplecuyer
 
imported>Qazaaq
Line 4: Line 4:


'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]
'''Editor:''' [[Visual Effect]]


Script for the manipulation of visual effects.
Script for the manipulation of visual effects.

Revision as of 11:26, 7 January 2017


Extends: Form Script

Editor: Visual Effect

Script for the manipulation of visual effects.

Definition

ScriptName VisualEffect extends Form Native Hidden

Properties

None

Global Functions

None

Member Functions

  • 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

None