You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-03 16:55:53 +00:00
We don't use that info for anything, and it generates unnecessary diffs
every time we bump the minor version (and CI failures if we forget to
sync some files from opt-in modules (mono, text_server_fb).
(cherry picked from commit 81064cc239)
23 lines
811 B
XML
23 lines
811 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VisualScriptSubCall" inherits="VisualScriptNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
|
<brief_description>
|
|
Calls a method called [code]_subcall[/code] in this object.
|
|
</brief_description>
|
|
<description>
|
|
[VisualScriptSubCall] will call method named [code]_subcall[/code] in the current script. It will fail if the method doesn't exist or the provided arguments are wrong.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="_subcall" qualifiers="virtual">
|
|
<return type="Variant" />
|
|
<argument index="0" name="arguments" type="Variant" />
|
|
<description>
|
|
Called by this node.
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|