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
commit 9554c2bc56
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
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();