From 071b2ea4f205ea99346a5cf73afdd50f7ccc95ed Mon Sep 17 00:00:00 2001 From: Nathan Warden Date: Fri, 20 Feb 2015 13:05:21 -0500 Subject: [PATCH] Updated the internal documention for the GDScript class. --- doc/base/classes.xml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 35de0106b5f..7c5530682ee 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -257,13 +257,14 @@ - + - + - + + Linear interpolates between two values by a normalized value. @@ -276,6 +277,7 @@ + Decreases time by a specified amount. @@ -421,6 +423,7 @@ + Returns a reference to the specified function @@ -475,6 +478,7 @@ + Print one or more arguments to the console with a tab between each argument. @@ -499,6 +503,24 @@ Print one or more arguments to strings in the best way possible to console. No newline is added at the end. + + + + + + + Converts the value of a variable to a String. + + + + + + + + + Converts the value of a String to a variable. + + @@ -544,6 +566,7 @@ + Hashes the variable passed and returns an integer.