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

Store script states for built-in scripts

This commit is contained in:
kobewi
2024-06-28 20:40:18 +02:00
parent d705613db3
commit ddcb3cfcf5
2 changed files with 34 additions and 9 deletions

View File

@@ -411,6 +411,7 @@ class ScriptEditor : public PanelContainer {
void _resave_scripts(const String &p_str);
bool _test_script_times_on_disk(Ref<Resource> p_for_script = Ref<Resource>());
bool _script_exists(const String &p_path) const;
void _add_recent_script(const String &p_path);
void _update_recent_scripts();