Table of Contents

Class EventVoteChanged

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("vote_changed")]
public class EventVoteChanged : GameEvent
Inheritance
object
EventVoteChanged
Inherited Members

Constructors

EventVoteChanged(bool)

public EventVoteChanged(bool force)

Parameters

force bool

EventVoteChanged(nint)

public EventVoteChanged(nint pointer)

Parameters

pointer nint

Properties

Novotes

public int Novotes { get; set; }

Property Value

int

Potentialvotes

public int Potentialvotes { get; set; }

Property Value

int

Yesvotes

public int Yesvotes { get; set; }

Property Value

int