diff options
| author | Juan Linietsky | 2016-09-12 10:52:29 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-09-12 10:53:31 -0300 |
| commit | 37f1e86108a84c9b371e37c3854d8a03c8aea743 (patch) | |
| tree | eca23dd9556df6a398b0a667009f34a200ef363d /modules/gdscript/gd_parser.h | |
| parent | 78f92dbcb9b193fb7a100ca7096c15a6899199fc (diff) | |
| download | godot-37f1e86108a84c9b371e37c3854d8a03c8aea743.tar.gz godot-37f1e86108a84c9b371e37c3854d8a03c8aea743.tar.zst godot-37f1e86108a84c9b371e37c3854d8a03c8aea743.zip | |
Diffstat (limited to 'modules/gdscript/gd_parser.h')
| -rw-r--r-- | modules/gdscript/gd_parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gdscript/gd_parser.h b/modules/gdscript/gd_parser.h index aca77e0df..75653e091 100644 --- a/modules/gdscript/gd_parser.h +++ b/modules/gdscript/gd_parser.h @@ -432,6 +432,7 @@ private: int completion_line; int completion_argument; bool completion_found; + bool completion_ident_is_call; PropertyInfo current_export; @@ -478,7 +479,7 @@ public: BlockNode *get_completion_block(); FunctionNode *get_completion_function(); int get_completion_argument_index(); - + int get_completion_identifier_is_function(); void clear(); GDParser(); |
