disk.setLabel
From ComputerCraft Wiki
Revision as of 18:33, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:APIFunctions)
Function disk.setLabel | |
No description provided. | |
Syntax | disk.setLabel(string side, string label) |
Returns | nil |
Part of | ComputerCraft |
API | disk |
Examples
Example | |
Sets the label of the disk in the bottom drive to "Floppy" | |
Code |
disk.setLabel("bottom", "Floppy") |