Difference between revisions of "Sandbox"
Jump to navigation
Jump to search
imported>Haama (Link to template) |
imported>Haama |
||
Line 1: | Line 1: | ||
There is also a [[:Template:Sandbox]] | There is also a [[:Template:Sandbox]] | ||
==Function Template Test== | |||
{{Function | |||
| name = PlayMagicEffectVisuals | |||
| CSWikiPage = PlayMagicEffectVisuals | |||
| ReturnVal = void | |||
| ReferenceType = [Actor|Activator] | |||
| arg0 = EffectID | |||
| arg0Type = MagicEffectRef | |||
| optarg0 = Duration | |||
| optarg0Type = Short | |||
| origin = GECK1 | |||
| 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. | |||
Note that duration does not need to be specified for this command; it will play once unless you specify a longer duration. | |||
}} | |||
==IfExist test for external links== | ==IfExist test for external links== |
Revision as of 01:07, 13 December 2008
There is also a Template:Sandbox
Function Template Test
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: PlayMagicEffectVisuals.
A function included in the GECK version 1.1.0.36.
Description
Plays the visuals of the specified 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.
Note that duration does not need to be specified for this command; it will play once unless you specify a longer duration.
Syntax
PlayMagicEffectVisuals
IfExist test for external links
Doesn't seem to work. Template code used
{{ #ifexist: http://cs.elderscrolls.com/constwiki/index.php/Main_Page | Can refer to external pages | Doesn't work }}
LaTeX Tests
Examples from [1]