From 29f2571662da0ee93ea2a632ec3b60aa26246563 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Date: Sat, 1 Sep 2018 03:12:35 +0800 Subject: [PATCH] update class docs --- doc/classes/@GlobalScope.xml | 2 ++ doc/classes/Area.xml | 8 ++++---- doc/classes/Area2D.xml | 16 ++++++++-------- doc/classes/CollisionObject.xml | 2 +- doc/classes/CollisionObject2D.xml | 2 +- doc/classes/Control.xml | 2 +- doc/classes/EditorPlugin.xml | 4 ++-- doc/classes/EditorProperty.xml | 2 +- doc/classes/ProjectSettings.xml | 8 ++++++++ doc/classes/ScriptCreateDialog.xml | 2 +- doc/classes/ScriptEditor.xml | 4 ++-- doc/classes/VisibilityNotifier.xml | 4 ++-- doc/classes/VisibilityNotifier2D.xml | 4 ++-- 13 files changed, 35 insertions(+), 25 deletions(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index d2c6a853ad..5a53e7cb05 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 5c56b5e21b..97de1a0f37 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 c50ccefc4c..b77a931201 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 22b9725121..6fd2630429 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 1ef72c0ca2..b488202db2 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 8575a1f498..bbd0441a0b 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 5d2407adce..208780547e 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 32d3a2703d..7d09554330 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 0bda5909ed..ad8c5f68da 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 a3ad3a778e..3de068dbcb 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 4bfd07fdad..435ab8aafc 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 2f22dc99bf..95da708420 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 b98f2794d2..aaaa9b63bb 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.