mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Remove redundant info on the enum types used
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
If [code]true[/code], the timer is paused. A paused timer does not process until this property is set back to [code]false[/code], even when [method start] is called.
|
||||
</member>
|
||||
<member name="process_callback" type="int" setter="set_timer_process_callback" getter="get_timer_process_callback" enum="Timer.TimerProcessCallback" default="1">
|
||||
Specifies when the timer is updated during the main loop (see [enum TimerProcessCallback]).
|
||||
Specifies when the timer is updated during the main loop.
|
||||
</member>
|
||||
<member name="time_left" type="float" setter="" getter="get_time_left">
|
||||
The timer's remaining time in seconds. This is always [code]0[/code] if the timer is stopped.
|
||||
|
||||
Reference in New Issue
Block a user