Difference between revisions of "Template:FunctionArgument"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>SnakeChomp
(Try different value syntax)
imported>SnakeChomp
m (Minor change to refresh to page to reflect template change)
Line 1: Line 1:
<noinclude>
<noinclude>
=Example 1=
=Example 1=
<pre>{{FunctionArgument
<pre>{{FunctionArgument
|Name = foo
|Name = foo
Line 12: Line 13:


=Example 2=
=Example 2=
<pre>{{FunctionArgument
<pre>{{FunctionArgument
|Name = foo
|Name = foo

Revision as of 17:14, 30 January 2009

Example 1

{{FunctionArgument
|Name = foo
|Value = {0, 1}
}}

 foo{0, 1}

Example 2

{{FunctionArgument
|Name = foo
|Type = int
}}

 foo:int