.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/Range.xml. .. _class_Range: Range ===== **Inherits:** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` **Inherited By:** :ref:`EditorSpinSlider`, :ref:`ProgressBar`, :ref:`ScrollBar`, :ref:`Slider`, :ref:`SpinBox`, :ref:`TextureProgressBar` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +--------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`allow_greater` | ``false`` | +--------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`allow_lesser` | ``false`` | +--------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`exp_edit` | ``false`` | +--------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------+ | :ref:`float` | :ref:`max_value` | ``100.0`` | +--------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------+ | :ref:`float` | :ref:`min_value` | ``0.0`` | +--------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------+ | :ref:`float` | :ref:`page` | ``0.0`` | +--------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------+ | :ref:`float` | :ref:`ratio` | | +--------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`rounded` | ``false`` | +--------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------+ | |bitfield|\<:ref:`SizeFlags`\> | size_flags_vertical | ``0`` (overrides :ref:`Control`) | +--------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------+ | :ref:`float` | :ref:`step` | ``0.01`` | +--------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------+ | :ref:`float` | :ref:`value` | ``0.0`` | +--------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +------+----------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_value_changed` **(** :ref:`float` new_value **)** |virtual| | +------+----------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_value_no_signal` **(** :ref:`float` value **)** | +------+----------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`share` **(** :ref:`Node` with **)** | +------+----------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`unshare` **(** **)** | +------+----------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_Range_signal_changed: .. rst-class:: classref-signal **changed** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Range_signal_value_changed: .. rst-class:: classref-signal **value_changed** **(** :ref:`float` value **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_Range_property_allow_greater: .. rst-class:: classref-property :ref:`bool` **allow_greater** = ``false`` .. rst-class:: classref-property-setget - void **set_allow_greater** **(** :ref:`bool` value **)** - :ref:`bool` **is_greater_allowed** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Range_property_allow_lesser: .. rst-class:: classref-property :ref:`bool` **allow_lesser** = ``false`` .. rst-class:: classref-property-setget - void **set_allow_lesser** **(** :ref:`bool` value **)** - :ref:`bool` **is_lesser_allowed** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Range_property_exp_edit: .. rst-class:: classref-property :ref:`bool` **exp_edit** = ``false`` .. rst-class:: classref-property-setget - void **set_exp_ratio** **(** :ref:`bool` value **)** - :ref:`bool` **is_ratio_exp** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Range_property_max_value: .. rst-class:: classref-property :ref:`float` **max_value** = ``100.0`` .. rst-class:: classref-property-setget - void **set_max** **(** :ref:`float` value **)** - :ref:`float` **get_max** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Range_property_min_value: .. rst-class:: classref-property :ref:`float` **min_value** = ``0.0`` .. rst-class:: classref-property-setget - void **set_min** **(** :ref:`float` value **)** - :ref:`float` **get_min** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Range_property_page: .. rst-class:: classref-property :ref:`float` **page** = ``0.0`` .. rst-class:: classref-property-setget - void **set_page** **(** :ref:`float` value **)** - :ref:`float` **get_page** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Range_property_ratio: .. rst-class:: classref-property :ref:`float` **ratio** .. rst-class:: classref-property-setget - void **set_as_ratio** **(** :ref:`float` value **)** - :ref:`float` **get_as_ratio** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Range_property_rounded: .. rst-class:: classref-property :ref:`bool` **rounded** = ``false`` .. rst-class:: classref-property-setget - void **set_use_rounded_values** **(** :ref:`bool` value **)** - :ref:`bool` **is_using_rounded_values** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Range_property_step: .. rst-class:: classref-property :ref:`float` **step** = ``0.01`` .. rst-class:: classref-property-setget - void **set_step** **(** :ref:`float` value **)** - :ref:`float` **get_step** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Range_property_value: .. rst-class:: classref-property :ref:`float` **value** = ``0.0`` .. rst-class:: classref-property-setget - void **set_value** **(** :ref:`float` value **)** - :ref:`float` **get_value** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_Range_private_method__value_changed: .. rst-class:: classref-method void **_value_changed** **(** :ref:`float` new_value **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Range_method_set_value_no_signal: .. rst-class:: classref-method void **set_value_no_signal** **(** :ref:`float` value **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Range_method_share: .. rst-class:: classref-method void **share** **(** :ref:`Node` with **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Range_method_unshare: .. rst-class:: classref-method void **unshare** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`