DotNet.Ships.Record.BuildWeaponMetrics - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Ships / BuildWeaponMetrics

Record: BuildWeaponMetrics

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/BuildMetrics.cs:161

A build's firepower: every fitted weapon, and the totals across the enabled ones.

Constructors

new BuildWeaponMetrics()

new BuildWeaponMetrics(Weapons, Total)

Parameters

Weapons

IReadOnlyList<FittedWeaponMetrics>

Every fitted weapon in the hull's mount order. A weapon in a mount the layout does not name follows the named ones in its own source order.

Total

WeaponTotals

The totals across the enabled weapons.

Properties

Total

Total: WeaponTotals

The totals across the enabled weapons.

Weapons

Weapons: IReadOnlyList<FittedWeaponMetrics>

Every fitted weapon in the hull's mount order. A weapon in a mount the layout does not name follows the named ones in its own source order.

⚠️ **GitHub.com Fallback** ⚠️