os.setAlarm
From ComputerCraft Wiki
Revision as of 18:49, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:LuaCoreFunctions)
Function os.setAlarm | |
Adds an alarm which will fire an "alarm" event at the specified Minecraft world time. The returned table acts as a unique ID for the alarm. | |
Syntax | os.setAlarm(float time) |
Returns | table alarmID |
Part of | ComputerCraft |
API | os |