mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Add new "push_*()" functions to GDScript
This commit is contained in:
parent
13eaded911
commit
1ca61a35d8
2 changed files with 49 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue