def getSortedTableData(self, tableData): return formatters.packVehiclesList(*quest_caches.sortVehTable( tableData.tableID, tableData.buttonID, tableData.sortingDirection, int(tableData.nation), int(tableData.vehType), int( tableData.level), tableData.cbSelected, tableData.isAction))
def getSortedTableData(self, tableData): return formatters.packVehiclesList(*quest_caches.sortVehTable(tableData.tableID, tableData.buttonID, tableData.sortingDirection, int(tableData.nation), int(tableData.vehType), int(tableData.level), tableData.cbSelected, tableData.isAction))