Interface IVoteResult
The final results of a vote.
public interface IVoteResult
Properties
Result
The overall result of the vote.
VoteResult Result { get; }
Property Value
Settings
The original settings used for the vote.
VoteSettings Settings { get; }
Property Value
Votes
Dictionary of all participating player's final vote states (unanswered/yes/no).
IReadOnlyDictionary<CSteamID, PlayerVoteState> Votes { get; }
Property Value
- IReadOnlyDictionary<CSteamID, PlayerVoteState>