mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Reworked how autoloads are load to make sure identifiers always exist, please check if this resolves bug #3156
This commit is contained in:
parent
c4cee22510
commit
5fca2bd4bc
2 changed files with 24 additions and 1 deletions
|
|
@ -534,6 +534,7 @@ public:
|
|||
virtual void auto_indent_code(String& p_code,int p_from_line,int p_to_line) const;
|
||||
virtual void add_global_constant(const StringName& p_variable,const Variant& p_value);
|
||||
|
||||
|
||||
/* DEBUGGER FUNCTIONS */
|
||||
|
||||
virtual String debug_get_error() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue