You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 18:51:18 +00:00
Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
<methods>
|
||||
<method name="connect_to_signal">
|
||||
<return type="void" />
|
||||
<argument index="0" name="obj" type="Object" />
|
||||
<argument index="1" name="signals" type="String" />
|
||||
<argument index="2" name="args" type="Array" />
|
||||
<param index="0" name="obj" type="Object" />
|
||||
<param index="1" name="signals" type="String" />
|
||||
<param index="2" name="args" type="Array" />
|
||||
<description>
|
||||
Connects this [VisualScriptFunctionState] to a signal in the given object to automatically resume when it's emitted.
|
||||
</description>
|
||||
@@ -26,7 +26,7 @@
|
||||
</method>
|
||||
<method name="resume">
|
||||
<return type="Variant" />
|
||||
<argument index="0" name="args" type="Array" default="[]" />
|
||||
<param index="0" name="args" type="Array" default="[]" />
|
||||
<description>
|
||||
Resumes the function to run from the point it was yielded.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user