Author Topic: Member Fields of an object  (Read 339 times)

I'm working on a project that needs to be able to access all properties of any type of object. Object.getTaggedField(int) gives me most of the properties, but none of the important ones (extent, size, visible, ect on a gui, for example) are "Member Fields". Is there any other way to access an object's "Memeber Fields"?
« Last Edit: April 06, 2012, 06:47:58 PM by Scout31 »

Do you mean you want to iterate over all of an object's properties?


If you want to iterate over everything, including non-tagged fields, the only way is to save the object and read the file.