Anonymous

Module:AuronTest/ComparisonTables: Difference between revisions

From Melvor Idle
Added doNothing function to test somet hings
(adding some quick attempts at garbage collection to see if that does anything to the number)
(Added doNothing function to test somet hings)
Line 18: Line 18:
   None = {},
   None = {},
}
}
function p.doNothing()
  return "This did nothing!"
end


function p._getEquipmentTable(itemList, includeModifiers, includeDescription)
function p._getEquipmentTable(itemList, includeModifiers, includeDescription)