aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_parser.h
diff options
context:
space:
mode:
authorJuan Linietsky2015-01-03 13:03:13 -0300
committerJuan Linietsky2015-01-03 13:03:13 -0300
commit6b5b95bb4e269a1bd740707e27eae09983b84268 (patch)
treeaa0c80dd4d683eaa99e1ad804d8d742f369bdd73 /modules/gdscript/gd_parser.h
parent85c084c7707c4b9cac978bc0caec0a76b5e37818 (diff)
downloadgodot-6b5b95bb4e269a1bd740707e27eae09983b84268.tar.gz
godot-6b5b95bb4e269a1bd740707e27eae09983b84268.tar.zst
godot-6b5b95bb4e269a1bd740707e27eae09983b84268.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 26955d2b7..44e7b5532 100644
--- a/modules/gdscript/gd_parser.h
+++ b/modules/gdscript/gd_parser.h
@@ -363,6 +363,7 @@ public:
COMPLETION_METHOD,
COMPLETION_CALL_ARGUMENTS,
COMPLETION_INDEX,
+ COMPLETION_VIRTUAL_FUNC
};