Function: time_global_async()
ts
function time_global_async(this: void): number;Get asynchronous engine time in milliseconds since executable start.
Parameters
| Parameter | Type |
|---|---|
this | void |
Returns
number
Milliseconds from game executable start.
Remarks
Reads the asynchronous multimedia timer, so it can advance outside the frame-updated time_global value.