- [FIX] Arreglats xicotets errors del library.lua per a code completion en vscode
This commit is contained in:
+4
-2
@@ -446,9 +446,11 @@ function sound.enabled(value) end
|
||||
---@class sys
|
||||
sys = {}
|
||||
|
||||
---@return number delta
|
||||
---Get delta time from last update in seconds (with decimals)
|
||||
function sys.delta() end
|
||||
|
||||
---@return number time
|
||||
---Get current system timer in seconds (with decimals)
|
||||
function sys.time() end
|
||||
|
||||
@@ -456,8 +458,8 @@ function sys.time() end
|
||||
---Reset chrono time (with offset in seconds) (with decimals)
|
||||
function sys.chrono(offset) end
|
||||
|
||||
---@return number
|
||||
---@---Get chrono time since last chrono reset in seconds (with decimals)
|
||||
---@return number seconds
|
||||
---Get chrono time since last chrono reset in seconds (with decimals)
|
||||
function sys.chrono() end
|
||||
|
||||
---@return boolean
|
||||
|
||||
Reference in New Issue
Block a user