computer.shutdown
| computer.shutdown Function  | |
|---|---|
| 
Syntax computer.shutdown()  | |
| Returns | nil | 
| API | computer | 
| Source | CC:Tweaked (source) | 
Shutdown a computer peripheral.
  | 
  |||
| Shutdown a Computer. | |||
| Code | <nowiki>
local computer = peripheral.find("computer")
computer.shutdown()
    </nowiki>
 | 
    ||
Functions  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Lua | 
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CC:Tweaked | 
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
    This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.