Hey Defold Team,
I was hoping that the API documentations could be update so that anything that returns a table has an example of what that return table will look like. I know I can just write a bit of code and just print the return value, but that really slows down my workflow. For example, http://www.defold.com/ref/gui/#gui.clone_tree says it returns a table mapping ids, but I won’t know how that is laid out until I print it.
Thanks!