Adding a description to custom nodes.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By SIsilicon

The built-in nodes in Godot have a description when adding a node in the editor. However as far as I know, there isn’t a way to add a description to custom nodes, or nodes created by an EditorPlugin. Can someone confirm this please?

I also asked this question at the Godot Forums site.

Have you checked the set_meta() function? Can you set the description through that? And I’m sure you’ve looked in the Creating a Plug-in section in the Making a Plug-in article about setting a description for a plug-in?

Ertain | 2019-10-10 00:46

I’ve seen the “Plug-in Article”, but it only shows how to set the description of the plugin itself. I’m talking about nodes created by plug-in’s. I will try out the set_meta() function though. :slight_smile:

SIsilicon | 2019-10-10 01:07

It would be very interesting to be able to add a description to a custom node in the node creation window. Are there any proposals in this regard?

enter image description here

luislodosm | 2021-05-15 19:54

:bust_in_silhouette: Reply From: oparisy

Hi!

My understanding is that since issue #2082 is implemented, you can use the “Editor Description” of any Node to add a text which will be displayed as a tooltip.