mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
[doc] Use "param" instead of "code" to refer to parameters
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<return type="void" />
|
||||
<param index="0" name="time_sec" type="float" default="-1" />
|
||||
<description>
|
||||
Starts the timer. Sets [member wait_time] to [code]time_sec[/code] if [code]time_sec > 0[/code]. This also resets the remaining time to [member wait_time].
|
||||
Starts the timer. Sets [member wait_time] to [param time_sec] if [code]time_sec > 0[/code]. This also resets the remaining time to [member wait_time].
|
||||
[b]Note:[/b] This method will not resume a paused timer. See [member paused].
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user