SwiftlyS2

EventRoundMvp

Interface EventRoundMvp

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "round_mvp"

public interface EventRoundMvp : IGameEvent<EventRoundMvp>

Implements

Properties

MusickItID

type: long

int MusickItID { get; set; }
Property Value

MusickItMvps

type: long

int MusickItMvps { get; set; }
Property Value

NoMusic

type: byte

byte NoMusic { get; set; }
Property Value

Reason

type: short

short Reason { get; set; }
Property Value

UserId


type: player_controller

int UserId { get; set; }
Property Value

UserIdController


type: player_controller

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn


type: player_controller

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

Value

type: long

int Value { get; set; }
Property Value

On this page