DCS updateCustomColumn

From Catglobe Wiki
Revision as of 11:49, 12 December 2011 by Cg huyphong (talk | contribs)
Jump to: navigation, search



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