More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
*'''{{{ReturnType|}}} {{{Name|}}} { {{#ifeq: {{{HasGetter}}} | 1 | get; }} {{#ifeq: {{{HasSetter}}} | 1 | set;}} }''' - {{{Description|}}}<br> | *'''{{#switch: {{{ReturnType}}} | ||
<!--You can put any text formatting for each Type--> | |||
|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|}}} { {{#ifeq: {{{HasGetter}}} | 1 | get; }} {{#ifeq: {{{HasSetter}}} | 1 | set;}} }''' - {{{Description|}}}<br> |
Revision as of 11:50, 21 September 2011
- { } -