You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<methods>
|
||||
<method name="set_delay">
|
||||
<return type="CallbackTweener" />
|
||||
<argument index="0" name="delay" type="float" />
|
||||
<param index="0" name="delay" type="float" />
|
||||
<description>
|
||||
Makes the callback call delayed by given time in seconds. Example:
|
||||
[codeblock]
|
||||
|
||||
Reference in New Issue
Block a user