mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (6da4ad1)
This commit is contained in:
@@ -23,12 +23,8 @@ Description
|
||||
|
||||
See also :ref:`BaseButton<class_BaseButton>` which contains common properties and methods associated with this node.
|
||||
|
||||
\ **Note:** Properties :ref:`Button.text<class_Button_property_text>` and :ref:`Button.icon<class_Button_property_icon>` are automatically set based on the selected item. They shouldn't be changed manually.
|
||||
|
||||
\ **Note:** The ID values used for items are limited to 32 bits, not full 64 bits of :ref:`int<class_int>`. This has a range of ``-2^32`` to ``2^32 - 1``, i.e. ``-2147483648`` to ``2147483647``.
|
||||
|
||||
\ **Note:** The ID values used for items are 32-bit, unlike :ref:`int<class_int>` which is always 64-bit. They go from ``-2147483648`` to ``2147483647``.
|
||||
|
||||
\ **Note:** The :ref:`Button.text<class_Button_property_text>` and :ref:`Button.icon<class_Button_property_icon>` properties are set automatically based on the selected item. They shouldn't be changed manually.
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
Reference in New Issue
Block a user