os.setComputerLabel
From ComputerCraft Wiki
![]() | |
Sets or resets the label of the computer to label. If called with no parameters resets the label. The label can be read with os.getComputerLabel and viewed in the item tooltip if the computer is broken. | |
Syntax | os.setComputerLabel(string/nil label) |
Returns | nil |
Part of | ComputerCraft |
API | OS |
Examples
![]() | |
Sets the Computer label to "My Computer". | |
Code |
os.setComputerLabel("My Computer") |