You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Update script signals in real-time when script changes. Fixes #8980
This commit is contained in:
@@ -318,6 +318,7 @@ class ScriptEditor : public PanelContainer {
|
||||
void _update_script_colors();
|
||||
void _update_modified_scripts_for_external_editor(Ref<Script> p_for_script = Ref<Script>());
|
||||
|
||||
void _script_changed();
|
||||
int file_dialog_option;
|
||||
void _file_dialog_action(String p_file);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user