View Single Post
Old 17th June 2008, 09:47 AM   #5
conzar
Member
Advanced member
 
conzar's Avatar
 
Join Date: May 2006
Posts: 36
Default Re: ac_object_set_userdata

So it seems like the functions below would do the trick. Is that right?

void object_set_userdata(ACObject *ob, char *dat); /** set the objectdata string **/
char *object_get_userdata(ACObject *ob); /** get the objectdata string **/
conzar is offline   Reply With Quote