소스 검색

Clarify `Timer.start()` documentation to match the current behavior.

Septian Ganendra S. K. 1 년 전
부모
커밋
336b9a27b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/Timer.xml

+ 1 - 1
doc/classes/Timer.xml

@@ -28,7 +28,7 @@
 			<return type="void" />
 			<param index="0" name="time_sec" type="float" default="-1" />
 			<description>
-				Starts the timer, if it was not started already. Fails if the timer is not inside the tree. If [param time_sec] is greater than [code]0[/code], this value is used for the [member wait_time].
+				Starts the timer, or resets the timer if it was started already. Fails if the timer is not inside the tree. If [param time_sec] is greater than [code]0[/code], this value is used for the [member wait_time].
 				[b]Note:[/b] This method does not resume a paused timer. See [member paused].
 			</description>
 		</method>