You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Autocompletion: register depended parsers with the main parser
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user