summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-08-11 18:43:27 +0200
committerGitHub <noreply@github.com>2021-08-11 18:43:27 +0200
commitd7a39cc3461a2bbcf7a38cce1be046c3427e1bf8 (patch)
tree39cc3ff8a9ff5682fe416e025841dc9cabf04692 /doc/classes
parent1d7a358588dd61836480cd5c1f6da549c7853cf9 (diff)
parent054d8852b9668ee5b105df90d63ab70cb1c91fc7 (diff)
Merge pull request #38992 from Dragoncraft89/master
Error handling functions for GdScript
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/@GlobalScope.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml
index e78c3d97ae..3dfb0f443a 100644
--- a/doc/classes/@GlobalScope.xml
+++ b/doc/classes/@GlobalScope.xml
@@ -212,6 +212,15 @@
Easing function, based on exponent. The curve values are: 0 is constant, 1 is linear, 0 to 1 is ease-in, 1+ is ease out. Negative values are in-out/out in.
</description>
</method>
+ <method name="error_string">
+ <return type="String">
+ </return>
+ <argument index="0" name="error" type="int">
+ </argument>
+ <description>
+ Returns a human-readable name for the given error code.
+ </description>
+ </method>
<method name="exp">
<return type="float" />
<argument index="0" name="x" type="float" />