summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.h
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2022-12-30 12:10:50 -0300
committerGitHub <noreply@github.com>2022-12-30 12:10:50 -0300
commit33afa82fb012b92cb24d2af54d871b417c1232fb (patch)
tree4696d9c8c562813e8c3b5c6a745dfe84785247e1 /modules/gdscript/gdscript_parser.h
parent0daa86d70e7338506c37bee6b6e0c4aba7255d68 (diff)
parentb6aa4840d827f2679d5f21591cc41222a96385bf (diff)
downloadredot-engine-33afa82fb012b92cb24d2af54d871b417c1232fb.tar.gz
Merge pull request #70613 from vonagam/fix-enum-as-constant
Fixes https://github.com/godotengine/godot/issues/54018 Fixes https://github.com/godotengine/godot/issues/70213 Fixes https://github.com/godotengine/godot/issues/70495
Diffstat (limited to 'modules/gdscript/gdscript_parser.h')
-rw-r--r--modules/gdscript/gdscript_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript_parser.h b/modules/gdscript/gdscript_parser.h
index 540ef1c561..fd2f7b3288 100644
--- a/modules/gdscript/gdscript_parser.h
+++ b/modules/gdscript/gdscript_parser.h
@@ -483,6 +483,7 @@ public:
IdentifierNode *identifier = nullptr;
Vector<Value> values;
+ Variant dictionary;
#ifdef TOOLS_ENABLED
String doc_description;
#endif // TOOLS_ENABLED