classref: Sync with current master branch (36d90c7)

This commit is contained in:
Godot Organization
2025-02-08 03:20:41 +00:00
parent cb0009a3c8
commit 06119cd6c3
14 changed files with 201 additions and 32 deletions
+2
View File
@@ -94,6 +94,8 @@ Method Descriptions
Creates a reference to a :ref:`Callable<class_Callable>` that can be used as a callback by JavaScript. The reference must be kept until the callback happens, or it won't be called at all. See :ref:`JavaScriptObject<class_JavaScriptObject>` for usage.
\ **Note:** The callback function must take exactly one :ref:`Array<class_Array>` argument, which is going to be the JavaScript `arguments object <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments>`__ converted to an array.
.. rst-class:: classref-item-separator
----