summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRicardo Buring <ricardo.buring@gmail.com>2022-09-20 22:32:46 +0200
committerRicardo Buring <ricardo.buring@gmail.com>2022-09-21 08:25:48 +0200
commit0c2055d15d000f9e7070d401ff9e03d4bb2b339e (patch)
tree5f755c3cc43e9ab78c853c8b076139fa3b82faba /doc
parente5594c26b14e75d8b75d1f697cf2bfbd6254a50c (diff)
Callable: add callv method
This method can be called from GDExtension.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Callable.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/Callable.xml b/doc/classes/Callable.xml
index 1fcaf6d866..dd48ee6790 100644
--- a/doc/classes/Callable.xml
+++ b/doc/classes/Callable.xml
@@ -81,6 +81,13 @@
[/codeblock]
</description>
</method>
+ <method name="callv" qualifiers="const">
+ <return type="Variant" />
+ <param index="0" name="arguments" type="Array" />
+ <description>
+ Calls the method represented by this [Callable]. Contrary to [method call], this method does not take a variable number of arguments but expects all arguments to be passed via a single [Array].
+ </description>
+ </method>
<method name="get_method" qualifiers="const">
<return type="StringName" />
<description>