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