Files
godot-docs/classes/class_progressbar.rst
Rémi Verschelde 2f06d055e3 De-headline the Inherits and Category fields
Also escape _ and * characters in e.g. "TYPE_*" description content.
2016-02-08 18:31:35 +01:00

38 lines
1.3 KiB
ReStructuredText

.. _class_ProgressBar:
ProgressBar
===========
**Inherits:** :ref:`Range<class_range>`
**Category:** Core
General purpose progress bar.
Member Functions
----------------
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_percent_visible<class_ProgressBar_set_percent_visible>` **(** :ref:`bool<class_bool>` visible **)** |
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`is_percent_visible<class_ProgressBar_is_percent_visible>` **(** **)** const |
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
Description
-----------
General purpose progress bar. Shows fill percentage from right to left.
Member Function Description
---------------------------
.. _class_ProgressBar_set_percent_visible:
- void **set_percent_visible** **(** :ref:`bool<class_bool>` visible **)**
.. _class_ProgressBar_is_percent_visible:
- :ref:`bool<class_bool>` **is_percent_visible** **(** **)** const