I would like to know if there is a way to determine all variables in an argument type, with all their extensions.
For example if I have something called Kitten
Theres Kitten.Name, Kitten.Age Kitten.Type
etc.
How do I access all kitten things without knowing them and have them print llke this
"Kitten.Name = Max, Kitten.Age = 4, Kitten.Type = Siamese, Kitten.Owner = Sara"
In this case I didn't know Sara was the owner, but now I know because I asked for all Kitten properties.