mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Sync classref with current source
Handle removal of Pool*Array types and other recent changes.
This commit is contained in:
@@ -85,14 +85,14 @@
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="resources_reimported">
|
||||
<argument index="0" name="resources" type="PoolStringArray">
|
||||
<argument index="0" name="resources" type="PackedStringArray">
|
||||
</argument>
|
||||
<description>
|
||||
Remitted if a resource is reimported.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="resources_reload">
|
||||
<argument index="0" name="resources" type="PoolStringArray">
|
||||
<argument index="0" name="resources" type="PackedStringArray">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user