Difference between revisions of "EffectShader Script"
Jump to navigation
Jump to search
imported>CraftySentinel m (→Member Functions: Formatting Change) |
imported>CraftySentinel m (→Member Functions: Formatting Change) |
||
Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
== Events == | == Events == | ||
None | None |
Latest revision as of 03:54, 24 October 2013
Extends: Form Script
Script for the manipulation of magic effect shaders.
Definition[edit | edit source]
ScriptName EffectShader extends Form
Properties[edit | edit source]
None
Global Functions[edit | edit source]
None
Member Functions[edit | edit source]
Function | Description |
---|---|
Play(ObjectReference akObject, Float afDuration) | Plays this magic effect shader on the specified object for the specified duration in seconds. |
Stop(ObjectReference akObject) | Stops playing this effect shader on the object. |
Events[edit | edit source]
None