disk.eject
From ComputerCraft Wiki
Revision as of 12:23, 26 February 2012 by Scarfacial (Talk | contribs)
Function disk.eject | |
No description provided. | |
Syntax | disk.eject(string side) |
Returns | nil |
Part of | ComputerCraft |
API | disk |
Examples
Example | |
Ejects the disk in the bottom drive | |
Code |
disk.eject("bottom") |