disk.hasAudio

From ComputerCraft Wiki
Revision as of 13:43, 30 November 2012 by AfterLifeLochie (Talk | contribs) (Corrected mapping from "Boolean" to "Boolean (type)")

Jump to: navigation, search


Grid Redstone.png  Function disk.hasAudio
No description provided.
Syntax disk.hasAudio(string side)
Returns boolean there is audio saved on the disk
Part of ComputerCraft
API disk

Examples

Grid paper.png  Example
Checks for audio saved on the disk in the bottom drive
Code
print(disk.hasAudio("bottom"))
Output true if there is audio, otherwise false