Table of Contents

Class VillagerPartyComponent

Namespace
TaleWorlds.CampaignSystem.Party.PartyComponents
Assembly
TaleWorlds.CampaignSystem.dll
public class VillagerPartyComponent : PartyComponent
Inheritance
VillagerPartyComponent
Inherited Members

Constructors

VillagerPartyComponent(Village)

protected VillagerPartyComponent(Village village)

Parameters

village Village

Properties

HomeSettlement

public override Settlement HomeSettlement { get; }

Property Value

Settlement

Name

public override TextObject Name { get; }

Property Value

TextObject

PartyOwner

public override Hero PartyOwner { get; }

Property Value

Hero

Village

[SaveableProperty(1)]
public Village Village { get; }

Property Value

Village

Methods

AutoGeneratedInstanceCollectObjects(List<object>)

protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

ClearCachedName()

public override void ClearCachedName()

CreateVillagerParty(string, Village, int)

public static MobileParty CreateVillagerParty(string stringId, Village village, int villagerPartySize)

Parameters

stringId string
village Village
villagerPartySize int

Returns

MobileParty

OnFinalize()

protected override void OnFinalize()

OnInitialize()

protected override void OnInitialize()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).