Plugins can select files in FileSystem Dock
This commit is contained in:
parent
f66ef74338
commit
1408fab1b4
2 changed files with 13 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue