hiding max methods with CLASS_METHOD_ATTR_PARSE fails

diablodale's icon

Hi. I would like to hide a method defined on my max wrapper class for a jitter object. Usingmax_addmethod_defer_low((method)max_mything_mymethod, "mymethod");
CLASS_METHOD_ATTR_PARSE(max_mything_class, "mymethod", "undocumented", _jit_sym_long, 0, "1");

does not work. I have also tried passing as the first param the obex pointer and the jitter class pointer.

As contract, I am able to hide attributes using object_addattr_parse(attr,"invisible",_jit_sym_long,0,"1")