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

EliteDangerousAlmanac / Ships / EngineeringMaterial

Record: EngineeringMaterial

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Engineering.cs:48

One material an engineering step consumes.

Constructors

new EngineeringMaterial()

new EngineeringMaterial(Symbol, Name, Count)

Parameters

Symbol

string

The material's Frontier symbol, such as ChemicalManipulators. It is the key into the material catalogue for the material's own grade and category.

Name

string

The display name, such as Chemical Manipulators.

Count

int

How many of this material the step consumes.

Properties

Count

Count: int

How many of this material the step consumes.

Name

Name: string

The display name, such as Chemical Manipulators.

Symbol

Symbol: string

The material's Frontier symbol, such as ChemicalManipulators. It is the key into the material catalogue for the material's own grade and category.

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