os.setAlarm
From ComputerCraft Wiki
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 |