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
relatedSettlement
Settlement
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
stringId
stringclan
ClanrelatedSettlement
SettlementisBossParty
bool
Returns
SetHomeHideout(Hideout)
public void SetHomeHideout(Hideout hideout)
Parameters
hideout
Hideout
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).