Exemplo n.º 1
0
 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))
Exemplo n.º 2
0
 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))