R3Inherit
void *R3Inherit(R3CLASS *cl, void *obj, int mth, ...);
cl - Class pointer
Method specific return value
Passes the message to the super class (base class). This function should only be called from Class Dispatcher function when the class in question doesn't recognize the method.