disk.getAudioTitle
From ComputerCraft Wiki
Revision as of 12:29, 26 February 2012 by Scarfacial (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=disk.getAudioTitle |args=string side |api=disk |returns=string audio title |addon=ComputerCraft |examples= {...")
| No description provided. | |
| Syntax | disk.getAudioTitle(string side) |
| Returns | string audio title |
| Part of | ComputerCraft |
| API | disk |
Examples
| Returns the title of an audio disk | |
| Code |
print(disk.getAudioTitle("bottom"))
|
| Output | C418 - ward Output changes according to the audio title |