Class EventVoteCast
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("vote_cast")]
public class EventVoteCast : GameEvent
- Inheritance
-
objectEventVoteCast
- Inherited Members
Constructors
EventVoteCast(bool)
public EventVoteCast(bool force)
Parameters
force
bool
EventVoteCast(nint)
public EventVoteCast(nint pointer)
Parameters
pointer
nint
Properties
Team
public int Team { get; set; }
Property Value
Userid
public CCSPlayerController? Userid { get; set; }
Property Value
VoteOption
public int VoteOption { get; set; }