Class TwitchVote
A vote from a twitch user. They dont do runoff voting, just a single selection.
Inheritance
System.Object
TwitchVote
Assembly: Eco.Gameplay.dll
Syntax
public sealed class TwitchVote : ValueType
Constructors
TwitchVote()
Declaration
Fields
ChoiceID
Declaration
public ElectionChoiceID ChoiceID
Field Value
Subscriber
Declaration
Field Value
| Type |
Description |
| System.Boolean |
|
UserName
Declaration
Field Value
| Type |
Description |
| System.String |
|
Methods
Weight(ElectionProcess)
Declaration
public float Weight(ElectionProcess process)
Parameters
Returns
| Type |
Description |
| System.Single |
|
Extension Methods