/
ColdCore-3.0a8/
ColdCore-3.0a8/src/
new object $help_cmd_addsetting: $help_cmds;

var $has_name name = ['prop, "@add-setting", "@add-setting"];
var $help_node body = <$ctext_frob, [[<$format, ["dl", [], [<$format, ["dt", [], [<$format, ["quote", [], ["@add-setting <name> [<options>]"], 'do_quote]>], 'do_dt]>, <$format, ["dd", [], ["Adds a setting <name>. Valid Options:", <$format, ["p", [], [], 'do_p]>, <$format, ["ul", [], [<$format, ["lh", [], ["type"], 'do_lh]>, <$format, ["li", [], ["A string that describes what type this setting should make. Default: 'string'."], 'do_li]>, <$format, ["lh", [], ["check"], 'do_lh]>, <$format, ["li", [], ["Method that verifies a given value is valid. Default: 'is_anything'."], 'do_li]>, <$format, ["lh", [], ["set"], 'do_lh]>, <$format, ["li", [], ["Method that stores the value. Default: 'set_direct_setting'."], 'do_li]>, <$format, ["lh", [], ["get"], 'do_lh]>, <$format, ["li", [], ["Method to retrieve the value. Default: 'get_direct_setting'."], 'do_li]>, <$format, ["lh", [], ["del"], 'do_lh]>, <$format, ["li", [], ["Method called if the setting is deleted. Default: 'del_direct_setting'."], 'do_li]>], 'do_ul]>], 'do_dd]>], 'do_dl]>, "When giving method names ", <$format, ["i", [], ["do not"], 'do_i]>, " use a ' or .", <$format, ["dl", [], [<$format, ["dt", [], [<$format, ["quote", [], ["@set [<mask>] [on <object>]"], 'do_quote]>], 'do_dt]>, <$format, ["dd", [], ["If object is not given, assume this. Mask may be:", <$format, ["p", [], [], 'do_p]>, <$format, ["ul", [], [<$format, ["lh", [], ["<name>"], 'do_lh]>, <$format, ["li", [], ["Show all settings matching name"], 'do_li]>, <$format, ["lh", [], ["[+|-]<name>"], 'do_lh]>, <$format, ["li", [], ["Set or unset a boolean"], 'do_li]>, <$format, ["lh", [], ["<name>=<value>"], 'do_lh]>, <$format, ["li", [], ["Set any thing"], 'do_li]>, <$format, ["lh", [], ["<name>+=<value>"], 'do_lh]>, <$format, ["li", [], ["Delete a value from a list"], 'do_li]>, <$format, ["lh", [], ["<name>-=<value>"], 'do_lh]>, <$format, ["li", [], ["Add a value to a list"], 'do_li]>], 'do_ul]>], 'do_dd]>], 'do_dl]>], #[['this, $help_cmd_addsetting]]]>;
var $help_node index = $help_index_cmds;
var $help_node links = #[];
var $root created_on = 847777538;
var $root flags = ['variables, 'methods, 'code, 'core];
var $root inited = 1;
var $root managed = [$help_cmd_addsetting];
var $root manager = $help_cmd_addsetting;