You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Script editor: Show depended script errors
This commit is contained in:
@@ -144,6 +144,7 @@ public:
|
||||
Error analyze();
|
||||
|
||||
Variant make_variable_default_value(GDScriptParser::VariableNode *p_variable);
|
||||
const HashMap<String, Ref<GDScriptParserRef>> &get_depended_parsers();
|
||||
|
||||
GDScriptAnalyzer(GDScriptParser *p_parser);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user