Cold Help System: Programming: ColdC Reference Manual: Functions: Method: set_method_flags()


INTEGER set_method_flags(SYMBOL name, LIST flags)

This function sets the method flags for the method specified with the first argument name. The flags are specified as a list of symbols in flags. Full information on method flags can be found in the section Method Flags. Example:

set_method_flags('tell, ['nooverride])
=> 1


add_method() | list_method() | del_method() | find_method() | find_next_method() | method_bytecode() | method_access() | method_flags() | method_info() | methods() | rename_method() | set_method_access() | set_method_flags()


the Cold Dark