Difference between revisions of "Disk.stopAudio"

From ComputerCraft Wiki
Jump to: navigation, search
(Moved to CAT:APIFunctions)
Line 11: Line 11:
 
}}
 
}}
 
}}
 
}}
 +
 +
[[Category:API_Functions]]

Revision as of 18:33, 28 November 2012


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
disk.stopAudio("bottom")