Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-03-10 11:31:52 +01:00
parent d0eacac884
commit b53578efd5
26 changed files with 161 additions and 91 deletions

View File

@@ -20,7 +20,7 @@ Methods
-------
+-------------------------------+---------------------------------------------------------------------------------------------------------+
| :ref:`Variant<class_Variant>` | :ref:`call_func<class_FuncRef_method_call_func>` **(** **)** vararg |
| :ref:`Variant<class_Variant>` | :ref:`call_func<class_FuncRef_method_call_func>` **(** ... **)** vararg |
+-------------------------------+---------------------------------------------------------------------------------------------------------+
| void | :ref:`set_function<class_FuncRef_method_set_function>` **(** :ref:`String<class_String>` name **)** |
+-------------------------------+---------------------------------------------------------------------------------------------------------+
@@ -39,7 +39,7 @@ Method Descriptions
.. _class_FuncRef_method_call_func:
- :ref:`Variant<class_Variant>` **call_func** **(** **)** vararg
- :ref:`Variant<class_Variant>` **call_func** **(** ... **)** vararg
Calls the referenced function previously set by :ref:`set_function<class_FuncRef_method_set_function>` or :ref:`@GDScript.funcref<class_@GDScript_method_funcref>`.