You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Merge pull request #53900 from ChronicallySerious/update-vcs-1
This commit is contained in:
@@ -279,7 +279,6 @@ class ScriptEditor : public PanelContainer {
|
||||
String _get_debug_tooltip(const String &p_text, Node *_se);
|
||||
|
||||
void _resave_scripts(const String &p_str);
|
||||
void _reload_scripts();
|
||||
|
||||
bool _test_script_times_on_disk(RES p_for_script = Ref<Resource>());
|
||||
|
||||
@@ -422,6 +421,7 @@ public:
|
||||
void ensure_focus_current();
|
||||
void apply_scripts() const;
|
||||
void open_script_create_dialog(const String &p_base_name, const String &p_base_path);
|
||||
void reload_scripts();
|
||||
|
||||
void ensure_select_current();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user