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