Class TiedElectionOptions
Inheritance
System.Object
TiedElectionOptions
Assembly: Eco.Shared.dll
Syntax
[Serialized]
[Eco(true)]
[Localized(true, false, "", false)]
public sealed class TiedElectionOptions : Enum
Fields
IncumbentPriority
Declaration
[LocDescription("Choose the candidate(s) currently holding the title first, then those with the highest reputation.")]
public const TiedElectionOptions IncumbentPriority
Field Value
NonIncumbentPriority
Declaration
[LocDescription("Choose the candidate(s) not currently holding the title, then those with the highest reputation.")]
public const TiedElectionOptions NonIncumbentPriority
Field Value
NoWinner
Declaration
[LocDescription("No action is taken, no winner is chosen.")]
public const TiedElectionOptions NoWinner
Field Value
RandomCandidate
Declaration
[LocDescription("Pick a random candidate(s) between tied candidates.")]
public const TiedElectionOptions RandomCandidate
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Extension Methods