Difference between revisions of "Disk.stopAudio"
From ComputerCraft Wiki
Scarfacial (Talk | contribs) |
(Moved to CAT:APIFunctions) |
||
Line 11: | Line 11: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 18:33, 28 November 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") |