Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
I'm bringing this up again, the documentation has somewhat stalled. There are quite a few new functions that need documenting and several functions that have been removed.
When you commit new Lua-enabled code, please take the time and add documentation, too. I'm asking nicely now, but I'm seriously considering rejecting any PR that doesn't do this in the future.
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
It would probably be useful to add the capability to InfoDump as well, particularly for large projects like worldedit.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
I'm not following you here. What has InfoDump in common with this? We need the MCServer's API, and that means APIDump. InfoDump does plugin descriptions, there's nothing in the ZBS to consume such data.
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
Interplugin calls. e.g. handy. Might be useful to see if Zerobane studio can recognise them. if not theres no point.
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
Ok, don't know that much about how ZBS works so I had no idea whether it could recognise them.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
I'm resurrecting this thread from the dead. The documentation has become lacking again. There are many new classes that have none of their functions documented (projectiles, entities). I therefore urge everyone to write documentation together with writing code. And to practice, we should all try to complete the documentation. After all, it is even used while developing plugins - ZeroBrane Studio reads it and provides code completion and infotips based on it.