diff options
author | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2020-05-31 14:19:31 +0200 |
---|---|---|
committer | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2020-05-31 14:19:31 +0200 |
commit | c6de3872f922256c9149f83067c9bef79566775b (patch) | |
tree | 9271e60c05bd2842abfab0c762ae1c222d7ebe4d /doc | |
parent | a8787d1ae56006c00b4eecc3506dbc5ec763a8a5 (diff) |
Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_time return type to double
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/OS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 03203e2ebb..b131d2728c 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -325,7 +325,7 @@ </description> </method> <method name="get_unix_time" qualifiers="const"> - <return type="int"> + <return type="float"> </return> <description> Returns the current UNIX epoch timestamp. |