Difference between revisions of "Disk.getAudioTitle"

From ComputerCraft Wiki
Jump to: navigation, search
(Add description and clarify return value)
m (Use type template)
Line 2: Line 2:
 
{{Function
 
{{Function
 
|name=disk.getAudioTitle
 
|name=disk.getAudioTitle
|args=[[string (type)|string]] side
+
|args={{Type|string}} side
 
|api=disk
 
|api=disk
|returns=[[string (type)|string]] the track title, or [[nil]] if there is not a music record in the drive
+
|returns={{Type|string}} the track title, or [[nil]] if there is not a music record in the drive
 
|addon=ComputerCraft
 
|addon=ComputerCraft
 
|desc=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.
 
|desc=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.

Revision as of 19:12, 22 April 2013


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