classref: Sync with current master branch, fix members markup parsing

This commit is contained in:
Rémi Verschelde
2017-10-21 13:55:03 +02:00
parent 1cb5a4b5ab
commit b5f08bfa22
127 changed files with 2951 additions and 999 deletions

View File

@@ -14,7 +14,7 @@ VisualScriptLocalVar
Brief Description
-----------------
Gets a local variable's value.
Member Functions
----------------
@@ -32,8 +32,21 @@ Member Functions
Member Variables
----------------
- :ref:`int<class_int>` **type**
- :ref:`String<class_string>` **var_name**
- :ref:`int<class_int>` **type** - The local variable's type.
- :ref:`String<class_string>` **var_name** - The local variable's name.
Description
-----------
Returns a local variable's value. "Var Name" must be supplied, with an optional type.
**Input Ports:**
none
**Output Ports:**
- Data (variant): ``get``
Member Function Description
---------------------------