disk.eject
From ComputerCraft Wiki
Revision as of 12:23, 26 February 2012 by Scarfacial (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=disk.eject |args=string side |api=disk |addon=ComputerCraft |examples= {{Example |desc=Ejects the disk in the bottom drive |co...")
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 |
print(disk.eject("bottom")) |