os.startTimer
From ComputerCraft Wiki
Revision as of 14:09, 30 November 2012 by AfterLifeLochie (Talk | contribs) (Updated references from "os" to "OS")
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 |