new documentation and some fixes in code
This commit is contained in:
11
docs/lua/Timer.lua
Normal file
11
docs/lua/Timer.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Class providing timing related things.
|
||||
]]
|
||||
-- @code Timer
|
||||
|
||||
--- Get time in seconds.
|
||||
-- @treturn number current time in seconds
|
||||
-- @realm shared
|
||||
function GetTime() end
|
||||
Reference in New Issue
Block a user