The "game_get_time" Function
Syntax#
| Argument | Type | Description |
|---|---|---|
[type] | constant | Optional: Sets whether to return a value in milliseconds (gamespeed_fps) or microseconds (gamespeed_microseconds) (use none for milliseconds) |
Description#
Returns the number of milliseconds or microseconds the entire current game session has been running. If no [type] is specified, milliseconds will be returned by default.

X1