Difference between revisions of "PlayMagicShaderVisuals"
Jump to navigation
Jump to search
imported>DragoonWraith (link to Effect Shaders) |
imported>8asrun6aer m (adding related item) |
||
Line 9: | Line 9: | ||
==See Also== | ==See Also== | ||
* [[List of Effect Shaders]] | |||
* [[PlayMagicEffectVisuals]] | * [[PlayMagicEffectVisuals]] | ||
* [[StopMagicShaderVisuals]] | * [[StopMagicShaderVisuals]] |
Revision as of 00:19, 9 January 2012
Syntax:
reference.PlayMagicShaderVisuals EffectShaderID Duration
Example:
PlayMagicShaderVisuals GhostEffect pms effectShockShield 10
Plays an Effect Shader on the calling reference. Visuals will play at least one cycle, regardless of duration, and if no duration is specified they play indefinitely or until the art stops animating.
See Also