diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-09-03 12:07:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-03 12:07:23 +0200 |
commit | 2f727ee167284b88f7b53954648593745d1fa640 (patch) | |
tree | aec7935d12195130d1ea1bfc8cb59bef1688f191 /editor/editor_plugin.h | |
parent | 00258684d3a1402735f404908131841f017fa57c (diff) | |
parent | 3518e7a6c7f0a0b32bb6809183515344914151a2 (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.h | 1 |
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()); |