godot-visual-script icon indicating copy to clipboard operation
godot-visual-script copied to clipboard

Allow VisualScript nodes other than built-in methods and members to have descriptions

Open Jummit opened this issue 6 years ago • 1 comments

Godot version: 3.1

Issue description: Currently only built-in methods and members can have descriptions. It would be useful if VisualScript specific nodes like the flow control or the basic type manipulation could have descriptions too. There should be a way to change the description of a custom visualscript node, too. A _get_description function would be great.

Jummit avatar Apr 23 '19 15:04 Jummit

Aah I had wanted to do this. But AFAIK adding runtime element docs is problematic.

I will probably do it with the tooltip(hints) feature I had planned.

swarnimarun avatar May 20 '19 10:05 swarnimarun