summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_functions.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-11-02 11:06:40 +0100
committerGitHub <noreply@github.com>2018-11-02 11:06:40 +0100
commiteed56bce14b468555804430bde82ac20adf89e6f (patch)
treedadc3fcd550511338fb1c9aa292282a4ff32d1da /modules/gdscript/gdscript_functions.h
parenta33040da4975311f30fc35e5f590ec531ffa04ab (diff)
parent92342690f7bcbd142c876e18f795dc5227e0bb9c (diff)
Merge pull request #23404 from YeldhamDev/gdscript_log_methods
Add new "push_*()" functions to GDScript
Diffstat (limited to 'modules/gdscript/gdscript_functions.h')
-rw-r--r--modules/gdscript/gdscript_functions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript_functions.h b/modules/gdscript/gdscript_functions.h
index e920dd4ece..33d5f27230 100644
--- a/modules/gdscript/gdscript_functions.h
+++ b/modules/gdscript/gdscript_functions.h
@@ -97,6 +97,8 @@ public:
TEXT_PRINTERR,
TEXT_PRINTRAW,
TEXT_PRINT_DEBUG,
+ PUSH_ERROR,
+ PUSH_WARNING,
VAR_TO_STR,
STR_TO_VAR,
VAR_TO_BYTES,
@@ -117,7 +119,6 @@ public:
LEN,
IS_INSTANCE_VALID,
FUNC_MAX
-
};
static const char *get_func_name(Function p_func);