Difference between revisions of "Computer.reboot"
From ComputerCraft Wiki
Digipenguin (Talk | contribs) |
Digipenguin (Talk | contribs) |
||
Line 2: | Line 2: | ||
{{Function | {{Function | ||
|name=computer.reboot | |name=computer.reboot | ||
− | |||
|api=peripheral | |api=peripheral | ||
|addon=ComputerCraft | |addon=ComputerCraft |
Revision as of 14:00, 11 February 2013
Function computer.reboot | |
Reboots a computer wrapped to the "computer" variable | |
Syntax | computer.reboot() |
Returns | nil |
Part of | ComputerCraft |
API | peripheral |