From 624a2b08f362d0ec74cd617890b1a4c9de6b0d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 7 Dec 2017 08:29:38 +0100 Subject: doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc --- .../doc_classes/VisualScriptConstructor.xml | 52 ++++++++++++---------- 1 file changed, 28 insertions(+), 24 deletions(-) (limited to 'modules/visual_script/doc_classes/VisualScriptConstructor.xml') diff --git a/modules/visual_script/doc_classes/VisualScriptConstructor.xml b/modules/visual_script/doc_classes/VisualScriptConstructor.xml index f3c6b6a304..cbe8c6c096 100644 --- a/modules/visual_script/doc_classes/VisualScriptConstructor.xml +++ b/modules/visual_script/doc_classes/VisualScriptConstructor.xml @@ -11,31 +11,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - The constructor function's method info. Has roughly the following structure: - [codeblock] - { - name = "string", - args = [{ - name = "string" - class_name = "string" - type = TYPE_* - hint = PROPERTY_HINT_* - hint_string = "string" - }] - default_args = [] # Array of variants - flags = METHOD_FLAG_* - id = 0 - return = {type = TYPE_*} - } - [/codeblock] - - - The type to be constructed. - - -- cgit v1.2.3