From eed5d878e83c837e1b9ecae3a8fa76ca8c1c8ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 19 Sep 2016 09:08:12 +0200 Subject: [PATCH] classref: Sync with current source --- doc/base/classes.xml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 7790ae5553..83d7830f8d 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -15221,8 +15221,12 @@ + + + + - Make a HTTP GET request. The url is the complete url including "http://" or "https://" which will be parsed for a host and a port. + Make a HTTP request (by default GET, unless specified otherwise as method). The url is the complete url including "http://" or "https://" which will be parsed for a host and a port. The custom_headers are HTTP request headers which will be used. If User-Agent is not specified a Godot specific will be used. The ssl_validate_domain specifies if in case of HTTPS the server certificate should be verified. @@ -15854,6 +15858,8 @@ + + Simple helper to draw an uvsphere, with given latitudes, longitude and radius. @@ -17752,15 +17758,6 @@ Return tooltip hint for specified item index. - - - - - - - Returns whether the tooptip is enabled for specified item index. - - @@ -17789,7 +17786,7 @@ - + Returns the current vertical scroll bar for the List. @@ -17813,6 +17810,15 @@ Returns whether or not the item at the specified index is selectable. + + + + + + + Returns whether the tooptip is enabled for specified item index. + +