return list of added objects, variables,...

Hi,

Can we get list of objects that were added with AddObject ?
same goes with AddVariable, ...

thank you and best regards,
Vojko Cendak

There is not a trivial way to do so. Actually, anything registered with AddObject, AddVariable, AddEnumeration, etc., everything becomes a property in a virtual internal class. So they cannot be differentiated from each other. Everything is considered a "global property" or "global variable".

Thank you,

We would use it for, let's say, getting reference of object, testing it's class ... and then get it. There are lot's of objects in script and it would be nice to have it without having to have additional lists along Script.

Regards,
Vojko