mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Store script states for built-in scripts
This commit is contained in:
parent
d705613db3
commit
ddcb3cfcf5
2 changed files with 34 additions and 9 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue