Show / Hide Table of Contents

Class ElectionAction

Inheritance
System.Object
GameAction
AggregatableAction
ElectionAction
DidntVote
JoinOrLeaveElection
LostElection
StartElection
Vote
WonElection
Implements
IContextObject
IAggregatableStat
ICountStat
IActionStat
IStat
IUserGameAction
IController
IViewController
IHasUniversalID
Inherited Members
AggregatableAction.AggregateFrom(IAggregatableStat)
AggregatableAction.Count
GameAction.StatKey
GameAction.AuthIgnored
GameAction._id
GameAction.Time
GameAction.MarkedUpName
GameAction.StatType
GameAction.ControllerID
Namespace: Eco.Gameplay.GameActions
Assembly: Eco.Gameplay.dll
Syntax
public abstract class ElectionAction : AggregatableAction, IContextObject, IAggregatableStat, ICountStat, IActionStat, IStat, IUserGameAction, IController, IViewController, IHasUniversalID

Constructors

ElectionAction()

Declaration
protected ElectionAction()

Properties

Citizen

Declaration
[CanAutoAssign]
public User Citizen { get; set; }
Property Value
Type Description
User

Election

Declaration
[CanAutoAssign]
public Election Election { get; set; }
Property Value
Type Description
Election

ElectionProcess

Declaration
public ElectionProcess ElectionProcess { get; set; }
Property Value
Type Description
ElectionProcess

SettlementScopes

Declaration
public override IEnumerable<Settlement> SettlementScopes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Settlement>
Overrides
GameAction.SettlementScopes

Implements

IContextObject
IAggregatableStat
ICountStat
IActionStat
IStat
IUserGameAction
IController
IViewController
IHasUniversalID

Extension Methods

GameActionExtensions.AffectedDeeds(GameAction)
GameActionExtensions.Fill(GameAction, MultiblockActionContext, WrappedWorldPosition3i, Item)
GameActionExtensions.Fill(GameAction, User, Item, WrappedWorldPosition3i, Nullable<AccessType>, Item)
GameActionManager.TryPerform(GameAction, User)
TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾