diff options
author | Florian Kothmeier <floriankothmeier@web.de> | 2020-05-23 22:38:48 +0200 |
---|---|---|
committer | Florian Kothmeier <floriankothmeier@web.de> | 2021-04-27 22:02:35 +0200 |
commit | 054d8852b9668ee5b105df90d63ab70cb1c91fc7 (patch) | |
tree | ae05c98d5b4c2b7596a2615f633c72b22638834b /doc/classes | |
parent | 0582cefcbb6c4dc0f5d36000f39c627ecf5f9b70 (diff) |
Add error_string function
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 95108f1613..5f55bc283b 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -276,6 +276,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"> </return> |