Difference between revisions of "Os.setComputerLabel"
From ComputerCraft Wiki
m (moved Os.setComputerLabel() to Os.setComputerLabel) |
m (Moved to CAT:LuaCoreFunctions) |
||
Line 13: | Line 13: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:Lua_Core_Functions]] |
Revision as of 18:49, 28 November 2012
Function os.setComputerLabel | |
Set the label of the computer this command is executed on to label. | |
Syntax | os.setComputerLabel(string label) |
Returns | Unknown |
Part of | ComputerCraft |
API | os |
Examples
Example | |
set the Computer label to "My Computer" | |
Code |
os.setComputerLabel("My Computer") |