Difference between revisions of "Template:Function"
Jump to navigation
Jump to search
fixed formatting, can anyone add a CategoryList tag? couldn't get it to work
imported>Omzy (Beefed up the given example to make use of more optional parameters. The original example was confusing when compared to the sandbox example and didn't provide a full 'copy and paste'-able template.) |
imported>Omzy (fixed formatting, can anyone add a CategoryList tag? couldn't get it to work) |
||
Line 26: | Line 26: | ||
<pre>{{Function | <pre>{{Function | ||
|CSWikiPage = Test | |||
|origin = GECK1 | |||
|summary = Used to test actor and activator references to assure that they are testable. | |||
|name = Test | |name = Test | ||
|alias = tst | |alias = tst | ||
|returnVal = 0, 1 | |||
|returnType = void | |returnType = void | ||
|referenceType = [Actor, Activator] | |referenceType = [Actor, Activator] | ||
Line 43: | Line 46: | ||
|Optional = y | |Optional = y | ||
}} | }} | ||
|example = Player.Test 3 | |example = Player.Test 3 | ||
ShackDoor.Test 1 Molerat01 | ShackDoor.Test 1 Molerat01 | ||
}}</pre> | }}</pre> | ||
Line 51: | Line 53: | ||
{{Function | {{Function | ||
|CSWikiPage = Test | |||
|origin = GECK1 | |||
|summary = Used to test actor and activator references to assure that they are testable. | |||
|name = Test | |name = Test | ||
|alias = tst | |alias = tst | ||
|returnVal = 0, 1 | |||
|returnType = void | |returnType = void | ||
|referenceType = [Actor, Activator] | |referenceType = [Actor, Activator] | ||
Line 68: | Line 73: | ||
|Optional = y | |Optional = y | ||
}} | }} | ||
|example = Player.Test 3 | |example = Player.Test 3 | ||
ShackDoor.Test 1 Molerat01 | ShackDoor.Test 1 Molerat01 | ||
}} | }} | ||