跳到内容

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