Attention | Topic was automatically imported from the old Question2Answer platform. | |
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.
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?
luislodosm | 2021-05-15 19:54