mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Remove stray spaces in method signatures
This commit is contained in:
@@ -21,18 +21,18 @@ Base class for scroll bars.
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`get_custom_step<class_ScrollBar_get_custom_step>` **(** **)** const |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_custom_step<class_ScrollBar_set_custom_step>` **(** :ref:`float<class_float>` step **)** |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------+
|
||||
+----------------------------+----------------------------------------------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`get_custom_step<class_ScrollBar_get_custom_step>` **(** **)** const |
|
||||
+----------------------------+----------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_custom_step<class_ScrollBar_set_custom_step>` **(** :ref:`float<class_float>` step **)** |
|
||||
+----------------------------+----------------------------------------------------------------------------------------------------+
|
||||
|
||||
Signals
|
||||
-------
|
||||
|
||||
.. _class_ScrollBar_scrolling:
|
||||
|
||||
- **scrolling** **(** **)**
|
||||
- **scrolling** **(** **)**
|
||||
|
||||
|
||||
Member Variables
|
||||
@@ -53,10 +53,10 @@ Member Function Description
|
||||
|
||||
.. _class_ScrollBar_get_custom_step:
|
||||
|
||||
- :ref:`float<class_float>` **get_custom_step** **(** **)** const
|
||||
- :ref:`float<class_float>` **get_custom_step** **(** **)** const
|
||||
|
||||
.. _class_ScrollBar_set_custom_step:
|
||||
|
||||
- void **set_custom_step** **(** :ref:`float<class_float>` step **)**
|
||||
- void **set_custom_step** **(** :ref:`float<class_float>` step **)**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user