Add new "push_*()" functions to GDScript

This commit is contained in:
Michael Alexsander Silva Dias 2018-10-30 01:49:08 -03:00
parent 13eaded911
commit 1ca61a35d8
2 changed files with 49 additions and 5 deletions

View file

@ -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);