mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-23 07:38:14 +00:00
47b42787e3
* There were spaces unequally inside the function definitions. * camelcase_to_underscore() should also work for numbers inside of the camel case. * Removed the builtin concept * Capitalize descriptions from methods too. * Match the visual script functions by removing the empty arguments "( )" * Add some test cases