1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #56325 from pycbouh/editor-resource-picker-needs-type-3.x

This commit is contained in:
Rémi Verschelde
2022-01-07 16:13:46 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
</description>
</method>
<method name="handle_menu_selected" qualifiers="virtual">
<return type="void" />
<return type="bool" />
<argument index="0" name="id" type="int" />
<description>
This virtual method can be implemented to handle context menu items not handled by default. See [method set_create_options].