diff options
| author | Rémi Verschelde | 2018-06-18 21:35:55 +0200 |
|---|---|---|
| committer | GitHub | 2018-06-18 21:35:55 +0200 |
| commit | 41b962fc9c5c4517a1665aa4b0f18d486ac49c6a (patch) | |
| tree | 6b257c5099b28e0164f265aae5b540d15c5911b4 /doc | |
| parent | db913cb9b872dc86c297bac8b152bb5abceff1ed (diff) | |
| parent | 4705dc4f0003e0bed87e3672dd977b3decdbd8b9 (diff) | |
| download | godot-41b962fc9c5c4517a1665aa4b0f18d486ac49c6a.tar.gz godot-41b962fc9c5c4517a1665aa4b0f18d486ac49c6a.tar.zst godot-41b962fc9c5c4517a1665aa4b0f18d486ac49c6a.zip | |
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 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> |
