Package megamek.client.ratgenerator
Class RATDataCSVExporter
java.lang.Object
megamek.client.ratgenerator.RATDataCSVExporter
This class provides export for MM's RAT data to an excel-optimized CSV file for exchanging data with the MUL team.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeprecated, for removal: This API element is subject to removal in a future version.static voidexportToCSV(RATGenerator ratGenerator) Exports all RAT data from the given RATGenerator to a selectable file as an excel-optimized CSV.
-
Method Details
-
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
Exports all RAT data from the given RATGenerator to a selectable file as an excel-optimized CSV.
-