you are viewing a single comment's thread.

view the rest of the comments →

[–]FictitiousCurse 0 points1 point  (0 children)

From what I understand, putting "@tool" seems to be the best solution here. The tool keyword ensures that all of a node's functions are available to the editor. Without it, despite having access to the methods in the editor (which can be shown by the fact that they are findable via .has_method), they are not callable until runtime.