OS
  | 
  |||||||||
| Occurs when a previously set alarm is scheduled to go off. | |||||||||
| Returns | 
  | 
    ||||||||
| Part of | CC:Tweaked | ||||||||
| See also | os.setAlarm | ||||||||
  | |||||||||
  | 
  |||||||||
| Occurs when the user holds down Ctrl-T to terminate the running program. Note that this event is intercepted by os.pullEvent, which handles it by forcefully terminating the program. To handle it, use os.pullEventRaw (or coroutine.yield) instead. | |||||||||
| Returns | 
  | 
    ||||||||
| Part of | CC:Tweaked | ||||||||
  | |||||||||
  | 
  |||||||||
| Occurs when a previously set timer has elapsed. | |||||||||
| Returns | 
  | 
    ||||||||
| Part of | CC:Tweaked | ||||||||
| See also | os.setTimer | ||||||||
  | |||||||||
    This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.