EffectShader Script


Extends: Form Script

Script for the manipulation of magic effect shaders.

DefinitionEdit

ScriptName EffectShader extends Form Native Hidden

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

  • 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.

EventsEdit

None