disk.isPresent

From ComputerCraft Wiki
Revision as of 12:11, 26 February 2012 by Scarfacial (Talk | contribs)

Jump to: navigation, search


Grid Redstone.png  Function disk.isPresent
No description provided.
Syntax disk.isPresent(string side)
Returns boolean something is in the disk drive
Part of ComputerCraft
API disk

Examples

Grid paper.png  Example
Checks whether a disk is in the bottom disk drive or not
Code
print(disk.isPresent("bottom"))
Output true if there is a disk, otherwise false