You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Add new "push_*()" functions to GDScript
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user