disk.stopAudio
From ComputerCraft Wiki
Revision as of 12:24, 26 February 2012 by Scarfacial (Talk | contribs)
Function disk.stopAudio | |
No description provided. | |
Syntax | disk.stopAudio(string side) |
Returns | nil |
Part of | ComputerCraft |
API | disk |
Examples
Example | |
Stops the audio playing on the disk on the bottom drive (if any) | |
Code |
disk.stopAudio("bottom") |