6,571
次編輯
(// Edit via Wikiplus) |
小無編輯摘要 |
||
行 383: | 行 383: | ||
function p._Song_Query(songIndexType, songIndex, attributeName, platform) | function p._Song_Query(songIndexType, songIndex, attributeName, platform) | ||
return p.singleSongInformation(songIndex, songIndexType, platform)(attributeName) | return p.singleSongInformation(songIndex, songIndexType, platform)(attributeName) | ||
end | |||
p.Pack_Query = makeInvokeFunc('_Pack_Query') | |||
function p._Pack_Query(id) | |||
return p.packName(id) | |||
end | end | ||
return p | return p |