You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
Hot-reload only changed scripts
This commit is contained in:
@@ -187,7 +187,8 @@ public:
|
||||
bool is_skip_breakpoints() const;
|
||||
void set_breakpoint(const String &p_path, int p_line, bool p_enabled);
|
||||
void set_breakpoints(const String &p_path, Array p_lines);
|
||||
void reload_scripts();
|
||||
void reload_all_scripts();
|
||||
void reload_scripts(const Vector<String> &p_script_paths);
|
||||
|
||||
// Remote inspector/edit.
|
||||
void request_remote_tree();
|
||||
|
||||
Reference in New Issue
Block a user