disk.playAudio
From ComputerCraft Wiki
Revision as of 12:20, 26 February 2012 by Scarfacial (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=disk.playAudio |args=string side |api=disk |addon=ComputerCraft |examples= {{Example |desc=Plays the audio found on the disk o...")
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 |
print(disk.getLabel("bottom")) |