Difference between revisions of "Disk.stopAudio"
From ComputerCraft Wiki
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...") |
Scarfacial (Talk | contribs) |
||
Line 8: | Line 8: | ||
{{Example | {{Example | ||
|desc=Stops the audio playing on the disk on the bottom drive (if any) | |desc=Stops the audio playing on the disk on the bottom drive (if any) | ||
− | |code= | + | |code=disk.stopAudio("bottom") |
}} | }} | ||
}} | }} |
Revision as of 12:24, 26 February 2012
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") |