Difference between revisions of "Disk.playAudio"
From ComputerCraft Wiki
Scarfacial (Talk | contribs) |
Scarfacial (Talk | contribs) |
||
Line 8: | Line 8: | ||
{{Example | {{Example | ||
|desc=Plays the audio found on the disk on the bottom drive (if any) | |desc=Plays the audio found on the disk on the bottom drive (if any) | ||
− | |code= | + | |code=disk.playAudio("bottom") |
}} | }} | ||
}} | }} |
Revision as of 12:25, 26 February 2012
Function disk.playAudio | |
No description provided. | |
Syntax | disk.playAudio(string side) |
Returns | nil |
Part of | ComputerCraft |
API | disk |
Examples
Example | |
Plays the audio found on the disk on the bottom drive (if any) | |
Code |
disk.playAudio("bottom") |