Class CampaignObjectManager
- Namespace
- TaleWorlds.CampaignSystem
- Assembly
- TaleWorlds.CampaignSystem.dll
public class CampaignObjectManager
- Inheritance
-
CampaignObjectManager
- Inherited Members
Constructors
CampaignObjectManager()
public CampaignObjectManager()
Properties
AliveHeroes
public MBReadOnlyList<Hero> AliveHeroes { get; }
Property Value
BanditParties
public MBReadOnlyList<MobileParty> BanditParties { get; }
Property Value
CaravanParties
public MBReadOnlyList<MobileParty> CaravanParties { get; }
Property Value
Clans
public MBReadOnlyList<Clan> Clans { get; }
Property Value
CustomParties
public MBReadOnlyList<MobileParty> CustomParties { get; }
Property Value
DeadOrDisabledHeroes
public MBReadOnlyList<Hero> DeadOrDisabledHeroes { get; }
Property Value
Factions
public MBReadOnlyList<IFaction> Factions { get; }
Property Value
GarrisonParties
public MBReadOnlyList<MobileParty> GarrisonParties { get; }
Property Value
Kingdoms
public MBReadOnlyList<Kingdom> Kingdoms { get; }
Property Value
LordParties
public MBReadOnlyList<MobileParty> LordParties { get; }
Property Value
MilitiaParties
public MBReadOnlyList<MobileParty> MilitiaParties { get; }
Property Value
MobileParties
public MBReadOnlyList<MobileParty> MobileParties { get; }
Property Value
PartiesWithoutPartyComponent
public MBReadOnlyList<MobileParty> PartiesWithoutPartyComponent { get; }
Property Value
Settlements
[SaveableProperty(80)]
public MBReadOnlyList<Settlement> Settlements { get; }
Property Value
VillagerParties
public MBReadOnlyList<MobileParty> VillagerParties { get; }
Property Value
Methods
AutoGeneratedInstanceCollectObjects(List<object>)
protected virtual void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)
Parameters
FindNextUniqueStringId<T>(string)
public string FindNextUniqueStringId<T>(string id) where T : MBObjectBase
Parameters
id
string
Returns
Type Parameters
T
Find<T>(Predicate<T>)
public T Find<T>(Predicate<T> predicate) where T : MBObjectBase
Parameters
predicate
Predicate<T>
Returns
- T
Type Parameters
T
Find<T>(string)
public T Find<T>(string id) where T : MBObjectBase
Parameters
id
string
Returns
- T
Type Parameters
T
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).