summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_parser.h
diff options
context:
space:
mode:
authorgeequlim <geequlim@gmail.com>2019-06-14 22:38:54 +0800
committergeequlim <geequlim@gmail.com>2019-08-11 13:30:15 +0800
commitf58560ac361fbe0fcc38df6a8f80818e55517aef (patch)
tree6231ae5436b5796c862e118b39e8e308f686ed08 /modules/gdscript/gdscript_parser.h
parent61ed6efa5b6ad094d9d2a904d8c796c72a97275c (diff)
Add GDScript Language Protocol plugin
Diffstat (limited to 'modules/gdscript/gdscript_parser.h')
-rw-r--r--modules/gdscript/gdscript_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript_parser.h b/modules/gdscript/gdscript_parser.h
index 62d7bdb393..72aa819a8c 100644
--- a/modules/gdscript/gdscript_parser.h
+++ b/modules/gdscript/gdscript_parser.h
@@ -632,6 +632,7 @@ private:
Error _parse(const String &p_base_path);
public:
+ bool has_error() const;
String get_error() const;
int get_error_line() const;
int get_error_column() const;