- 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
mLine 15:
Line 15:
− self._tab_contents[tab_name] = tab_contents
no edit summary
function Tabber:add_tab(tab_name, tab_contents)
function Tabber:add_tab(tab_name, tab_contents)
table.insert(self._tabs, tab_name .. '=' .. tab_contents)
table.insert(self._tabs, tab_name .. '=' .. tab_contents)
end
end