disk.stopAudio

From ComputerCraft Wiki
Revision as of 12:22, 26 February 2012 by Scarfacial (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=disk.stopAudio |args=string side |api=disk |addon=ComputerCraft |examples= {{Example |desc=Stops the audio playing on the disk...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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

Examples

Grid paper.png  Example
Stops the audio playing on the disk on the bottom drive (if any)
Code
print(disk.stopAudio("bottom"))