mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Sync classref with current source
This commit is contained in:
@@ -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 **)**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user