Godot-GDScript-Plus
Godot-GDScript-Plus copied to clipboard
Property descriptions don't work when inheritance is involved
I have a Unit class which has a speed property with description. Player inherits Unit, but the description for speed is lost. If it's possible, maybe the plugin should recursively go up the inheritance tree to get property descriptions from every script?