From 450a7a9120b230cd7bf149a02c8e79638c3b43d0 Mon Sep 17 00:00:00 2001 From: Martin Chuckeles Date: Sat, 5 Mar 2016 14:15:11 +0100 Subject: [PATCH] Write GDScript documentation (cherry picked from commit cd1184d56c89015463ed44d9e4debb9bbe302c6d) --- doc/base/classes.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 127c80f56d..df593bfdb6 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -490,6 +490,7 @@ + Print one or more arguments to the console with a space between each argument. @@ -520,7 +521,7 @@ - Converts the value of a variable to a String. + Converts a value to a string that can later be parsed using str2var. @@ -529,6 +530,7 @@ + Converts a string that was returned by var2str to the original value. @@ -537,6 +539,7 @@ + Encodes a variable to a byte array. @@ -545,6 +548,7 @@ + Decodes a byte array back to a variable. @@ -604,6 +608,7 @@ + Makes a color from red, green, blue and alpha. Arguments can range from 0 to 255. @@ -619,6 +624,7 @@ + Get an object by its ID. @@ -627,6 +633,7 @@ + Preload and get a resource. The resource is loaded during script parsing. @@ -637,6 +644,7 @@ + Stops function execution and return current state. Call resume on the state to resume execution. @@ -645,6 +653,7 @@ + If the condition is false, generates an error.