You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
Merge pull request #89261 from paulloz/core/fix-script-reloading-outside-script-editor
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