Table of Contents

Interface IVoteResult

Namespace
Uncreated.Warfare.Players
Assembly
Uncreated.Warfare.dll

The final results of a vote.

public interface IVoteResult

Properties

Result

The overall result of the vote.

VoteResult Result { get; }

Property Value

VoteResult

Settings

The original settings used for the vote.

VoteSettings Settings { get; }

Property Value

VoteSettings

Votes

Dictionary of all participating player's final vote states (unanswered/yes/no).

IReadOnlyDictionary<CSteamID, PlayerVoteState> Votes { get; }

Property Value

IReadOnlyDictionary<CSteamID, PlayerVoteState>