mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Fix doc comment
This commit is contained in:
parent
9863bc0055
commit
6cc9993bf2
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Timer = {
|
|||
-- @number totalTime The duration of the timer, in seconds
|
||||
-- @bool loop if true, the timer will start again immediately after the time has elapsed
|
||||
-- @tparam ?table|bool timerFormat If a table is given, the remaining time will be shown as a string, formatted according to the values in the table. If true, the remaining seconds, rounded up, will show at the bottom of the screen. If false, the remaining time will not be shown on screen.
|
||||
-- @function func The LevelFunc function to call when the time is up
|
||||
-- @func func The LevelFunc function to call when the time is up
|
||||
-- @param[opt] ... a variable number of arguments with which the above function will be called
|
||||
-- @return The timer in its paused state
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue