Can I use m_userPersistentData safely? (for my own data)

drawtree
Posts: 7
Joined: Sat May 07, 2011 2:02 am

Can I use m_userPersistentData safely? (for my own data)

Post by drawtree »

Is the field prepared for user-supplied data?
Mako_energy02
Posts: 171
Joined: Sun Jan 17, 2010 4:47 am

Re: Can I use m_userPersistentData safely? (for my own data)

Post by Mako_energy02 »

You are going to have to specify which class that member is on in order to answer this question effectively. But in general it's been my experience that members or functions that edit members with the word "user" in it are not touched by bullet and are there for your convenience. I've currently using the "m_userObjectPointer" on collision objects to point to my actors.