DotNet.Ships.Class.OutfittingFamilies - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / OutfittingFamilies
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/OutfittingFamilies.cs:13
The canonical English display name of every outfitting module family.
The names are Frontier's own outfitting category labels where the game publishes one, and this library's descriptive name for the families it does not. They are canonical English, not localized interface text; the i18n area answers for a locale.
staticAll:IReadOnlyDictionary<OutfittingFamilyId, string>
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/OutfittingFamilies.cs:18
Every family's canonical English display name, keyed by id.
staticDisplayName(family):string
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/OutfittingFamilies.cs:24
The canonical English display name of one family.
this OutfittingFamilyId
The family to name.
string
The display name.
ArgumentOutOfRangeException
family is not a member.