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