mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add --import
command-line flag
This commit is contained in:
parent
a7b860250f
commit
9d01793dff
2 changed files with 16 additions and 1 deletions
|
@ -304,6 +304,7 @@ public:
|
|||
EditorFileSystemDirectory *get_filesystem();
|
||||
bool is_scanning() const;
|
||||
bool is_importing() const { return importing; }
|
||||
bool doing_first_scan() const { return first_scan; }
|
||||
float get_scanning_progress() const;
|
||||
void scan();
|
||||
void scan_changes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue