
P
Publisher
pokeparadox
AlternativeTimer
Tools
Timer Clock Signals Time Milliseconds Seconds Minutes Hours
An addon providing an AlternativeTimer node which exposes signals for hours, minutes, seconds and millisecond updates to, for example, more easily make a clock display.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
AlternativeTimer
This is an alternative Timer addon for Godot 4.1
It could easily be expanded further if needed but this suits my current needs.
Editor Values
- @export var wait_time : int = 1000
- @export var one_shot : bool = false
- @export var autostart : bool = false
Signals
- signal timeout()
- signal millisecond_elapsed(num_ms : int)
- signal second_elapsed(num_s : int)
- signal minute_elapsed(num_m : int)
- signal hour_elapsed(num_h : int)
Methods
- start()
- stop()
- reset()