os.startTimer

From ComputerCraft Wiki
Revision as of 18:46, 30 November 2012 by AfterLifeLochie (Talk | contribs) (Table -> Table (type))

Jump to: navigation, search


Grid Redstone.png  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