2017-09-13 04:42:36 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-02-14 21:18:53 +08:00
|
|
|
<class name="VisualScriptFunctionState" inherits="RefCounted" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
2017-09-13 04:42:36 +08:00
|
|
|
<brief_description>
|
2020-10-13 01:37:50 +08:00
|
|
|
A Visual Script node representing a function state.
|
2017-09-13 04:42:36 +08:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2020-10-13 01:37:50 +08:00
|
|
|
[VisualScriptFunctionState] is returned from [VisualScriptYield] and can be used to resume a paused function call.
|
2017-09-13 04:42:36 +08:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="connect_to_signal">
|
2021-07-30 21:28:05 +08:00
|
|
|
<return type="void" />
|
2022-08-07 02:11:48 +08:00
|
|
|
<param index="0" name="obj" type="Object" />
|
|
|
|
<param index="1" name="signals" type="String" />
|
|
|
|
<param index="2" name="args" type="Array" />
|
2017-09-13 04:42:36 +08:00
|
|
|
<description>
|
2020-10-13 01:37:50 +08:00
|
|
|
Connects this [VisualScriptFunctionState] to a signal in the given object to automatically resume when it's emitted.
|
2017-09-13 04:42:36 +08:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="is_valid" qualifiers="const">
|
2021-07-30 21:28:05 +08:00
|
|
|
<return type="bool" />
|
2017-09-13 04:42:36 +08:00
|
|
|
<description>
|
2020-10-13 01:37:50 +08:00
|
|
|
Returns whether the function state is valid.
|
2017-09-13 04:42:36 +08:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="resume">
|
2021-07-30 21:28:05 +08:00
|
|
|
<return type="Variant" />
|
2022-08-07 02:11:48 +08:00
|
|
|
<param index="0" name="args" type="Array" default="[]" />
|
2017-09-13 04:42:36 +08:00
|
|
|
<description>
|
2020-10-13 01:37:50 +08:00
|
|
|
Resumes the function to run from the point it was yielded.
|
2017-09-13 04:42:36 +08:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
</class>
|