Difference between revisions of "Disk.eject"
From ComputerCraft Wiki
Scarfacial (Talk | contribs) |
m (Moved to CAT:APIFunctions) |
||
Line 11: | Line 11: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 18:32, 28 November 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") |