aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémi Verschelde2018-06-18 21:35:55 +0200
committerGitHub2018-06-18 21:35:55 +0200
commit41b962fc9c5c4517a1665aa4b0f18d486ac49c6a (patch)
tree6b257c5099b28e0164f265aae5b540d15c5911b4 /doc
parentdb913cb9b872dc86c297bac8b152bb5abceff1ed (diff)
parent4705dc4f0003e0bed87e3672dd977b3decdbd8b9 (diff)
downloadgodot-41b962fc9c5c4517a1665aa4b0f18d486ac49c6a.tar.gz
godot-41b962fc9c5c4517a1665aa4b0f18d486ac49c6a.tar.zst
godot-41b962fc9c5c4517a1665aa4b0f18d486ac49c6a.zip
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/OS.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index b53d1e234..1526b1be8 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>