We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ste — Today at 00:24 Ugh we have one break between 3.4 and 3.5.. mod_log uses Time which does not exist in .4 (OS is used instead)
OS.get_datetime()
_Dictionary get_time ( bool utc=false ) const Deprecated, use Time.get_time_dict_from_system instead. Returns current time as a dictionary of keys: hour, minute, second. https://docs.godotengine.org/en/stable/classes/class_os.html#class-os-method-get-datetime
_Dictionary get_time ( bool utc=false ) const
Deprecated, use Time.get_time_dict_from_system instead.
Returns current time as a dictionary of keys: hour, minute, second. https://docs.godotengine.org/en/stable/classes/class_os.html#class-os-method-get-datetime
The text was updated successfully, but these errors were encountered:
We ditch 3.4 support - dome keeper will be updated to 3.5 in then near future and the likeliness of games using 3.4 is very small.
Sorry, something went wrong.
KANAjetzt
No branches or pull requests
OS.get_datetime()
in 3.4 and 3.5The text was updated successfully, but these errors were encountered: