M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.Actions.ChangeOwnerOfSettlementAction Class Reference

Public Types

enum  ChangeOwnerOfSettlementDetail {
  Default ,
  BySiege ,
  ByBarter ,
  ByRevolt ,
  ByLeaveFaction ,
  ByKingDecision ,
  ByGift ,
  ByRebellion ,
  ByClanDestruction
}
 

Static Public Member Functions

static void ApplyByDefault (Hero hero, Settlement settlement)
 
static void ApplyByKingDecision (Hero hero, Settlement settlement)
 
static void ApplyBySiege (Hero newOwner, Hero capturerHero, Settlement settlement)
 
static void ApplyByLeaveFaction (Hero hero, Settlement settlement)
 
static void ApplyByBarter (Hero hero, Settlement settlement)
 
static void ApplyByRebellion (Hero hero, Settlement settlement)
 
static void ApplyByDestroyClan (Settlement settlement, Hero newOwner)
 
static void ApplyByGift (Settlement settlement, Hero newOwner)
 

Member Enumeration Documentation

◆ ChangeOwnerOfSettlementDetail

Enumerator
Default 
BySiege 
ByBarter 
ByRevolt 
ByLeaveFaction 
ByKingDecision 
ByGift 
ByRebellion 
ByClanDestruction 

Member Function Documentation

◆ ApplyByDefault()

static void TaleWorlds.CampaignSystem.Actions.ChangeOwnerOfSettlementAction.ApplyByDefault ( Hero  hero,
Settlement  settlement 
)
static

◆ ApplyByKingDecision()

static void TaleWorlds.CampaignSystem.Actions.ChangeOwnerOfSettlementAction.ApplyByKingDecision ( Hero  hero,
Settlement  settlement 
)
static

◆ ApplyBySiege()

static void TaleWorlds.CampaignSystem.Actions.ChangeOwnerOfSettlementAction.ApplyBySiege ( Hero  newOwner,
Hero  capturerHero,
Settlement  settlement 
)
static

◆ ApplyByLeaveFaction()

static void TaleWorlds.CampaignSystem.Actions.ChangeOwnerOfSettlementAction.ApplyByLeaveFaction ( Hero  hero,
Settlement  settlement 
)
static

◆ ApplyByBarter()

static void TaleWorlds.CampaignSystem.Actions.ChangeOwnerOfSettlementAction.ApplyByBarter ( Hero  hero,
Settlement  settlement 
)
static

◆ ApplyByRebellion()

static void TaleWorlds.CampaignSystem.Actions.ChangeOwnerOfSettlementAction.ApplyByRebellion ( Hero  hero,
Settlement  settlement 
)
static

◆ ApplyByDestroyClan()

static void TaleWorlds.CampaignSystem.Actions.ChangeOwnerOfSettlementAction.ApplyByDestroyClan ( Settlement  settlement,
Hero  newOwner 
)
static

◆ ApplyByGift()

static void TaleWorlds.CampaignSystem.Actions.ChangeOwnerOfSettlementAction.ApplyByGift ( Settlement  settlement,
Hero  newOwner 
)
static