Модуль:Сущность: различия между версиями

Нет описания правки
мНет описания правки
Строка 284: Строка 284:
             if type(v) == "string" then
             if type(v) == "string" then
                 foundComponents[v] = true
                 foundComponents[v] = true
            end
        end
    end
    local protoEntry = prototypeStoreDefs[id]
    if type(protoEntry) == "table" then
        for protoName, _ in pairs(protoEntry) do
            if type(protoName) == "string" then
                foundPrototypes[protoName] = true
             end
             end
         end
         end