I'm trying to code and I can't seem to find a way to figure out the namespaces and the method arguments I need to learn to code for blockland.
I've used the console trick where you type "." then hit tab contentiously to find methods, but the way is almost useless if you don't know the arguments. I mean, i could echo out every argument but that seems ridiculous. There must be a way to get this information. I've looked in the sticked topics,
http://forum.blockland.us/index.php?topic=20754.0 &
http://forum.blockland.us/index.php?topic=21753.0, but neither of these documents have "FxDTSBrick" in them at all. How do I find what namespaces are under FxDTSBrick?
A lot time ago someone showed me a trick where you could type something in the console and it would dump information into your "console.log". This was very helpful, but I don't know how to do that anymore. Does anyone? Even with that I don't believe it gave you the argument you'll need to write the Parent return.
What do I do? What did you do?