Bind EditorFileSystem::is_importing()

This commit is contained in:
nikitalita 2025-11-17 10:33:13 -08:00
parent 68410acc61
commit 03d6e70dba
2 changed files with 7 additions and 0 deletions

View file

@ -36,6 +36,12 @@
Returns the scan progress for 0 to 1 if the FS is being scanned.
</description>
</method>
<method name="is_importing" qualifiers="const">
<return type="bool" />
<description>
Returns [code]true[/code] if resources are currently being imported.
</description>
</method>
<method name="is_scanning" qualifiers="const">
<return type="bool" />
<description>