mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -16,19 +16,6 @@ Brief Description
|
||||
|
||||
Exits a function and returns an optional value.
|
||||
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+--------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`get_return_type<class_VisualScriptReturn_get_return_type>` **(** **)** const |
|
||||
+--------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`is_return_value_enabled<class_VisualScriptReturn_is_return_value_enabled>` **(** **)** const |
|
||||
+--------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_enable_return_value<class_VisualScriptReturn_set_enable_return_value>` **(** :ref:`bool<class_bool>` enable **)** |
|
||||
+--------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_return_type<class_VisualScriptReturn_set_return_type>` **(** :ref:`int<class_int>` type **)** |
|
||||
+--------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Member Variables
|
||||
----------------
|
||||
|
||||
@@ -56,23 +43,3 @@ Ends the execution of a function and returns control to the calling function. Op
|
||||
|
||||
none
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
|
||||
.. _class_VisualScriptReturn_get_return_type:
|
||||
|
||||
- :ref:`int<class_int>` **get_return_type** **(** **)** const
|
||||
|
||||
.. _class_VisualScriptReturn_is_return_value_enabled:
|
||||
|
||||
- :ref:`bool<class_bool>` **is_return_value_enabled** **(** **)** const
|
||||
|
||||
.. _class_VisualScriptReturn_set_enable_return_value:
|
||||
|
||||
- void **set_enable_return_value** **(** :ref:`bool<class_bool>` enable **)**
|
||||
|
||||
.. _class_VisualScriptReturn_set_return_type:
|
||||
|
||||
- void **set_return_type** **(** :ref:`int<class_int>` type **)**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user