Class EventVoteCastYes
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("vote_cast_yes")]
public class EventVoteCastYes : GameEvent
- Inheritance
-
objectEventVoteCastYes
- Inherited Members
Constructors
EventVoteCastYes(bool)
public EventVoteCastYes(bool force)
Parameters
force
bool
EventVoteCastYes(nint)
public EventVoteCastYes(nint pointer)
Parameters
pointer
nint
Properties
Entityid
public long Entityid { get; set; }
Property Value
Team
public int Team { get; set; }