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


LIST method_flags(SYMBOL name)

This function finds the method specified with the argument name and returns the list of flags currently set on the method. Method flags are fully explained in the section on Defining Methods. If the method name cannot be found, the error ~methodnf is thrown.


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