add GetDisplay/Translit values for Songs

This commit is contained in:
AJ Kelly
2007-07-06 03:14:18 +00:00
parent 11186b4540
commit 05b10fcd04
+18
View File
@@ -26,6 +26,24 @@
</Function>
</Class>
<Class name='Song'>
<Function name='GetDisplayArtist' return='string' arguments='none'>
Returns the displayed artist of the song.
</Function>
<Function name='GetDisplayFullTitle' return='string' arguments='none'>
Returns the displayed full title of the song, including subtitle.
</Function>
<Function name='GetDisplayMainTitle' return='string' arguments='none'>
Returns the displayed main title of the song.
</Function>
<Function name='GetTranslitArtist' return='string' arguments='none'>
Returns the transliterated artist of the song.
</Function>
<Function name='GetTranslitFullTitle' return='string' arguments='none'>
Returns the transliterated full title of the song, including subtitle.
</Function>
<Function name='GetTranslitMainTitle' return='string' arguments='none'>
Returns the transliterated main title of the song.
</Function>
<Function name='IsLong' return='bool' arguments='none'>
Returns true if the song is meets the criteria for a &quot;Long Version&quot;.
</Function>