|
|
Line 1: |
Line 1: |
− | *'''{{#switch: {{{ReturnType}}} | + | *{{#if {{{Name}}} |
− | |array = {{CGscriptTypeColors_Template|Type=Array}} | + | |'''{{{ReturnType|}}} }} {{{Name|}}}'''('''{{{Parameters|}}}''')''' - {{{Description|}}}<br> |
− | |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-->
| |
− | | |
− | <br> |{{{ReturnType|}}} }} {{{Name|}}}('''{{{Parameters|}}}''')'''- {{{Description|}}}<br>
| |