mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Improve some signal bindings to use specific Object subtypes
This commit is contained in:
@@ -59,8 +59,8 @@
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="resource_selected">
|
||||
<argument index="0" name="res" type="Object" />
|
||||
<argument index="1" name="prop" type="String" />
|
||||
<argument index="0" name="resource" type="Resource" />
|
||||
<argument index="1" name="path" type="String" />
|
||||
<description>
|
||||
Emitted when a resource is selected in the inspector.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user