mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
commit
fc61eb37ce
25 changed files with 60 additions and 61 deletions
|
|
@ -2094,7 +2094,7 @@ Error GDScriptLanguage::complete_code(const String& p_code, const String& p_base
|
|||
|
||||
GDParser p;
|
||||
|
||||
Error err = p.parse(p_code,p_base_path,false,"",true);
|
||||
p.parse(p_code,p_base_path,false,"",true);
|
||||
bool isfunction=false;
|
||||
Set<String> options;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue