Difference between revisions of "VisualEffect Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
m (Minor format change.)
 
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]
 
<BR>
'''Editor:''' [[Visual Effect]]
'''Editor:''' [[Visual Effect]]


Line 28: Line 24:
== Events ==
== Events ==
None
None
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]

Latest revision as of 19:46, 18 April 2020

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