Bind EditorFileSystem::is_importing()
This commit is contained in:
parent
68410acc61
commit
03d6e70dba
2 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue