Class VoteCounts
Stores all the types of votes allowed.
Inheritance
System.Object
VoteCounts
Assembly: Eco.Gameplay.dll
Syntax
public sealed class VoteCounts : ValueType
Constructors
VoteCounts(Int32, Single)
Declaration
public VoteCounts(int user, float twitch)
Parameters
Type |
Name |
Description |
System.Int32 |
user |
|
System.Single |
twitch |
|
Fields
TwitchVotes
Declaration
Field Value
Type |
Description |
System.Single |
|
UserVotes
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
Total
Declaration
public float Total { get; }
Property Value
Type |
Description |
System.Single |
|
Methods
Describe()
Declaration
public LocString Describe()
Returns
Extension Methods