Is there anyway to create a live event in Godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JulioYagami

It would be interesting if there were some data format (such as Vector2) specialized for time.

Don’t really understand what you want. Do you want the function that shows the current time? OS.get_time() does that.

shield | 2018-12-10 11:34

I also do not understand the question, could you give some example of what you want to do?

p7f | 2018-12-10 11:36

I want a custom time. Something similar to OS.get_time, but that I could customize.

JulioYagami | 2018-12-11 13:24

Use a dictionary with a setget. Put hours, minutes and seconds into it.

shield | 2018-12-11 13:26