os.reboot
From ComputerCraft Wiki
Revision as of 18:49, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:LuaCoreFunctions)
Function os.reboot | |
Restarts the computer | |
Syntax | os.reboot() |
Returns | None |
Part of | ComputerCraft |
API | os |
Examples
Example | |
Restart | |
Code |
os.reboot() |