1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Merge pull request #93713 from KoBeWi/scene_data_in_script_cache

Store script states for built-in scripts
This commit is contained in:
Thaddeus Crews
2025-10-14 10:31:30 -05:00
2 changed files with 34 additions and 9 deletions

View File

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