1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Adds enums to GDScript

Fixes #2966

(cherry picked from commit 4ee82a2c38)
This commit is contained in:
Bojidar Marinov
2016-08-26 14:15:45 +03:00
committed by Fabio Alessandrelli
parent f71da5c8c5
commit ed80f4563a
3 changed files with 87 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ public:
TK_PR_SETGET,
TK_PR_CONST,
TK_PR_VAR,
TK_PR_ENUM,
TK_PR_PRELOAD,
TK_PR_ASSERT,
TK_PR_YIELD,