EventVoteStarted
Interface EventVoteStarted
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "vote_started"
public interface EventVoteStarted : IGameEvent<EventVoteStarted>Implements
Properties
Initiator
entity id of the player who initiated the vote
type: long
int Initiator { get; set; }Property Value
Issue
type: string
string Issue { get; set; }Property Value
Param1
type: string
string Param1 { get; set; }Property Value
Team
type: byte
byte Team { get; set; }Property Value
VoteData
type: string
string VoteData { get; set; }Property Value