mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 18:11:13 +00:00
Update script signals in real-time when script changes. Fixes #8980
This commit is contained in:
parent
2ed87f33cf
commit
b20952ebff
7 changed files with 31 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue