If I use str(my_object) I get back something like [Reference:958]. Is there anyway to use that ID and type to get a reference to it later?
I'm doing some "dynamic" class creation by writing a .gd file and loading it later. I want one of the functions I created to return the object that I'm calling str on.