disk.eject
From ComputerCraft Wiki
Revision as of 18:32, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:APIFunctions)
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") |