Skip to content

Function: time_global_async()

ts
function time_global_async(this: void): number;

Get asynchronous engine time in milliseconds since executable start.

Parameters

ParameterType
thisvoid

Returns

number

Milliseconds from game executable start.

Remarks

Reads the asynchronous multimedia timer, so it can advance outside the frame-updated time_global value.