Godot-GDScript-Plus icon indicating copy to clipboard operation
Godot-GDScript-Plus copied to clipboard

Property descriptions don't work when inheritance is involved

Open Wichamir opened this issue 3 years ago • 0 comments

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?

Wichamir avatar Sep 06 '22 16:09 Wichamir