diff options
author | volzhs <volzhs@gmail.com> | 2018-12-20 06:18:52 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2018-12-20 18:50:50 +0900 |
commit | 84d060c768c10145374d48ebd2b3f00430c73638 (patch) | |
tree | 75db8f881850f4c17b07a992e9c2e79442fbecfe /doc/classes | |
parent | 26058376aa180f70e152070b3b69272287a710a8 (diff) |
Added OS.get_system_time_msecs()
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/OS.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index ac865de3cd..82f5928074 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -381,6 +381,13 @@ Returns the epoch time of the operating system in seconds. </description> </method> + <method name="get_system_time_msecs" qualifiers="const"> + <return type="int"> + </return> + <description> + Returns the epoch time of the operating system in milliseconds. + </description> + </method> <method name="get_ticks_msec" qualifiers="const"> <return type="int"> </return> |