EventVoteOptions
Interface EventVoteOptions
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "vote_options"
public interface EventVoteOptions : IGameEvent<EventVoteOptions>Implements
Properties
Count
Number of options - up to MAX_VOTE_OPTIONS
type: byte
byte Count { get; set; }Property Value
Option1
type: string
string Option1 { get; set; }Property Value
Option2
type: string
string Option2 { get; set; }Property Value
Option3
type: string
string Option3 { get; set; }Property Value
Option4
type: string
string Option4 { get; set; }Property Value
Option5
type: string
string Option5 { get; set; }Property Value