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,