classref: Sync with current master branch

This commit is contained in:
Rémi Verschelde
2017-06-17 11:32:15 +02:00
parent b1f74200e6
commit 43ed90b479
146 changed files with 3684 additions and 2556 deletions

View File

@@ -18,38 +18,25 @@ Brief Description
Member Functions
----------------
+------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_deconstruct_input_type<class_VisualScriptDeconstruct_get_deconstruct_input_type>` **(** **)** const |
+------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_deconstruct_type<class_VisualScriptDeconstruct_get_deconstruct_type>` **(** **)** const |
+------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_deconstruct_input_type<class_VisualScriptDeconstruct_set_deconstruct_input_type>` **(** :ref:`int<class_int>` input_type **)** |
+------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_deconstruct_type<class_VisualScriptDeconstruct_set_deconstruct_type>` **(** :ref:`int<class_int>` type **)** |
+------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
+------------------------+--------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_deconstruct_type<class_VisualScriptDeconstruct_get_deconstruct_type>` **(** **)** const |
+------------------------+--------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_deconstruct_type<class_VisualScriptDeconstruct_set_deconstruct_type>` **(** :ref:`int<class_int>` type **)** |
+------------------------+--------------------------------------------------------------------------------------------------------------------------+
Member Variables
----------------
- :ref:`Array<class_array>` **elem_cache**
- :ref:`int<class_int>` **input_type**
- :ref:`int<class_int>` **type**
Member Function Description
---------------------------
.. _class_VisualScriptDeconstruct_get_deconstruct_input_type:
- :ref:`int<class_int>` **get_deconstruct_input_type** **(** **)** const
.. _class_VisualScriptDeconstruct_get_deconstruct_type:
- :ref:`int<class_int>` **get_deconstruct_type** **(** **)** const
.. _class_VisualScriptDeconstruct_set_deconstruct_input_type:
- void **set_deconstruct_input_type** **(** :ref:`int<class_int>` input_type **)**
.. _class_VisualScriptDeconstruct_set_deconstruct_type:
- void **set_deconstruct_type** **(** :ref:`int<class_int>` type **)**