Difference between revisions of "Disk.eject"
From ComputerCraft Wiki
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...") |
Scarfacial (Talk | contribs) |
||
Line 8: | Line 8: | ||
{{Example | {{Example | ||
|desc=Ejects the disk in the bottom drive | |desc=Ejects the disk in the bottom drive | ||
− | |code= | + | |code=disk.eject("bottom") |
}} | }} | ||
}} | }} |
Revision as of 12:23, 26 February 2012
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") |