Difference between revisions of "EffectShader Script"

9 bytes added ,  13:43, 20 February 2012
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...)
 
imported>Jog
Line 19: Line 19:


== Member Functions ==
== Member Functions ==
*Function [[Play - EffectShader|Play]](ObjectReference akObject, float afDuration)
'''Function [[Play - EffectShader|Play]](ObjectReference akObject, float afDuration)'''
**Plays this magic effect shader on the specified object for the specified duration in seconds.
*Plays this magic effect shader on the specified object for the specified duration in seconds.
*Function [[Stop - EffectShader|Stop]](ObjectReference akObject)
 
**Stops playing this effect shader on the object.
'''Function [[Stop - EffectShader|Stop]](ObjectReference akObject)'''
*Stops playing this effect shader on the object.


== Events ==
== Events ==
None
None
Anonymous user