diff options
| author | Juan Linietsky | 2015-01-03 13:03:13 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-01-03 13:03:13 -0300 |
| commit | 6b5b95bb4e269a1bd740707e27eae09983b84268 (patch) | |
| tree | aa0c80dd4d683eaa99e1ad804d8d742f369bdd73 /modules/gdscript/gd_parser.h | |
| parent | 85c084c7707c4b9cac978bc0caec0a76b5e37818 (diff) | |
| download | godot-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.h | 1 |
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 }; |
