Difference between revisions of "Disk.getAudioTitle"
From ComputerCraft Wiki
Scarfacial (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=disk.getAudioTitle |args=string side |api=disk |returns=string audio title |addon=ComputerCraft |examples= {...") |
m (Moved to CAT:APIFunctions) |
||
Line 13: | Line 13: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 18:31, 28 November 2012
Function disk.getAudioTitle | |
No description provided. | |
Syntax | disk.getAudioTitle(string side) |
Returns | string audio title |
Part of | ComputerCraft |
API | disk |
Examples
Example | |
Returns the title of an audio disk | |
Code |
print(disk.getAudioTitle("bottom")) |
Output | C418 - ward Output changes according to the audio title |