diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-06-15 23:57:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 23:57:16 +0200 |
commit | 4b5b60de85fd264c57ef2dd90d0281cd8b4c05e1 (patch) | |
tree | 6b27343a22a160951328cb3ee48467421b41f668 /doc | |
parent | e606b510aed533638a00180b6c00f2231da15175 (diff) | |
parent | c6de3872f922256c9149f83067c9bef79566775b (diff) |
Merge pull request #39189 from touilleMan/issue-38925
Unify OS.get_system_time_* and OS.get_unix_time
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. |