os.setAlarm

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.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