M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.ComponentInterfaces.InventoryCapacityModel Class Referenceabstract

Inherits TaleWorlds.Core.GameModel.

Inherited by TaleWorlds.CampaignSystem.GameComponents.DefaultInventoryCapacityModel.

Public Member Functions

abstract ExplainedNumber CalculateInventoryCapacity (MobileParty mobileParty, bool includeDescriptions=false, int additionalManOnFoot=0, int additionalSpareMounts=0, int additionalPackAnimals=0, bool includeFollowers=false)
 
abstract int GetItemAverageWeight ()
 

Member Function Documentation

◆ CalculateInventoryCapacity()

abstract ExplainedNumber TaleWorlds.CampaignSystem.ComponentInterfaces.InventoryCapacityModel.CalculateInventoryCapacity ( MobileParty  mobileParty,
bool  includeDescriptions = false,
int  additionalManOnFoot = 0,
int  additionalSpareMounts = 0,
int  additionalPackAnimals = 0,
bool  includeFollowers = false 
)
pure virtual

◆ GetItemAverageWeight()

abstract int TaleWorlds.CampaignSystem.ComponentInterfaces.InventoryCapacityModel.GetItemAverageWeight ( )
pure virtual