From d03f35f1bc0ecf09d436ebb44356f8add5b95a3e Mon Sep 17 00:00:00 2001
From: Rémi Verschelde
Date: Sat, 16 Dec 2017 20:34:16 +0100
Subject: Bind TextEdit.deselect and update documentation
---
doc/classes/Animation.xml | 2 +-
doc/classes/BakedLightmap.xml | 77 ++++++++++++++++++++++++++
doc/classes/BakedLightmapData.xml | 113 ++++++++++++++++++++++++++++++++++++++
doc/classes/Curve.xml | 2 +-
doc/classes/HTTPClient.xml | 3 +-
doc/classes/Light.xml | 8 +++
doc/classes/PacketPeer.xml | 4 +-
doc/classes/SceneState.xml | 8 +++
doc/classes/ScriptEditor.xml | 10 ++++
doc/classes/SpatialMaterial.xml | 10 +++-
doc/classes/TextEdit.xml | 7 +++
doc/classes/TileMap.xml | 18 ++++++
doc/classes/VisualServer.xml | 4 +-
13 files changed, 257 insertions(+), 9 deletions(-)
create mode 100644 doc/classes/BakedLightmap.xml
create mode 100644 doc/classes/BakedLightmapData.xml
(limited to 'doc')
diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml
index dd248d18f..f78b39ead 100644
--- a/doc/classes/Animation.xml
+++ b/doc/classes/Animation.xml
@@ -321,7 +321,7 @@
- Enables/disables the given track. Tracks are enabled by default.
+ Enables/disables the given track. Tracks are enabled by default.
diff --git a/doc/classes/BakedLightmap.xml b/doc/classes/BakedLightmap.xml
new file mode 100644
index 000000000..8084af381
--- /dev/null
+++ b/doc/classes/BakedLightmap.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/classes/BakedLightmapData.xml b/doc/classes/BakedLightmapData.xml
new file mode 100644
index 000000000..6997dcb0b
--- /dev/null
+++ b/doc/classes/BakedLightmapData.xml
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/classes/Curve.xml b/doc/classes/Curve.xml
index f7ef9a182..8a007cc5c 100644
--- a/doc/classes/Curve.xml
+++ b/doc/classes/Curve.xml
@@ -107,9 +107,9 @@
- Returns the y value for the point that would exist at x-position [code]offset[/code] along the curve using the baked cache. Bakes the curve's points if not already baked.
+ Returns the y value for the point that would exist at x-position [code]offset[/code] along the curve using the baked cache. Bakes the curve's points if not already baked.
diff --git a/doc/classes/HTTPClient.xml b/doc/classes/HTTPClient.xml
index 9d4b45a8d..80f6966e1 100644
--- a/doc/classes/HTTPClient.xml
+++ b/doc/classes/HTTPClient.xml
@@ -26,7 +26,7 @@
-
+
@@ -35,6 +35,7 @@
Connect to a host. This needs to be done before any requests are sent.
The host should not have http:// prepended but will strip the protocol identifier if provided.
+ If no [code]port[/code] is specified (or [code]-1[/code] is used), it is automatically set to 80 for HTTP and 443 for HTTPS (if [code]use_ssl[/code] is enabled).
[code]verify_host[/code] will check the SSL identity of the host if set to [code]true[/code].
diff --git a/doc/classes/Light.xml b/doc/classes/Light.xml
index e4f92cc9b..4aa39ffff 100644
--- a/doc/classes/Light.xml
+++ b/doc/classes/Light.xml
@@ -15,6 +15,8 @@
+
+
@@ -71,5 +73,11 @@
+
+
+
+
+
+
diff --git a/doc/classes/PacketPeer.xml b/doc/classes/PacketPeer.xml
index 891f0c9ff..57d88d7ff 100644
--- a/doc/classes/PacketPeer.xml
+++ b/doc/classes/PacketPeer.xml
@@ -18,7 +18,7 @@
Return the number of packets currently available in the ring-buffer.
-
+
@@ -32,7 +32,7 @@
Return the error state of the last packet received (via [method get_packet] and [method get_var]).
-
+
diff --git a/doc/classes/SceneState.xml b/doc/classes/SceneState.xml
index 4fcaaa23d..f5cf2dbee 100644
--- a/doc/classes/SceneState.xml
+++ b/doc/classes/SceneState.xml
@@ -88,6 +88,14 @@
Returns the list of group names associated with the node at [code]idx[/code].
+
+
+
+
+
+
+
+
diff --git a/doc/classes/ScriptEditor.xml b/doc/classes/ScriptEditor.xml
index 0b035f90d..81b0b3d0c 100644
--- a/doc/classes/ScriptEditor.xml
+++ b/doc/classes/ScriptEditor.xml
@@ -57,6 +57,16 @@
Returns an array with all [Script] objects which are currently open in editor.
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/classes/SpatialMaterial.xml b/doc/classes/SpatialMaterial.xml
index cf08b0daa..403a6dc93 100644
--- a/doc/classes/SpatialMaterial.xml
+++ b/doc/classes/SpatialMaterial.xml
@@ -75,6 +75,8 @@
+
+
@@ -305,13 +307,15 @@
-
+
+
+
-
+
-
+
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index da30c4c7b..85cbeaaa0 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -109,6 +109,13 @@
Cut the current selection.
+
+
+
+
+ Clears the current selection.
+
+
diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml
index 72cd56dc5..510a215fb 100644
--- a/doc/classes/TileMap.xml
+++ b/doc/classes/TileMap.xml
@@ -182,6 +182,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml
index 1a9dc3a66..0cba132de 100644
--- a/doc/classes/VisualServer.xml
+++ b/doc/classes/VisualServer.xml
@@ -2315,7 +2315,9 @@
-
+
+
+
The max value for INSTANCE_* constants, used internally.
--
cgit v1.2.3-70-g09d2