diff options
author | Marc Gilleron <marc.gilleron@gmail.com> | 2018-06-17 18:10:41 +0200 |
---|---|---|
committer | Marc Gilleron <marc.gilleron@gmail.com> | 2018-06-18 21:03:55 +0200 |
commit | 4705dc4f0003e0bed87e3672dd977b3decdbd8b9 (patch) | |
tree | b6019c3d1f037f725cf712753613c3a8b3b6e34b /doc | |
parent | a74e1514206af1b8456ece2cf009b841b86b72f1 (diff) |
Expose OS.get_ticks_usec()
Diffstat (limited to 'doc')
-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 b53d1e2345..1526b1be8c 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -362,6 +362,13 @@ Returns the amount of time passed in milliseconds since the engine started. </description> </method> + <method name="get_ticks_usec" qualifiers="const"> + <return type="int"> + </return> + <description> + Returns the amount of time passed in microseconds since the engine started. + </description> + </method> <method name="get_time" qualifiers="const"> <return type="Dictionary"> </return> |