Template:FunctionArgument

From the Fallout3 GECK Wiki
Revision as of 17:24, 30 January 2009 by imported>SnakeChomp (Make name optional. More examples.)
Jump to navigation Jump to search


Example 1

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

 foo:int

Example 2

{{FunctionArgument
|Values = {0, 1}
}}

 {0, 1}

Example 3

{{FunctionArgument
|Name = flag
|Values = {0, 1}
}}

 flag{0, 1}