EffectShader Script

From the CreationKit Wiki
Revision as of 03:54, 24 October 2013 by imported>CraftySentinel (→‎Member Functions: Formatting Change)
(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

ScriptName EffectShader extends Form

Properties

None

Global Functions

None

Member Functions

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

None