跳至內容

「Module:Arcaea Data」:修訂間差異

增加 104 位元組 、​ 2022年7月29日 (星期五)
無編輯摘要
(// 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