Difference between revisions of "Os.reboot"
From ComputerCraft Wiki
Zalerinian (Talk | contribs) (Added the page) |
|||
Line 2: | Line 2: | ||
{{Function | {{Function | ||
|name=os.reboot | |name=os.reboot | ||
− | |||
|returns=None | |returns=None | ||
|api=os | |api=os |
Revision as of 03:15, 27 June 2012
Function os.reboot | |
Restarts the computer | |
Syntax | os.reboot() |
Returns | None |
Part of | ComputerCraft |
API | os |
Examples
Example | |
Restart | |
Code |
os.reboot() |