Merge pull request #84617 from YuriSizov/editor-this-one-is-for-all-my-subs
Fix node names of submenu items across the editor
This commit is contained in:
commit
26f1c503ec
13 changed files with 45 additions and 44 deletions
|
|
@ -541,7 +541,7 @@
|
|||
<param index="0" name="name" type="String" />
|
||||
<param index="1" name="submenu" type="PopupMenu" />
|
||||
<description>
|
||||
Adds a custom [PopupMenu] submenu under [b]Project > Tools >[/b] [param name]. Use [code]remove_tool_menu_item(name)[/code] on plugin clean up to remove the menu.
|
||||
Adds a custom [PopupMenu] submenu under [b]Project > Tools >[/b] [param name]. Use [method remove_tool_menu_item] on plugin clean up to remove the menu.
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_translation_parser_plugin">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue