Class BanditPartyComponent
- Namespace
- TaleWorlds.CampaignSystem.Party.PartyComponents
- Assembly
- TaleWorlds.CampaignSystem.dll
public class BanditPartyComponent : WarPartyComponent
- Inheritance
-
BanditPartyComponent
- Inherited Members
Constructors
BanditPartyComponent(Hideout, bool)
protected BanditPartyComponent(Hideout hideout, bool isBossParty)
Parameters
BanditPartyComponent(Settlement)
protected BanditPartyComponent(Settlement relatedSettlement)
Parameters
relatedSettlementSettlement
Properties
Hideout
[SaveableProperty(1)]
public Hideout Hideout { get; }
Property Value
HomeSettlement
public override Settlement HomeSettlement { get; }
Property Value
IsBossParty
[SaveableProperty(2)]
public bool IsBossParty { get; }
Property Value
Name
public override TextObject Name { get; }
Property Value
PartyOwner
public override Hero PartyOwner { get; }
Property Value
Methods
AutoGeneratedInstanceCollectObjects(List<object>)
protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)
Parameters
ClearCachedName()
public override void ClearCachedName()
CreateBanditParty(string, Clan, Hideout, bool)
public static MobileParty CreateBanditParty(string stringId, Clan clan, Hideout hideout, bool isBossParty)
Parameters
Returns
CreateLooterParty(string, Clan, Settlement, bool)
public static MobileParty CreateLooterParty(string stringId, Clan clan, Settlement relatedSettlement, bool isBossParty)
Parameters
stringIdstringclanClanrelatedSettlementSettlementisBossPartybool
Returns
SetHomeHideout(Hideout)
public void SetHomeHideout(Hideout hideout)
Parameters
hideoutHideout
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).