disk.playAudio

From ComputerCraft Wiki
Revision as of 18:33, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:APIFunctions)

Jump to: navigation, search


Grid Redstone.png  Function disk.playAudio
No description provided.
Syntax disk.playAudio(string side)
Returns nil
Part of ComputerCraft
API disk

Examples

Grid paper.png  Example
Plays the audio found on the disk on the bottom drive (if any)
Code
disk.playAudio("bottom")