mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05: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