diff options
Diffstat (limited to 'doc/classes/EditorFileSystem.xml')
| -rw-r--r-- | doc/classes/EditorFileSystem.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/EditorFileSystem.xml b/doc/classes/EditorFileSystem.xml index 08b40c7800..06fa4be2c8 100644 --- a/doc/classes/EditorFileSystem.xml +++ b/doc/classes/EditorFileSystem.xml @@ -84,6 +84,12 @@ Emitted if a resource is reimported. </description> </signal> + <signal name="resources_reimporting"> + <param index="0" name="resources" type="PackedStringArray" /> + <description> + Emitted before a resource is reimported. + </description> + </signal> <signal name="resources_reload"> <param index="0" name="resources" type="PackedStringArray" /> <description> |
