Hi I'm wanting to get all the properties and methods of a type function that returns userdata. The documentation on the API i'm using is quite poor, and I know there are more stuff not documented.
local w = gui.CreateWindow(...) -- "returns userdata"
I would like to loop over w
and get all it's functions and properties
Thanks