Class StanceLink
- Namespace
- TaleWorlds.CampaignSystem
- Assembly
- TaleWorlds.CampaignSystem.dll
public class StanceLink
- Inheritance
-
StanceLink
- Inherited Members
Fields
BehaviorPriority
[SaveableField(3)]
public int BehaviorPriority
Field Value
Properties
Casualties1
public int Casualties1 { get; set; }
Property Value
Casualties2
public int Casualties2 { get; set; }
Property Value
Faction1
[SaveableProperty(20)]
public IFaction Faction1 { get; }
Property Value
Faction2
[SaveableProperty(30)]
public IFaction Faction2 { get; }
Property Value
IsAllied
public bool IsAllied { get; set; }
Property Value
IsAtConstantWar
public bool IsAtConstantWar { get; set; }
Property Value
IsAtWar
public bool IsAtWar { get; set; }
Property Value
IsNeutral
public bool IsNeutral { get; }
Property Value
PeaceDeclarationDate
public CampaignTime PeaceDeclarationDate { get; }
Property Value
SuccessfulRaids1
public int SuccessfulRaids1 { get; set; }
Property Value
SuccessfulRaids2
public int SuccessfulRaids2 { get; set; }
Property Value
SuccessfulSieges1
public int SuccessfulSieges1 { get; set; }
Property Value
SuccessfulSieges2
public int SuccessfulSieges2 { get; set; }
Property Value
TotalTributePaidby1
public int TotalTributePaidby1 { get; set; }
Property Value
TotalTributePaidby2
public int TotalTributePaidby2 { get; set; }
Property Value
WarStartDate
public CampaignTime WarStartDate { get; }
Property Value
Methods
AutoGeneratedInstanceCollectObjects(List<object>)
protected virtual void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)
Parameters
GetCasualties(IFaction)
public int GetCasualties(IFaction faction)
Parameters
faction
IFaction
Returns
GetDailyTributePaid(IFaction)
public int GetDailyTributePaid(IFaction faction)
Parameters
faction
IFaction
Returns
GetSuccessfulRaids(IFaction)
public int GetSuccessfulRaids(IFaction faction)
Parameters
faction
IFaction
Returns
GetSuccessfulSieges(IFaction)
public int GetSuccessfulSieges(IFaction faction)
Parameters
faction
IFaction
Returns
GetTotalTributePaid(IFaction)
public int GetTotalTributePaid(IFaction faction)
Parameters
faction
IFaction
Returns
SetDailyTributePaid(IFaction, int)
public void SetDailyTributePaid(IFaction payer, int dailyTribute)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).