Welcome to the Kancolle Wiki!
If you have any questions regarding site content, account registration, etc., please visit the
KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Module:Iterator
(view source)
Revision as of 17:41, 7 July 2020
46 bytes added
,
4 years ago
no edit summary
Line 88:
Line 88:
function Iterator.equipmentBy(context, n, pred, pre, nItems)
function Iterator.equipmentBy(context, n, pred, pre, nItems)
local predKey = stringKey('pred', context, n)
local predKey = stringKey('pred', context, n)
+
local pred2
if predKey then
if predKey then
−
pred
= function(e)
+
pred2
= function(e)
local obj = EquipmentData(e)
local obj = EquipmentData(e)
return obj[predKey](obj)
return obj[predKey](obj)
Line 125:
Line 126:
e = collection[i]
e = collection[i]
end
end
−
if pred and not pred(e, i) then
+
if pred and not pred
(e, i) or pred2 and not pred2
(e, i) then
i = i + 1
i = i + 1
else
else
がか
cssedit, gkautomate
7,064
edits
Navigation menu
Personal tools
Log in
Request account
Namespaces
Module
Discussion
Variants
Views
Read
View source
View history
More
Search
Content Navigation
Kancolle Wiki
Random page
Recent changes
Batch Uploading
Current Mini-event
Pumpkin Festival
Sortie
Sortie
World 1 (Naval Base Waters)
World 2 (Nansei Island Waters)
World 3 (Northern Waters)
World 7 (South Western Waters)
World 4 (Western Waters)
World 5 (Southern Waters)
World 6 (Central Waters)
Events
Shortcuts
Expeditions
Quests
Ships Maximum Status
Equipment
Construction
Development
Akashi's Improvement Arsenal
Shop
Inventory
Combat Mechanics
Glossary
Drop List
Interviews
Tutorials
How to Register
How To Play
Leveling
Resource Farming
Ship Priority
Equipment Setup
Akashi Upgrades
Event Preparation
Troubleshooting
FAQ
Community
Help
Sandbox
Tools
Upload file
Special pages
Printable version