You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user