1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Auto-reload scripts with external editor

This commit is contained in:
Jihyun Yu
2021-08-17 17:32:23 +09:00
parent 2875cd1651
commit 5c66891048
4 changed files with 8 additions and 2 deletions

View File

@@ -303,6 +303,7 @@ class ScriptEditor : public PanelContainer {
bool pending_auto_reload;
bool auto_reload_running_scripts;
void _trigger_live_script_reload();
void _live_auto_reload_running_scripts();
void _update_selected_editor_menu();