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

Inherits TaleWorlds.Core.GameModel.

Inherited by TaleWorlds.CampaignSystem.GameComponents.DefaultPartyWageModel.

Public Member Functions

abstract int GetCharacterWage (CharacterObject character)
 
abstract ExplainedNumber GetTotalWage (MobileParty mobileParty, bool includeDescriptions=false)
 
abstract int GetTroopRecruitmentCost (CharacterObject troop, Hero buyerHero, bool withoutItemCost=false)
 

Properties

abstract int MaxWage [get]
 

Member Function Documentation

◆ GetCharacterWage()

abstract int TaleWorlds.CampaignSystem.ComponentInterfaces.PartyWageModel.GetCharacterWage ( CharacterObject  character)
pure virtual

◆ GetTotalWage()

abstract ExplainedNumber TaleWorlds.CampaignSystem.ComponentInterfaces.PartyWageModel.GetTotalWage ( MobileParty  mobileParty,
bool  includeDescriptions = false 
)
pure virtual

◆ GetTroopRecruitmentCost()

abstract int TaleWorlds.CampaignSystem.ComponentInterfaces.PartyWageModel.GetTroopRecruitmentCost ( CharacterObject  troop,
Hero  buyerHero,
bool  withoutItemCost = false 
)
pure virtual

Property Documentation

◆ MaxWage

abstract int TaleWorlds.CampaignSystem.ComponentInterfaces.PartyWageModel.MaxWage
get