Max 5 API Reference
The tiny object structure sits at the head of any object to which you may pass messages (and which you may feed to freeobject()). More...
#include <ext_mess.h>
Data Fields | |
struct messlist * | t_messlist |
list of messages and methods | |
long | t_magic |
magic number |
The tiny object structure sits at the head of any object to which you may pass messages (and which you may feed to freeobject()).
In general, you should use t_object instead.
Definition at line 121 of file ext_mess.h.