1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Plugins can select files in FileSystem Dock

This commit is contained in:
Will Nations
2017-12-20 14:44:16 -06:00
parent f66ef74338
commit 1408fab1b4
2 changed files with 13 additions and 0 deletions

View File

@@ -76,6 +76,9 @@ public:
Array get_open_scenes() const;
ScriptEditor *get_script_editor();
void select_file(const String &p_file);
String get_selected_path() const;
void inspect_object(Object *p_obj, const String &p_for_property = String());
EditorSelection *get_selection();