|
468 | 468 | <param index="0" name="menu_root" type="String" /> |
469 | 469 | <param index="1" name="idx" type="int" /> |
470 | 470 | <description> |
471 | | - Returns number of states of an multistate item. See [method global_menu_add_multistate_item] for details. |
| 471 | + Returns number of states of a multistate item. See [method global_menu_add_multistate_item] for details. |
472 | 472 | [b]Note:[/b] This method is implemented on macOS. |
473 | 473 | </description> |
474 | 474 | </method> |
|
477 | 477 | <param index="0" name="menu_root" type="String" /> |
478 | 478 | <param index="1" name="idx" type="int" /> |
479 | 479 | <description> |
480 | | - Returns the state of an multistate item. See [method global_menu_add_multistate_item] for details. |
| 480 | + Returns the state of a multistate item. See [method global_menu_add_multistate_item] for details. |
481 | 481 | [b]Note:[/b] This method is implemented on macOS. |
482 | 482 | </description> |
483 | 483 | </method> |
|
654 | 654 | <param index="1" name="idx" type="int" /> |
655 | 655 | <param index="2" name="max_states" type="int" /> |
656 | 656 | <description> |
657 | | - Sets number of state of an multistate item. See [method global_menu_add_multistate_item] for details. |
| 657 | + Sets number of state of a multistate item. See [method global_menu_add_multistate_item] for details. |
658 | 658 | [b]Note:[/b] This method is implemented on macOS. |
659 | 659 | </description> |
660 | 660 | </method> |
|
675 | 675 | <param index="1" name="idx" type="int" /> |
676 | 676 | <param index="2" name="state" type="int" /> |
677 | 677 | <description> |
678 | | - Sets the state of an multistate item. See [method global_menu_add_multistate_item] for details. |
| 678 | + Sets the state of a multistate item. See [method global_menu_add_multistate_item] for details. |
679 | 679 | [b]Note:[/b] This method is implemented on macOS. |
680 | 680 | </description> |
681 | 681 | </method> |
|
1718 | 1718 | [b]Note:[/b] Regardless of the platform, enabling full screen will change the window size to match the monitor's size. Therefore, make sure your project supports [url=$DOCS_URL/tutorials/rendering/multiple_resolutions.html]multiple resolutions[/url] when enabling full screen mode. |
1719 | 1719 | </constant> |
1720 | 1720 | <constant name="WINDOW_FLAG_RESIZE_DISABLED" value="0" enum="WindowFlags"> |
1721 | | - The window can't be resizing by dragging its resize grip. It's still possible to resize the window using [method window_set_size]. This flag is ignored for full screen windows. |
| 1721 | + The window can't be resized by dragging its resize grip. It's still possible to resize the window using [method window_set_size]. This flag is ignored for full screen windows. |
1722 | 1722 | </constant> |
1723 | 1723 | <constant name="WINDOW_FLAG_BORDERLESS" value="1" enum="WindowFlags"> |
1724 | 1724 | The window do not have native title bar and other decorations. This flag is ignored for full-screen windows. |
|
0 commit comments