mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Autocompletion: register depended parsers with the main parser
This commit is contained in:
parent
97b8ad1af0
commit
4699e69708
3 changed files with 12 additions and 19 deletions
|
@ -1314,7 +1314,7 @@ public:
|
|||
Variant::Type builtin_type = Variant::VARIANT_MAX;
|
||||
Node *node = nullptr;
|
||||
Object *base = nullptr;
|
||||
List<Ref<GDScriptParserRef>> dependent_parsers;
|
||||
GDScriptParser *parser = nullptr;
|
||||
};
|
||||
|
||||
struct CompletionCall {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue