Difference between revisions of "VisualEffect Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Jog
imported>CraftySentinel
m (→‎Member Functions: Reverted to List)
 
(2 intermediate revisions by 2 users not shown)
Line 19: Line 19:


== Member Functions ==
== Member Functions ==
'''Function [[Play - VisualEffect|Play]](ObjectReference akObject, float afTime, ObjectReference akFacingObject)'''
 
*Starts playing this visual effect on the specified object.
:'''[[Play - VisualEffect|Play]](ObjectReference ''akObject'', Float ''afTime'', ObjectReference ''akFacingObject'')'''
'''
:*Starts playing this visual effect on the specified object.
Function [[Stop - VisualEffect|Stop]](ObjectReference akObject)'''
 
*Stops playing this visual effect on the specified object.
:'''[[Stop - VisualEffect|Stop]](ObjectReference ''akObject'')'''
:*Stops playing this visual effect on the specified object.


== Events ==
== Events ==
None
None

Latest revision as of 22:22, 2 February 2014


Extends: Form Script

Script for the manipulation of visual effects.

Definition[edit | edit source]

ScriptName VisualEffect extends Form

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

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

Events[edit | edit source]

None