diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index d2c6a853ad9..5a53e7cb050 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -29,6 +29,8 @@ [Geometry] singleton + + [IP] singleton diff --git a/doc/classes/Area.xml b/doc/classes/Area.xml index 5c56b5e21b4..97de1a0f371 100644 --- a/doc/classes/Area.xml +++ b/doc/classes/Area.xml @@ -142,14 +142,14 @@ - + Emitted when another area enters. - + Emitted when another area exits. @@ -158,7 +158,7 @@ - + @@ -171,7 +171,7 @@ - + diff --git a/doc/classes/Area2D.xml b/doc/classes/Area2D.xml index c50ccefc4c7..b77a9312017 100644 --- a/doc/classes/Area2D.xml +++ b/doc/classes/Area2D.xml @@ -130,14 +130,14 @@ - + Emitted when another area enters. - + Emitted when another area exits. @@ -146,7 +146,7 @@ - + @@ -159,7 +159,7 @@ - + @@ -170,14 +170,14 @@ - + Emitted when a [PhysicsBody2D] object enters. - + Emitted when a [PhysicsBody2D] object exits. @@ -186,7 +186,7 @@ - + @@ -199,7 +199,7 @@ - + diff --git a/doc/classes/CollisionObject.xml b/doc/classes/CollisionObject.xml index 22b97251213..6fd26304292 100644 --- a/doc/classes/CollisionObject.xml +++ b/doc/classes/CollisionObject.xml @@ -193,7 +193,7 @@ - + diff --git a/doc/classes/CollisionObject2D.xml b/doc/classes/CollisionObject2D.xml index 1ef72c0ca20..b488202db20 100644 --- a/doc/classes/CollisionObject2D.xml +++ b/doc/classes/CollisionObject2D.xml @@ -206,7 +206,7 @@ - + diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 8575a1f498b..bbd0441a0ba 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -723,7 +723,7 @@ - + Emitted when the node receives an [InputEvent]. diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index 5d2407adce4..208780547eb 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -445,13 +445,13 @@ - + - + Emitted when user change scene. The argument is a root node of freshly opened scene. diff --git a/doc/classes/EditorProperty.xml b/doc/classes/EditorProperty.xml index 32d3a2703d0..7d095543303 100644 --- a/doc/classes/EditorProperty.xml +++ b/doc/classes/EditorProperty.xml @@ -98,7 +98,7 @@ - + diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 0bda5909edd..ad8c5f68da4 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -576,6 +576,14 @@ This is used by servers when used in multi threading mode (servers and visual). RIDs are preallocated to avoid stalling the server requesting them on threads. If servers get stalled too often when loading resources in a thread, increase this number. + + + + + + + + Maximum amount of characters allowed to send as output from the debugger. Over this value, content is dropped. This helps not to stall the debugger connection. diff --git a/doc/classes/ScriptCreateDialog.xml b/doc/classes/ScriptCreateDialog.xml index a3ad3a778e4..3de068dbcbf 100644 --- a/doc/classes/ScriptCreateDialog.xml +++ b/doc/classes/ScriptCreateDialog.xml @@ -31,7 +31,7 @@ - + Emitted when the user clicks the OK button. diff --git a/doc/classes/ScriptEditor.xml b/doc/classes/ScriptEditor.xml index 4bfd07fdada..435ab8aafc7 100644 --- a/doc/classes/ScriptEditor.xml +++ b/doc/classes/ScriptEditor.xml @@ -70,14 +70,14 @@ - + Emitted when user changed active script. Argument is a freshly activated [Script]. - + Emitted when editor is about to close the active script. Argument is a [Script] that is going to be closed. diff --git a/doc/classes/VisibilityNotifier.xml b/doc/classes/VisibilityNotifier.xml index 2f22dc99bf4..95da7084203 100644 --- a/doc/classes/VisibilityNotifier.xml +++ b/doc/classes/VisibilityNotifier.xml @@ -26,14 +26,14 @@ - + Emitted when the VisibilityNotifier enters a [Camera]'s view. - + Emitted when the VisibilityNotifier exits a [Camera]'s view. diff --git a/doc/classes/VisibilityNotifier2D.xml b/doc/classes/VisibilityNotifier2D.xml index b98f2794d22..aaaa9b63bb4 100644 --- a/doc/classes/VisibilityNotifier2D.xml +++ b/doc/classes/VisibilityNotifier2D.xml @@ -36,14 +36,14 @@ - + Emitted when the VisibilityNotifier2D enters a [Viewport]'s view. - + Emitted when the VisibilityNotifier2D exits a [Viewport]'s view.