DotNet.Ships.Record.ModuleLimitEntry - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / ModuleLimitEntry
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ModuleLimits.cs:11
The limit facts one fitted module carries.
One module can carry both: it can consume a place and raise the allowance.
new ModuleLimitEntry(
LimitGroup?,LimitIncrease?)
ModuleLimitGroup? = null
The per-ship count family this module consumes a place in, if any.
ModuleLimitIncrease? = null
The allowance increase this module grants, if any.
LimitGroup:
ModuleLimitGroup?
The per-ship count family this module consumes a place in, if any.
LimitIncrease:
ModuleLimitIncrease?
The allowance increase this module grants, if any.
staticFromModule(module):ModuleLimitEntry
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ModuleLimits.cs:19
Reads the limit facts off a catalogue or fitted module.
The module.
The entry the module carries.
ArgumentNullException
module is null.