You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Script editor: Show depended script errors
This commit is contained in:
@@ -263,6 +263,7 @@ public:
|
||||
};
|
||||
|
||||
struct ScriptError {
|
||||
String path;
|
||||
int line = -1;
|
||||
int column = -1;
|
||||
String message;
|
||||
|
||||
Reference in New Issue
Block a user