disk.getAudioTitle

From ComputerCraft Wiki
Revision as of 00:12, 22 April 2013 by Hawk777 (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  Function disk.getAudioTitle
Reads the title of the audio track from the music record in the drive. The disk.getLabel function also returns the track title of a music record.
Syntax disk.getAudioTitle(string side)
Returns string the track title, or nil if there is not a music record in the drive
Part of ComputerCraft
API disk

Examples

Grid paper.png  Example
Returns the title of an audio disk
Code
print(disk.getAudioTitle("bottom"))
Output C418 - ward Output changes according to the audio title
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox