Update comment on changed method
This commit is contained in:
parent
d23aa2c2e4
commit
959a11e3d7
@ -490,9 +490,9 @@ function getCardName(cardId)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Count the number of cards in each zone
|
-- Split a single list of cards into a separate table of lists, keyed by the zone
|
||||||
---@param cards: Table of {cardData, cardMetadata, zone}
|
---@param cards: Table of {cardData, cardMetadata, zone}
|
||||||
---@return: Table of {zoneName=zoneCount}
|
---@return: Table of {zoneName=card list}
|
||||||
function buildZoneLists(cards)
|
function buildZoneLists(cards)
|
||||||
local zoneList = {}
|
local zoneList = {}
|
||||||
for _, card in ipairs(cards) do
|
for _, card in ipairs(cards) do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user