From 054d8852b9668ee5b105df90d63ab70cb1c91fc7 Mon Sep 17 00:00:00 2001 From: Florian Kothmeier Date: Sat, 23 May 2020 22:38:48 +0200 Subject: Add error_string function --- doc/classes/@GlobalScope.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/classes') 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. + + + + + + + Returns a human-readable name for the given error code. + + -- cgit v1.2.3