VisualEffect Script

From the CreationKit Wiki
Revision as of 13:08, 20 February 2012 by imported>Jog (→‎Member Functions)
Jump to navigation Jump to search


Extends: Form Script

Script for the manipulation of visual effects.

Definition

ScriptName VisualEffect extends Form

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