Timer (event)
From ComputerCraft Wiki
Revision as of 09:38, 28 October 2013 by TheOriginalBIT (Talk | contribs) (Better explanation and coding practices for first code example. Added second example to deal with multiple timers.)
This page needs some serious TLC, stat! Please help us by cleaning it, fixing it up, or sparing it some love.
(Reason: A demonstration on the use and handling of this event would be beneficial. AfterLifeLochie 16:11, 30 November 2012 (MSK)) |
Event timer | |
Fired when a timer completes. | |
Returned Object 1 | The timer's unique ID value (returned when os.startTimer() is called). |