DotNet.Equipment.Class.PersonalToolCatalogue - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Equipment / PersonalToolCatalogue
Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/PersonalToolCatalogue.cs:14
The suit-tool catalogue and the lookup that searches it.
The catalogue loads from its shared data file on first use. Every record is immutable, so one caller cannot change another caller's answers.
staticAll:IReadOnlyList<PersonalTool>
Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/PersonalToolCatalogue.cs:22
Every suit tool.
staticFindById(id):PersonalTool?
Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/PersonalToolCatalogue.cs:28
Finds a tool by its library identifier.
string?
The identifier, such as energylink.
The tool, or null for an identifier no tool carries.
Case and surrounding whitespace are ignored. An absent identifier is a miss.