From 677e95d8d189a62e6473b43989012a8258f193a4 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Wed, 15 Nov 2017 19:23:20 +0100 Subject: doc: Make all module docs self-contained --- .../visual_script/doc_classes/VisualScriptNode.xml | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 modules/visual_script/doc_classes/VisualScriptNode.xml (limited to 'modules/visual_script/doc_classes/VisualScriptNode.xml') diff --git a/modules/visual_script/doc_classes/VisualScriptNode.xml b/modules/visual_script/doc_classes/VisualScriptNode.xml new file mode 100644 index 000000000..f6f286717 --- /dev/null +++ b/modules/visual_script/doc_classes/VisualScriptNode.xml @@ -0,0 +1,62 @@ + + + + A node which is part of a [VisualScript]. + + + A node which is part of a [VisualScript]. Not to be confused with [Node], which is a part of a [SceneTree]. + + + + + + + + + + + + + Returns the default value of a given port. The default value is used when nothing is connected to the port. + + + + + + + Returns the [VisualScript] instance the node is bound to. + + + + + + + Notify that the node's ports have changed. Usually used in conjunction with [VisualScriptCustomNode] . + + + + + + + + + + + Change the default value of a given port. + + + + + + + + + + + Emitted when the available input/output ports are changed. + + + + + + -- cgit v1.2.3-70-g09d2