From 1c4c0f9960d0a42803c629dbd890d33326613dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Cambr=C3=A9?= Date: Sat, 22 May 2021 15:19:57 +0200 Subject: expose type hints for VisualScriptCustomNode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: RĂ©mi Verschelde --- .../doc_classes/VisualScriptCustomNode.xml | 40 ++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) (limited to 'modules/visual_script/doc_classes') diff --git a/modules/visual_script/doc_classes/VisualScriptCustomNode.xml b/modules/visual_script/doc_classes/VisualScriptCustomNode.xml index 1c23b58507..ba4eba26fd 100644 --- a/modules/visual_script/doc_classes/VisualScriptCustomNode.xml +++ b/modules/visual_script/doc_classes/VisualScriptCustomNode.xml @@ -30,6 +30,24 @@ Return the count of input value ports. + + + + + + + Return the specified input port's hint. See the [enum @GlobalScope.PropertyHint] hints. + + + + + + + + + Return the specified input port's hint string. + + @@ -71,13 +89,31 @@ Return the amount of output value ports. + + + + + + + Return the specified output port's hint. See the [enum @GlobalScope.PropertyHint] hints. + + + + + + + + + Return the specified output port's hint string. + + - Return the specified output's name. + Return the specified output port's name. @@ -86,7 +122,7 @@ - Return the specified output's type. See the [enum Variant.Type] values. + Return the specified output port's type. See the [enum Variant.Type] values. -- cgit v1.2.3