Table of Contents

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 Hero
heroTroops List<Hero>
formationClass DeploymentFormationClass
primaryWeight int
secondaryWeight int
filters Dictionary<FormationFilterType, bool>

Fields

Commander

[SaveableField(1)]
public readonly Hero Commander

Field Value

Hero

Filters

[SaveableField(5)]
public readonly Dictionary<FormationFilterType, bool> Filters

Field Value

Dictionary<FormationFilterType, bool>

FormationClass

[SaveableField(2)]
public readonly DeploymentFormationClass FormationClass

Field Value

DeploymentFormationClass

HeroTroops

[SaveableField(6)]
public readonly Hero[] HeroTroops

Field Value

Hero[]

PrimaryClassWeight

[SaveableField(3)]
public readonly int PrimaryClassWeight

Field Value

int

SecondaryClassWeight

[SaveableField(4)]
public readonly int SecondaryClassWeight

Field Value

int

Methods

AutoGeneratedInstanceCollectObjects(List<object>)

protected virtual void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

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