summaryrefslogtreecommitdiff
path: root/editor/editor_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-09-03 12:07:23 +0200
committerGitHub <noreply@github.com>2019-09-03 12:07:23 +0200
commit2f727ee167284b88f7b53954648593745d1fa640 (patch)
treeaec7935d12195130d1ea1bfc8cb59bef1688f191 /editor/editor_plugin.h
parent00258684d3a1402735f404908131841f017fa57c (diff)
parent3518e7a6c7f0a0b32bb6809183515344914151a2 (diff)
Merge pull request #31847 from aole/editor-expose-current-path
Expose current path function to EditorPlugin
Diffstat (limited to 'editor/editor_plugin.h')
-rw-r--r--editor/editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_plugin.h b/editor/editor_plugin.h
index 8941dfa28c..63f5a4f87a 100644
--- a/editor/editor_plugin.h
+++ b/editor/editor_plugin.h
@@ -78,6 +78,7 @@ public:
void select_file(const String &p_file);
String get_selected_path() const;
+ String get_current_path() const;
void inspect_object(Object *p_obj, const String &p_for_property = String());