From c314203a70414dd765f57660cbecca2024e99323 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Mon, 23 Aug 2021 18:15:50 +0200 Subject: Fix Visual Script editor --- doc/classes/@GlobalScope.xml | 4 ++-- doc/classes/VisualScriptCustomNodes.xml | 39 +++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 doc/classes/VisualScriptCustomNodes.xml (limited to 'doc/classes') diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 46b9bdd52d..3d920171c6 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -1072,8 +1072,8 @@ The [TranslationServer] singleton. - - The [VisualScriptEditor] singleton. + + The [VisualScriptCustomNodes] singleton. The [XRServer] singleton. diff --git a/doc/classes/VisualScriptCustomNodes.xml b/doc/classes/VisualScriptCustomNodes.xml new file mode 100644 index 0000000000..3ef8022f5e --- /dev/null +++ b/doc/classes/VisualScriptCustomNodes.xml @@ -0,0 +1,39 @@ + + + + Manages custom nodes for the Visual Script editor. + + + This singleton can be used to manage (i.e., add or remove) custom nodes for the Visual Script editor. + + + + + + + + + + + Add a custom Visual Script node to the editor. It'll be placed under "Custom Nodes" with the [code]category[/code] as the parameter. + + + + + + + + Remove a custom Visual Script node from the editor. Custom nodes already placed on scripts won't be removed. + + + + + + + Emitted when a custom Visual Script node is added or removed. + + + + + + -- cgit v1.2.3