diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml
index deddaffdc69..de5dc18702d 100644
--- a/doc/classes/@GlobalScope.xml
+++ b/doc/classes/@GlobalScope.xml
@@ -1277,7 +1277,7 @@
-
+
Flag for normal method
diff --git a/doc/classes/ARVRController.xml b/doc/classes/ARVRController.xml
index 0c404e7c3c9..47a9341643e 100644
--- a/doc/classes/ARVRController.xml
+++ b/doc/classes/ARVRController.xml
@@ -66,7 +66,7 @@
The degree to which the tracker rumbles. Ranges from [code]0.0[/code] to [code]1.0[/code] with precision [code].01[/code]. If changed, updates [member ARVRPositionalTracker.rumble] accordingly.
-
+
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml
index 09ace05bfbb..3b1ce376196 100644
--- a/doc/classes/AnimationPlayer.xml
+++ b/doc/classes/AnimationPlayer.xml
@@ -74,6 +74,20 @@
Returns the name of [code]animation[/code] or empty string if not found.
+
+
+
+
+ Get the length (in seconds) of the currently playing animation.
+
+
+
+
+
+
+ Get the position (in seconds) of the currently playing animation.
+
+
@@ -90,13 +104,6 @@
Returns the list of stored animation names.
-
-
-
-
- Returns the name of the animation played when the scene loads.
-
-
@@ -115,27 +122,6 @@
Returns the name of the currently playing animation.
-
-
-
-
- Get the length (in seconds) of the currently playing animation.
-
-
-
-
-
-
- Get the position (in seconds) of the currently playing animation.
-
-
-
-
-
-
- Get the speed scaling ratio in a given animation channel (or channel 0 if none is provided). Default ratio is [i]1[/i] (no scaling).
-
-
@@ -145,13 +131,6 @@
Returns [code]true[/code] if the [code]AnimationPlayer[/code] stores an [Animation] with key [code]name[/code].
-
-
-
-
- Returns true if the player is active.
-
-
@@ -225,24 +204,6 @@
Seek the animation to the [code]seconds[/code] point in time (in seconds). If 'update' is true, the animation updates too, otherwise it updates at process time.
-
-
-
-
-
-
- Set the player as active (playing). If false, it will do nothing.
-
-
-
-
-
-
-
-
- Set the name of the animation that will be automatically played when the scene is loaded.
-
-
@@ -265,15 +226,6 @@
Set the current animation (even if no playback occurs). Using set_current_animation() and set_active() are similar to calling play().
-
-
-
-
-
-
- Set a speed scaling ratio in a given animation channel (or channel 0 if none is provided). Default ratio is [i]1[/i] (no scaling).
-
-
@@ -292,6 +244,12 @@
+
+ If [code]true[/code] updates animations in response to process-related notifications. Default value: [code]true[/code].
+
+
+ The name of the animation to play when the scene loads. Default value: [code]""[/code].
+
The default time in which to blend animations. Ranges from 0 to 4096 with 0.01 precision. Default value: [code]0[/code].
@@ -301,18 +259,9 @@
The node from which node path references will travel. Default value: [code]".."[/code].
-
- The name of the animation to play when the scene loads. Default value: [code]""[/code].
-
The speed scaling ratio in a given animation channel (or channel 0 if none is provided). Default value: [code]1[/code].
-
- If [code]true[/code] updates animations in response to process-related notifications. Default value: [code]true[/code].
-
-
- The name of the current animation. If already playing, restarts the animation. Ensure [member active] is [code]true[/code] to simulate [method play]. Default value: [code]""[/code].
-
diff --git a/doc/classes/ColorPickerButton.xml b/doc/classes/ColorPickerButton.xml
index ee34b2bcd1e..185460eef24 100644
--- a/doc/classes/ColorPickerButton.xml
+++ b/doc/classes/ColorPickerButton.xml
@@ -22,7 +22,7 @@
- Returns the control's [PopupPanel] which allows you to connect to Popup Signals. This allows you to handle events when the ColorPicker is shown or hidden.
+ Returns the control's [PopupPanel] which allows you to connect to Popup Signals. This allows you to handle events when the ColorPicker is shown or hidden.
diff --git a/doc/classes/EditorFileDialog.xml b/doc/classes/EditorFileDialog.xml
index 4529a473c6c..1a1c382e59e 100644
--- a/doc/classes/EditorFileDialog.xml
+++ b/doc/classes/EditorFileDialog.xml
@@ -26,42 +26,6 @@
Removes all filters except for "All Files (*)".
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -76,93 +40,11 @@
Notify the [code]EditorFileDialog[/code] that its view of the data is no longer accurate. Updates the view contents on next view update.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
The location from which the user may select a file, including [code]res://[/code], [code]user://[/code], and the local file system.
-
- The view format in which the [code]EditorFileDialog[/code] displays resources to the user.
-
-
- The purpose of the [code]EditorFileDialog[/code]. Changes allowed behaviors.
-
The currently occupied directory.
@@ -172,12 +54,18 @@
The file system path in the address bar.
-
- If [code]true[/code] hidden files and directories will be visible in the [code]EditorFileDialog[/code].
-
If [code]true[/code] the [code]EditorFileDialog[/code] will not warn the user before overwriting files.
+
+ The view format in which the [code]EditorFileDialog[/code] displays resources to the user.
+
+
+ The purpose of the [code]EditorFileDialog[/code]. Changes allowed behaviors.
+
+
+ If [code]true[/code] hidden files and directories will be visible in the [code]EditorFileDialog[/code].
+
diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml
index 0f7038238e6..8057e95d444 100644
--- a/doc/classes/FileDialog.xml
+++ b/doc/classes/FileDialog.xml
@@ -160,6 +160,8 @@
+
+
diff --git a/doc/classes/JSON.xml b/doc/classes/JSON.xml
index bda205d2942..bb48833878d 100644
--- a/doc/classes/JSON.xml
+++ b/doc/classes/JSON.xml
@@ -25,6 +25,10 @@
+
+
+
+
Converts a Variant var to JSON text and returns the result. Useful for serializing data to store or send over the network.
diff --git a/doc/classes/LinkButton.xml b/doc/classes/LinkButton.xml
index a6194d129a1..82b3a901808 100644
--- a/doc/classes/LinkButton.xml
+++ b/doc/classes/LinkButton.xml
@@ -30,6 +30,8 @@
+
+
diff --git a/doc/classes/ProxyTexture.xml b/doc/classes/ProxyTexture.xml
new file mode 100644
index 00000000000..2cdcac8775b
--- /dev/null
+++ b/doc/classes/ProxyTexture.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/classes/RayCast.xml b/doc/classes/RayCast.xml
index 1ec16753c2e..e6f3c029af6 100644
--- a/doc/classes/RayCast.xml
+++ b/doc/classes/RayCast.xml
@@ -139,6 +139,8 @@
If [code]true[/code], collisions will be reported. Default value: [code]false[/code].
+
+
diff --git a/doc/classes/SpatialMaterial.xml b/doc/classes/SpatialMaterial.xml
index 4e63e6dd115..cf08b0daae2 100644
--- a/doc/classes/SpatialMaterial.xml
+++ b/doc/classes/SpatialMaterial.xml
@@ -79,6 +79,8 @@
+
+
@@ -307,7 +309,9 @@
-
+
+
+
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index d5afe28eb86..df48ba3e23d 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -470,6 +470,8 @@
+
+