EffectShader Script

From the Fallout4 CreationKit Wiki
Revision as of 17:40, 1 December 2015 by imported>Plplecuyer (→‎Definition)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Extends: Form Script

Script for the manipulation of magic effect shaders.

Definition[edit | edit source]

ScriptName EffectShader 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 afDuration)
    • Plays this magic effect shader on the specified object for the specified duration in seconds.
  • Function Stop(ObjectReference akObject)
    • Stops playing this effect shader on the object.

Events[edit | edit source]

None