Max 5 API Reference
The symbol. More...
#include <ext_mess.h>
Data Fields | |
char * | s_name |
name: a c-string | |
struct object * | s_thing |
possible binding to a t_object |
The symbol.
Note: You should never manipulate the s_name field of the t_symbol directly! Doing so will corrupt Max's symbol table. Instead, always use gensym() to get a symbol with the desired string contents for the s_name field.
Definition at line 72 of file ext_mess.h.