- [NEW] sys.chrono()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user