1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

add new get_stack function to get GDScript stack trace as array

This commit is contained in:
chanon
2018-05-17 21:00:49 +07:00
parent edc3e6b0da
commit a56d6ff35f
2 changed files with 23 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ public:
COLOR8,
COLORN,
PRINT_STACK,
GET_STACK,
INSTANCE_FROM_ID,
LEN,
IS_INSTANCE_VALID,