diff options
| author | Juan Linietsky | 2018-06-11 13:41:16 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-06-11 13:41:16 -0300 |
| commit | d5bb6faac77334154d2b16a3ff2d7ef6479b98be (patch) | |
| tree | d8cd67bd46525102b4ebd4dc3591981966fcdfd4 /doc/classes/PopupMenu.xml | |
| parent | 76875ba145c5745033d0a1c9fda2f4349e2509b3 (diff) | |
| download | godot-d5bb6faac77334154d2b16a3ff2d7ef6479b98be.tar.gz godot-d5bb6faac77334154d2b16a3ff2d7ef6479b98be.tar.zst godot-d5bb6faac77334154d2b16a3ff2d7ef6479b98be.zip | |
-Make sure that ProjectSettings are properly dumped when dumping docs.
-Documented all properties of project settings
Update documentation for ProjectSettings
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/PopupMenu.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 166a4be2b..89d8c43c0 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -303,6 +303,14 @@ Return whether the item is a separator. If it is, it would be displayed as a line. </description> </method> + <method name="is_item_shortcut_disabled" qualifiers="const"> + <return type="bool"> + </return> + <argument index="0" name="idx" type="int"> + </argument> + <description> + </description> + </method> <method name="remove_item"> <return type="void"> </return> @@ -433,6 +441,16 @@ <description> </description> </method> + <method name="set_item_shortcut_disabled"> + <return type="void"> + </return> + <argument index="0" name="idx" type="int"> + </argument> + <argument index="1" name="disabled" type="bool"> + </argument> + <description> + </description> + </method> <method name="set_item_submenu"> <return type="void"> </return> |
