Assist method prototype
Just writing some object doc and came to wonder what the second parameter in the assist function is (the void *b).
void object_assist(objectstruct *x, void *b, long type, long pos, char *s)
Anyone know? I could not immediately find it in the API.
It is historical; you can (and should) just ignore it.
Cheers,
Tim
Thanks for clearing that up.
For the record, mouse-over assist doesn't work but crashes Max if the parameter is omitted.