Page 1 of 1

Getting pointer to the event actor?

PostPosted: Thu Jan 25, 2007 3:12 am
by morcior
How do you obtain the pointer to the Actor object of the current event?

PostPosted: Thu Jan 25, 2007 5:52 pm
by makslane
You can only access the variables (x, y, ...) not get a pointer.

PostPosted: Fri Jan 26, 2007 9:58 pm
by Troodon
But you could make a "fake" pointer with a new pointer actor. And transport it to the diferent actors when needed.