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

Add @GDScript.type_exists

This commit is contained in:
Geequlim
2016-06-18 15:07:51 +08:00
parent 57c67fb0f7
commit 71245995a4
2 changed files with 16 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ public:
FUNC_FUNCREF,
TYPE_CONVERT,
TYPE_OF,
TYPE_EXISTS,
TEXT_STR,
TEXT_PRINT,
TEXT_PRINT_TABBED,