VisualEffect Script
Revision as of 18:46, 18 April 2020 by imported>Qazaaq (Minor format change.)
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