Difference between revisions of "Sandbox"

707 bytes added ,  08:39, 11 September 2013
m
Reverted edits by JustinOther (talk) to last revision by Henning
imported>Haama
imported>JustinOther
m (Reverted edits by JustinOther (talk) to last revision by Henning)
 
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Bc|Main Page}}
There is also a [[:Template:Sandbox]]
There is also a [[:Template:Sandbox]]
==captcha test==
[http://cs.elderscrolls.com/ does this require a captcha?]
[http://google.com/ and does this?]
==Expanded Bc test==
{{Bc}}
{{Bc|}}
{{Bc|Settings}}
{{Bc|Settings|}}
{{Bc|Settings||Settings#Actor Value Settings}}
{{Bc|Settings||Settings#Actor Value Settings|}}
{{Bc|Settings| |Settings#Actor Value Settings|Actor Values}}
{{Bc|Settings||Settings||Settings||Settings|}}
{{Bc|Category:Functions}}
==Template with page test==
{{:ActionIndex}}
==Settings template test==
{{Setting
|Default    = 0.75
|Description = This is just an example.
*And these
*are a few
*bullet points
}}


==Function Template Test==
==Function Template Test==
Line 5: Line 35:
| name          = PlayMagicEffectVisuals
| name          = PlayMagicEffectVisuals
| CSWikiPage    = PlayMagicEffectVisuals
| CSWikiPage    = PlayMagicEffectVisuals
| ReturnVal    = void
| returnType    = int
| ReferenceType = [Actor|Activator]
| referenceType = [Actor, Activator]
| arg0          = EffectID
| arg0          = EffectID
| arg0Type      = MagicEffectRef
| arg0Type      = MagicEffectRef
Line 12: Line 42:
| 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.


Note that duration does not need to be specified for this command; it will play once unless you specify a longer duration.
Note that duration does not need to be specified for this command; it will play once unless you specify a longer duration.
| seeAlso0 = PlayMagicEffectShader
}}
}}


Anonymous user