From 15ada56d73817c5c0be97882a88cb27696fcd3a8 Mon Sep 17 00:00:00 2001
From: Rémi Verschelde
Date: Fri, 24 Nov 2017 09:16:27 +0100
Subject: doc: Sync classref with current source
---
.../doc_classes/VisualScriptBuiltinFunc.xml | 34 +++++++++++-----------
.../doc_classes/VisualScriptEditor.xml | 2 +-
2 files changed, 18 insertions(+), 18 deletions(-)
(limited to 'modules/visual_script')
diff --git a/modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml b/modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml
index c45c8d2b6..a62fc317c 100644
--- a/modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml
+++ b/modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml
@@ -170,55 +170,55 @@
Return the input clamped inside the given range, ensuring the result is never outside it. Equivalent to `min(max(input, range_low), range_high)`
-
+
Return the nearest power of 2 to the input.
-
+
Create a [WeakRef] from the input.
-
+
Create a [FuncRef] from the input.
-
+
Convert between types.
-
+
Return the type of the input as an integer. Check [enum Variant.Type] for the integers that might be returned.
-
+
Checks if a type is registered in the [ClassDB].
-
+
Return a character with the given ascii value.
-
+
Convert the input to a string.
-
+
Print the given string to the output window.
-
+
Print the given string to the standard error output.
-
+
Print the given string to the standard output, without adding a newline.
-
+
Serialize a [Variant] to a string.
-
+
Deserialize a [Variant] from a string serialized using [VAR_TO_STR].
-
+
Serialize a [Variant] to a [PoolByteArray].
-
+
Deserialize a [Variant] from a [PoolByteArray] serialized using [VAR_TO_BYTES].
-
+
Return the [Color] with the given name and alpha ranging from 0 to 1. Note: names are defined in color_names.inc.
-
+
The maximum value the [member function] property can have.
diff --git a/modules/visual_script/doc_classes/VisualScriptEditor.xml b/modules/visual_script/doc_classes/VisualScriptEditor.xml
index 70d52b2bd..a22e2533a 100644
--- a/modules/visual_script/doc_classes/VisualScriptEditor.xml
+++ b/modules/visual_script/doc_classes/VisualScriptEditor.xml
@@ -1,5 +1,5 @@
-
+
--
cgit v1.2.3-70-g09d2