os.startTimer
From ComputerCraft Wiki
Revision as of 18:50, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:LuaCoreFunctions)
Function os.startTimer | |
Adds a timer which will fire a "timer" event once after time seconds have passed. It returns a table which acts as a unique ID for the timer. | |
Syntax | os.startTimer(float time) |
Returns | table timerID |
Part of | ComputerCraft |
API | os |