ClarkThyLord / Voxel-Core

Voxel plugin for the Godot game engine!
https://godotengine.org/asset-library/asset/465
MIT License
453 stars 28 forks source link

Document methods in the wiki #44

Open TheNoswad opened 3 years ago

TheNoswad commented 3 years ago

Hi!

I believe that it could be helpful if class methods were documented in this project's documentation. The current documentation presents code examples, but those don't show how every method is used.

Of course, you could look at the source of the class you're trying to use. But as a user that is not too experienced with gdscript, that is a bit challenging.

Thank you.

ClarkThyLord commented 3 years ago

Yes, I had previously documented the code, but the constant changes in the rework made it tiresome and hard to maintain. I'll definitely do it now that the rework is stable though 👍