diff options
| author | Juan Linietsky | 2017-01-08 02:04:53 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-08 02:04:53 -0300 |
| commit | 8b912d11152410302f45eaa117c19b7016d781f5 (patch) | |
| tree | 58e7e9ab9ee7e22c5f7e70c4342219a5918fd55e /modules/gdscript/gd_parser.h | |
| parent | 2ab83e1abbf5ee6d00e16056a9e9394114026f28 (diff) | |
| download | godot-8b912d11152410302f45eaa117c19b7016d781f5.tar.gz godot-8b912d11152410302f45eaa117c19b7016d781f5.tar.zst godot-8b912d11152410302f45eaa117c19b7016d781f5.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 1b4a37f67..e8f5f0f98 100644 --- a/modules/gdscript/gd_parser.h +++ b/modules/gdscript/gd_parser.h @@ -376,6 +376,7 @@ public: enum CompletionType { COMPLETION_NONE, COMPLETION_BUILT_IN_TYPE_CONSTANT, + COMPLETION_GET_NODE, COMPLETION_FUNCTION, COMPLETION_IDENTIFIER, COMPLETION_PARENT_FUNCTION, |
