I have an actors name stored in a string "creatorName".
How can I use this to read parameters from that actor?
( eg x, y, angle etc )
when an actor creates another actor it temporarily stores its properties globally
makslane wrote:Use the getClone function:
Actor *myCreator = getclone("creatorName.0" );
Users browsing this forum: No registered users and 1 guest