aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_parser.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-08-24 00:06:56 -0300
committerJuan Linietsky2017-08-24 00:06:56 -0300
commit36e0a72c77348d4a1f2195937dff8dba88f7e044 (patch)
treea3e798e46199c18f729ab9c692dde990e3c3250b /modules/gdscript/gd_parser.h
parent3d1c03187132677800b7f6bc609eeef8fe51f315 (diff)
downloadgodot-36e0a72c77348d4a1f2195937dff8dba88f7e044.tar.gz
godot-36e0a72c77348d4a1f2195937dff8dba88f7e044.tar.zst
godot-36e0a72c77348d4a1f2195937dff8dba88f7e044.zip
Diffstat (limited to 'modules/gdscript/gd_parser.h')
-rw-r--r--modules/gdscript/gd_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_parser.h b/modules/gdscript/gd_parser.h
index 3ad346662..8ad494cd3 100644
--- a/modules/gdscript/gd_parser.h
+++ b/modules/gdscript/gd_parser.h
@@ -441,6 +441,7 @@ public:
COMPLETION_INDEX,
COMPLETION_VIRTUAL_FUNC,
COMPLETION_YIELD,
+ COMPLETION_ASSIGN,
};
private: