Difference between revisions of "Os.reboot"
From ComputerCraft Wiki
m (Moved to CAT:LuaCoreFunctions) |
|||
Line 12: | Line 12: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:Lua_Core_Functions]] |
Revision as of 18:49, 28 November 2012
Function os.reboot | |
Restarts the computer | |
Syntax | os.reboot() |
Returns | None |
Part of | ComputerCraft |
API | os |
Examples
Example | |
Restart | |
Code |
os.reboot() |