Difference between revisions of "Sandbox"
Jump to navigation
Jump to search
→Function Template Test: filling in example
imported>Qazaaq m (→Function Template Test: replacing pipe as seperator) |
imported>Qazaaq (→Function Template Test: filling in example) |
||
Line 28: | Line 28: | ||
| name = PlayMagicEffectVisuals | | name = PlayMagicEffectVisuals | ||
| CSWikiPage = PlayMagicEffectVisuals | | CSWikiPage = PlayMagicEffectVisuals | ||
| | | returnVal = void | ||
| | | referenceType = [Actor, Activator] | ||
| arg0 = EffectID | | arg0 = EffectID | ||
| arg0Type = MagicEffectRef | | arg0Type = MagicEffectRef | ||
Line 35: | Line 35: | ||
| optarg0Type = Short | | optarg0Type = Short | ||
| origin = GECK1 | | origin = GECK1 | ||
| example = player.PlayMagicEffectVisuals poison 5 | |||
| summary = Plays the visuals of the specified [[Magic Effects|Magic Effect]] on the calling reference. Visuals will play at least one cycle, regardless of | | summary = Plays the visuals of the specified [[Magic Effects|Magic Effect]] 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. | duration, and if no duration is specified they play indefinitely or until the art stops animating. |