disk.setLabel
From ComputerCraft Wiki
Revision as of 12:13, 26 February 2012 by Scarfacial (Talk | contribs)
Function disk.setLabel | |
No description provided. | |
Syntax | disk.setLabel(string side) |
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") |