Difference between revisions of "Template:CGscriptMethods Template"
Line 1: | Line 1: | ||
− | *''' | + | *'''{{#switch: {{{ReturnType}}} |
+ | |array = {{CGscriptTypeColors_Template|Type=Array}} | ||
+ | |function = {{CGscriptTypeColors_Template|Type=Function}} | ||
+ | |Dictionary = {{CGscriptTypeColors_Template|Type=Dictionary}} | ||
+ | |number = {{CGscriptTypeColors_Template|Type=number}} | ||
+ | |string = {{CGscriptTypeColors_Template|Type=string}} | ||
+ | |bool = {{CGscriptTypeColors_Template|Type=bool}} | ||
+ | |params AnyType = {{CGscriptTypeColors_Template|Type=params AnyType}} | ||
+ | |AnyType = {{CGscriptTypeColors_Template|Type=AnyType}} | ||
+ | <!--below is default setting--> | ||
+ | |||
+ | |{{{ReturnType|}}} | ||
+ | }} {{{Name|}}}('''{{{Parameters|}}}''')''' - {{{Description|}}}<br> |
Revision as of 12:49, 21 September 2011
- ' (') -