diff options
| author | rune-scape <allie.smith.epic@gmail.com> | 2023-07-24 15:49:39 +0200 |
|---|---|---|
| committer | Yuri Sizov <yuris@humnom.net> | 2023-07-24 15:49:39 +0200 |
| commit | 83b01708b2cbda0cf1080cd8fad8face9f988627 (patch) | |
| tree | 1bac56fa0115171cc4fd42406d5a58e5a6772570 /core/object | |
| parent | 6588a4a29af1621086feac0117d5d4d37af957fd (diff) | |
| download | redot-engine-83b01708b2cbda0cf1080cd8fad8face9f988627.tar.gz | |
Script editor: Show depended script errors
Diffstat (limited to 'core/object')
| -rw-r--r-- | core/object/script_language.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/object/script_language.h b/core/object/script_language.h index 2b685c77a3..3ea6a6e4c3 100644 --- a/core/object/script_language.h +++ b/core/object/script_language.h @@ -263,6 +263,7 @@ public: }; struct ScriptError { + String path; int line = -1; int column = -1; String message; |
