1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Auto-reload scripts with external editor

This commit is contained in:
Jihyun Yu
2021-08-17 17:32:23 +09:00
parent c4e03672e8
commit 1c61245990
3 changed files with 6 additions and 0 deletions

View File

@@ -344,6 +344,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();