Difference between revisions of "Os.startTimer"

From ComputerCraft Wiki
Jump to: navigation, search
(Changing cloat to number)
(Added NeedsWork tag)
Line 1: Line 1:
 +
{{NeedsWork|This page needs an example}}
 
{{lowercase}}
 
{{lowercase}}
 
{{Function
 
{{Function

Revision as of 14:51, 18 July 2013

This page needs some serious TLC, stat!
Please help us by cleaning it, fixing it up, or sparing it some love.
(Reason: This page needs an example)


Grid Redstone.png  Function os.startTimer
Adds a timer which will fire a "timer" event once after time seconds have passed. It returns an int which acts as a unique ID for the timer.
Syntax os.startTimer(number time)
Returns number timerID
Part of ComputerCraft
API OS