Class EventVoteOptions
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("vote_options")]
public class EventVoteOptions : GameEvent
- Inheritance
-
object
EventVoteOptions
- Inherited Members
-
Constructors
EventVoteOptions(bool)
public EventVoteOptions(bool force)
Parameters
force
bool
EventVoteOptions(nint)
public EventVoteOptions(nint pointer)
Parameters
pointer
nint
Properties
Count
public int Count { get; set; }
Property Value
- int
Option1
public string Option1 { get; set; }
Property Value
- string
Option2
public string Option2 { get; set; }
Property Value
- string
Option3
public string Option3 { get; set; }
Property Value
- string
Option4
public string Option4 { get; set; }
Property Value
- string
Option5
public string Option5 { get; set; }
Property Value
- string