EffectShader Script

Revision as of 18:26, 2 March 2010 by imported>Jlundin (New page: Category:Scripting Category:Papyrus Category:Script Objects '''Extends:''' Form Script Script for the manipulation of magic effect shaders. == Definition == <source lang...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Extends: Form Script

Script for the manipulation of magic effect shaders.

Definition

ScriptName EffectShader extends Form

Properties

None

Global Functions

None

Member Functions

  • 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

None