Class RATDataCSVExporter

java.lang.Object
megamek.client.ratgenerator.RATDataCSVExporter

public class RATDataCSVExporter extends Object
This class provides export for MM's RAT data to an excel-optimized CSV file for exchanging data with the MUL team.
  • Method Details

    • exportToCSV

      @Deprecated(since="0.51.0", forRemoval=true) public static void exportToCSV()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Exports all RAT data to a selectable file as an excel-optimized CSV.
    • exportToCSV

      public static void exportToCSV(RATGenerator ratGenerator)
      Exports all RAT data from the given RATGenerator to a selectable file as an excel-optimized CSV.