Class EventVoteStarted
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("vote_started")]
public class EventVoteStarted : GameEvent
- Inheritance
-
objectEventVoteStarted
- Inherited Members
Constructors
EventVoteStarted(bool)
public EventVoteStarted(bool force)
Parameters
force
bool
EventVoteStarted(nint)
public EventVoteStarted(nint pointer)
Parameters
pointer
nint
Properties
Initiator
public long Initiator { get; set; }
Property Value
Issue
public string Issue { get; set; }
Property Value
Param1
public string Param1 { get; set; }
Property Value
Team
public int Team { get; set; }