From a415996f792c4e969b2f652ee85ec9254ea48863 Mon Sep 17 00:00:00 2001 From: hondres Date: Sat, 13 Feb 2016 03:16:24 +0100 Subject: "Sync classes reference template with current code base" --- doc/base/classes.xml | 50 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) (limited to 'doc/base') diff --git a/doc/base/classes.xml b/doc/base/classes.xml index b1871632d0..e3962834d1 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -1,5 +1,5 @@ - + Built-in GDScript functions. @@ -621,6 +621,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -12127,6 +12153,16 @@ This approximation makes straight segments between each point, then subdivides t + + + + + + + + + + @@ -14080,7 +14116,7 @@ verify_host will check the SSL identity of the host if set to true. - + @@ -14166,7 +14202,7 @@ verify_host will check the SSL identity of the host if set to true. - + @@ -27503,6 +27539,14 @@ This method controls whether the position between two cached points is interpola Returns a captured group. A captured group is the part of a string that matches a part of the pattern delimited by parentheses (unless they are non-capturing parentheses [i](?:)[/i]). + + + + + + + + -- cgit v1.2.3 From 080b5e4f63ead92c2fceea7b2d3338fe32dfd0cb Mon Sep 17 00:00:00 2001 From: hondres Date: Sat, 13 Feb 2016 15:24:01 +0100 Subject: doc: add list of possible return values to OS.get_name() description --- doc/base/classes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/base') diff --git a/doc/base/classes.xml b/doc/base/classes.xml index e3962834d1..431e038062 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -19771,7 +19771,7 @@ verify_host will check the SSL identity of the host if set to true. - Return the name of the host OS. + Return the name of the host OS. Possible values are: "Android", "BlackBerry 10", "Flash", "Haiku", "iOS", "HTML5", "OSX", "Server", "Windows", "WinRT", "X11" -- cgit v1.2.3