Class OrderOfBattleCampaignBehavior.OrderOfBattleFormationData
- Namespace
- TaleWorlds.CampaignSystem.CampaignBehaviors
- Assembly
- TaleWorlds.CampaignSystem.dll
public class OrderOfBattleCampaignBehavior.OrderOfBattleFormationData
- Inheritance
-
OrderOfBattleCampaignBehavior.OrderOfBattleFormationData
- Inherited Members
Constructors
OrderOfBattleFormationData(Hero, List<Hero>, DeploymentFormationClass, int, int, Dictionary<FormationFilterType, bool>)
public OrderOfBattleFormationData(Hero commander, List<Hero> heroTroops, DeploymentFormationClass formationClass, int primaryWeight, int secondaryWeight, Dictionary<FormationFilterType, bool> filters)
Parameters
commander
HeroheroTroops
List<Hero>formationClass
DeploymentFormationClassprimaryWeight
intsecondaryWeight
intfilters
Dictionary<FormationFilterType, bool>
Fields
Commander
[SaveableField(1)]
public readonly Hero Commander
Field Value
Filters
[SaveableField(5)]
public readonly Dictionary<FormationFilterType, bool> Filters
Field Value
FormationClass
[SaveableField(2)]
public readonly DeploymentFormationClass FormationClass
Field Value
HeroTroops
[SaveableField(6)]
public readonly Hero[] HeroTroops
Field Value
- Hero[]
PrimaryClassWeight
[SaveableField(3)]
public readonly int PrimaryClassWeight
Field Value
SecondaryClassWeight
[SaveableField(4)]
public readonly int SecondaryClassWeight
Field Value
Methods
AutoGeneratedInstanceCollectObjects(List<object>)
protected virtual void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).