You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Merge pull request #18545 from vnen/editor-autoload
Enable autoload in editor
This commit is contained in:
@@ -236,6 +236,8 @@ public:
|
||||
|
||||
virtual void auto_indent_code(String &p_code, int p_from_line, int p_to_line) const = 0;
|
||||
virtual void add_global_constant(const StringName &p_variable, const Variant &p_value) = 0;
|
||||
virtual void add_named_global_constant(const StringName &p_name, const Variant &p_value) {}
|
||||
virtual void remove_named_global_constant(const StringName &p_name) {}
|
||||
|
||||
/* MULTITHREAD FUNCTIONS */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user