mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add GDScript Language Protocol plugin
This commit is contained in:
parent
61ed6efa5b
commit
f58560ac36
15 changed files with 2479 additions and 0 deletions
|
|
@ -8255,6 +8255,10 @@ int GDScriptParser::get_error_column() const {
|
|||
return error_column;
|
||||
}
|
||||
|
||||
bool GDScriptParser::has_error() const {
|
||||
return error_set;
|
||||
}
|
||||
|
||||
Error GDScriptParser::_parse(const String &p_base_path) {
|
||||
|
||||
base_path = p_base_path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue