docs update
This commit is contained in:
@@ -4,8 +4,11 @@
|
||||
Class providing timing related things.
|
||||
]]
|
||||
-- @code Timer
|
||||
-- @pragma nostrip
|
||||
|
||||
Timer = {}
|
||||
|
||||
--- Get time in seconds.
|
||||
-- @treturn number current time in seconds
|
||||
-- @realm shared
|
||||
function GetTime() end
|
||||
function Timer.GetTime() end
|
||||
Reference in New Issue
Block a user