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:
@@ -19,11 +19,11 @@ Executes a series of Sequence ports.
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+------------------------+--------------------------------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`get_steps<class_VisualScriptSequence_get_steps>` **(** **)** const |
|
||||
+------------------------+--------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_steps<class_VisualScriptSequence_set_steps>` **(** :ref:`int<class_int>` steps **)** |
|
||||
+------------------------+--------------------------------------------------------------------------------------------------+
|
||||
+------------------------+------------------------------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`get_steps<class_VisualScriptSequence_get_steps>` **(** **)** const |
|
||||
+------------------------+------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_steps<class_VisualScriptSequence_set_steps>` **(** :ref:`int<class_int>` steps **)** |
|
||||
+------------------------+------------------------------------------------------------------------------------------------+
|
||||
|
||||
Member Variables
|
||||
----------------
|
||||
@@ -55,10 +55,10 @@ Member Function Description
|
||||
|
||||
.. _class_VisualScriptSequence_get_steps:
|
||||
|
||||
- :ref:`int<class_int>` **get_steps** **(** **)** const
|
||||
- :ref:`int<class_int>` **get_steps** **(** **)** const
|
||||
|
||||
.. _class_VisualScriptSequence_set_steps:
|
||||
|
||||
- void **set_steps** **(** :ref:`int<class_int>` steps **)**
|
||||
- void **set_steps** **(** :ref:`int<class_int>` steps **)**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user