SwiftlyS2

EventVoteCastYes

Interface EventVoteCastYes

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "vote_cast_yes"

public interface EventVoteCastYes : IGameEvent<EventVoteCastYes>

Implements

Properties

EntityID

entity id of the voter


type: long

int EntityID { get; set; }
Property Value

Team

type: byte

byte Team { get; set; }
Property Value

On this page