DotNet.Ships.Record.SlefExportOptions - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / SlefExportOptions
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutExportOptions.cs:67
The export options, plus the SLEF envelope.
new SlefExportOptions(
Header)
The envelope header identifying the exporting application. SLEF attribution belongs to the application producing the export, not to this calculation library, so a caller supplies it.
Credits:
LoadoutCredits
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutExportOptions.cs:79
Which credits to quote.
ExplicitPower:
bool
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutExportOptions.cs:76
Whether to write an enabled flag and a power band on modules carrying neither.
Header:
SlefHeader
The envelope header identifying the exporting application. SLEF attribution belongs to the application producing the export, not to this calculation library, so a caller supplies it.
Indent:
int
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutExportOptions.cs:70
Spaces per indent. Zero, the default, is compact.
ModuleOrder:
LoadoutModuleOrder
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutExportOptions.cs:73
The order to write the modules in.
Shape:
LoadoutExportOptions
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutExportOptions.cs:82
The shape options this envelope carries.