You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Hot-reload only changed scripts
This commit is contained in:
@@ -371,6 +371,7 @@ public:
|
||||
virtual Vector<StackInfo> debug_get_current_stack_info() { return Vector<StackInfo>(); }
|
||||
|
||||
virtual void reload_all_scripts() = 0;
|
||||
virtual void reload_scripts(const Array &p_scripts, bool p_soft_reload) = 0;
|
||||
virtual void reload_tool_script(const Ref<Script> &p_script, bool p_soft_reload) = 0;
|
||||
/* LOADER FUNCTIONS */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user