SwiftlyS2

EventVoteChanged

Interface EventVoteChanged

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "vote_changed"

public interface EventVoteChanged : IGameEvent<EventVoteChanged>

Implements

Properties

NoVotes

type: byte

byte NoVotes { get; set; }
Property Value

PotentialVotes

type: byte

byte PotentialVotes { get; set; }
Property Value

VoteOption1

type: byte

byte VoteOption1 { get; set; }
Property Value

VoteOption2

type: byte

byte VoteOption2 { get; set; }
Property Value

VoteOption3

type: byte

byte VoteOption3 { get; set; }
Property Value

VoteOption4

type: byte

byte VoteOption4 { get; set; }
Property Value

VoteOption5

type: byte

byte VoteOption5 { get; set; }
Property Value

YesVotes

type: byte

byte YesVotes { get; set; }
Property Value

On this page