aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorJakub Grzesik2017-07-19 19:47:43 +0200
committerJakub Grzesik2017-07-20 19:16:34 +0200
commit218b1c223d0183c930df8d8a1e352ffa9f113962 (patch)
tree565d773fa7f718f709b689e1fc0d6ef8f56125ea /editor/plugins/script_editor_plugin.h
parent45b498c4e056e313e06b169d64f991b32db30423 (diff)
downloadgodot-218b1c223d0183c930df8d8a1e352ffa9f113962.tar.gz
godot-218b1c223d0183c930df8d8a1e352ffa9f113962.tar.zst
godot-218b1c223d0183c930df8d8a1e352ffa9f113962.zip
EditorPlugin methods and signals rename
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
-rw-r--r--editor/plugins/script_editor_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h
index 3d03eb0f4..d8a9415df 100644
--- a/editor/plugins/script_editor_plugin.h
+++ b/editor/plugins/script_editor_plugin.h
@@ -322,7 +322,7 @@ class ScriptEditor : public PanelContainer {
void _file_dialog_action(String p_file);
Ref<Script> _get_current_script();
- Array _get_opened_script_list() const;
+ Array _get_open_scripts() const;
static void _open_script_request(const String &p_path);
@@ -357,7 +357,7 @@ public:
void get_window_layout(Ref<ConfigFile> p_layout);
void set_scene_root_script(Ref<Script> p_script);
- Vector<Ref<Script> > get_opened_scripts() const;
+ Vector<Ref<Script> > get_open_scripts() const;
bool script_goto_method(Ref<Script> p_script, const String &p_method);