Content deleted Content added
add method to iterate over all child objects, and use it to generate the error/warning messages and the categories |
add missing "self"s |
||
Line 666:
end
local objTables = {
self:getNoticeObjects(),
self:getActionObjects(),
self:getCollapsibleNoticeObjects()
}
for i, t in ipairs(objTables) do
|