From 10469c1962172db954d02a3912053a99e2a0dfa3 Mon Sep 17 00:00:00 2001 From: Bojidar Marinov Date: Thu, 28 Sep 2017 13:07:20 +0300 Subject: Document some of the VisualScript classes. --- doc/classes/VisualScriptNode.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/classes/VisualScriptNode.xml') diff --git a/doc/classes/VisualScriptNode.xml b/doc/classes/VisualScriptNode.xml index dbb75e69f..74ec9bdc2 100644 --- a/doc/classes/VisualScriptNode.xml +++ b/doc/classes/VisualScriptNode.xml @@ -1,8 +1,10 @@ + 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]. @@ -15,12 +17,21 @@ + 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] . @@ -31,6 +42,7 @@ + Change the default value of a given port. @@ -41,6 +53,7 @@ + Emitted when the available input/output ports are changed. -- cgit v1.2.3-70-g09d2