Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-09-21 09:49:38 +02:00
parent df6316f918
commit ce0bb7b277
494 changed files with 7138 additions and 7027 deletions

View File

@@ -37,19 +37,19 @@ However, by creating a ``FuncRef`` using the :ref:`@GDScript.funcref<class_@GDSc
Method Descriptions
-------------------
.. _class_FuncRef_call_func:
.. _class_FuncRef_call_func:
- :ref:`Variant<class_Variant>` **call_func** **(** **)** vararg
Calls the referenced function previously set by :ref:`set_function<class_FuncRef_set_function>` or :ref:`@GDScript.funcref<class_@GDScript_funcref>`.
.. _class_FuncRef_set_function:
.. _class_FuncRef_set_function:
- void **set_function** **(** :ref:`String<class_String>` name **)**
The name of the referenced function to call on the object, without parentheses or any parameters.
.. _class_FuncRef_set_instance:
.. _class_FuncRef_set_instance:
- void **set_instance** **(** :ref:`Object<class_Object>` instance **)**