From Kerbal Space Program Wiki
|
|
Line 1: |
Line 1: |
− | <includeonly>{{#switch:{{{1|{{{type|}}}}}}
| + | {{descr-wrap |
− | |int
| + | |towrap={{type|{{{1|{{{type|}}}}}}}} {{{2|{{{name|}}}}}} |
− | |uint | + | |desc={{{3|{{{desc|}}}}}} |
− | |double
| + | }}<noinclude> |
− | |string
| |
− | |String
| |
− | |byte
| |
− | |Byte
| |
− | |Int32
| |
− | |Int64
| |
− | |long
| |
− | |Int16
| |
− | |short=<span style="color:green;" title="{{{3|{{{desc|}}}}}}">{{{1|{{{type|}}}}}}</span>
| |
− | |#default=[[API:{{{1|{{{type|}}}}}}|<span style="color:green;" title="{{{3|{{{desc|}}}}}}">{{{1|{{{type|}}}}}}</span>]]
| |
− | }} {{{2|{{{name|}}}}}}</includeonly><noinclude> | |
| {{doc start}} | | {{doc start}} |
| | | |
Revision as of 19:18, 12 October 2012
Documentation for Arg
Used in the API namespace for formatting property/method arguments.
Usage
Code |
Result
|
{{arg|Type|name|Description}}
|
Type name
|
{{arg|type=Type|name=name|desc=Description}}
|
Type name
|