diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-05-06 08:42:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 08:42:08 +0200 |
commit | 43fe8bf522b9f63bc895e40bb1c96388d9dc6ed1 (patch) | |
tree | b5d2e3fca3a9b8a8ba5362b14c98924243974793 /editor/plugins/script_editor_plugin.h | |
parent | 42b07f713fcbf9228dbc9145a07f706285a17a5f (diff) | |
parent | 0ade6866014b9d4bf8469b4fe06e6a7ef9e82592 (diff) |
Merge pull request #42416 from Calinou/editor-make-function-save-script
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
-rw-r--r-- | editor/plugins/script_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index b2172e7f10..c70fd2e555 100644 --- a/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -312,6 +312,7 @@ class ScriptEditor : public PanelContainer { String _get_debug_tooltip(const String &p_text, Node *_se); + void _save_current_script(); void _resave_scripts(const String &p_str); void _reload_scripts(); |