Table of Contents

Class EventVoteChanged

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

Constructors

EventVoteChanged(bool)

public EventVoteChanged(bool force)

Parameters

force bool

EventVoteChanged(nint)

public EventVoteChanged(nint pointer)

Parameters

pointer nint

Properties

Potentialvotes

public int Potentialvotes { get; set; }

Property Value

int

VoteOption1

public int VoteOption1 { get; set; }

Property Value

int

VoteOption2

public int VoteOption2 { get; set; }

Property Value

int

VoteOption3

public int VoteOption3 { get; set; }

Property Value

int

VoteOption4

public int VoteOption4 { get; set; }

Property Value

int

VoteOption5

public int VoteOption5 { get; set; }

Property Value

int