You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix how scripts reload outside of ScriptEditor
This commit is contained in:
@@ -125,6 +125,8 @@ protected:
|
||||
Dictionary _get_script_constant_map();
|
||||
|
||||
public:
|
||||
virtual void reload_from_file() override;
|
||||
|
||||
virtual bool can_instantiate() const = 0;
|
||||
|
||||
virtual Ref<Script> get_base_script() const = 0; //for script inheritance
|
||||
|
||||
Reference in New Issue
Block a user