Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

DCS updateCustomColumn: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Data cache modifying CGScript functions]]





Revision as of 03:27, 29 March 2011



DCS_updateCustomColumn

Updates the custom column specified as the argument to the method. The custom column is updated with the state found in the custom column array passed as argument, the column in the DCS is rebuilt and the function returns true.

Syntax

DCS_updateCustomColumn(customColumn)

Arguments

customColumn: Is an array created by CustomColumn_new function

Return type

bool

Examples

DCS_updateCustomColumn(myCustomColumn);

Availability

Version 5.5