Class DecisionOutcome
- Namespace
- TaleWorlds.CampaignSystem.Election
- Assembly
- TaleWorlds.CampaignSystem.dll
public abstract class DecisionOutcome
- Inheritance
-
DecisionOutcome
- Derived
- Inherited Members
Constructors
DecisionOutcome()
protected DecisionOutcome()
Fields
InitialMerit
[SaveableField(0)]
public float InitialMerit
Field Value
SupporterList
[SaveableField(1)]
public List<Supporter> SupporterList
Field Value
Properties
InitialSupport
public float InitialSupport { get; }
Property Value
Likelihood
public float Likelihood { get; }
Property Value
Merit
public float Merit { get; }
Property Value
SponsorClan
public Clan SponsorClan { get; }
Property Value
Support
public float Support { get; }
Property Value
TotalSupportPoints
public float TotalSupportPoints { get; }
Property Value
WinChance
public float WinChance { get; }
Property Value
Methods
AddSupport(Supporter)
public void AddSupport(Supporter supporter)
Parameters
supporter
Supporter
AutoGeneratedInstanceCollectObjects(List<object>)
protected virtual void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)
Parameters
GetDecisionDescription()
public abstract TextObject GetDecisionDescription()
Returns
GetDecisionImageIdentifier()
public abstract ImageIdentifier GetDecisionImageIdentifier()
Returns
GetDecisionLink()
public abstract string GetDecisionLink()
Returns
GetDecisionTitle()
public abstract TextObject GetDecisionTitle()
Returns
ResetSupport(Supporter)
public void ResetSupport(Supporter supporter)
Parameters
supporter
Supporter
SetSponsor(Clan)
public void SetSponsor(Clan sponsorClan)
Parameters
sponsorClan
Clan
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).