From 105495646191f2758779256589cac1aa5c583cdc Mon Sep 17 00:00:00 2001 From: Tomasz Chabora Date: Mon, 12 Oct 2020 19:37:50 +0200 Subject: Document remaining Visual Script classes --- modules/visual_script/doc_classes/VisualScriptLists.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/visual_script/doc_classes/VisualScriptLists.xml') diff --git a/modules/visual_script/doc_classes/VisualScriptLists.xml b/modules/visual_script/doc_classes/VisualScriptLists.xml index 8a7254b46a..671c427228 100644 --- a/modules/visual_script/doc_classes/VisualScriptLists.xml +++ b/modules/visual_script/doc_classes/VisualScriptLists.xml @@ -19,6 +19,7 @@ + Adds an input port to the Visual Script node. @@ -31,6 +32,7 @@ + Adds an output port to the Visual Script node. @@ -39,6 +41,7 @@ + Removes an input port from the Visual Script node. @@ -47,6 +50,7 @@ + Removes an output port from the Visual Script node. @@ -57,6 +61,7 @@ + Sets the name of an input port. @@ -67,6 +72,7 @@ + Sets the type of an input port. @@ -77,6 +83,7 @@ + Sets the name of an output port. @@ -87,6 +94,7 @@ + Sets the type of an output port. -- cgit v1.2.3