- [NEW] sys.chrono()

This commit is contained in:
2026-02-18 10:53:31 +01:00
parent 7c3b58c5f0
commit 9581ce67fd
2 changed files with 19 additions and 0 deletions

View File

@@ -404,6 +404,13 @@ function sys.delta() end
---Get current system timer in seconds (with decimals)
function sys.time() end
---@param offset number
---Reset chrono time (with offset in seconds) (with decimals)
function sys.chrono(offset) end
---Get chrono time since last chrono reset in seconds (with decimals)
function sys.chrono() end
---@return boolean
---Query if a beat has already passed
function sys.beat() end