SwiftlyS2

EventPlayerScore

Interface EventPlayerScore

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "player_score" players scores changed

public interface EventPlayerScore : IGameEvent<EventPlayerScore>

Implements

Properties

Deaths

of deaths


type: short

short Deaths { get; set; }
Property Value

Kills

of kills


type: short

short Kills { get; set; }
Property Value

Score

total game score


type: short

short Score { get; set; }
Property Value

UserId

user ID on server


type: player_controller

int UserId { get; set; }
Property Value

UserIdController

user ID on server


type: player_controller

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn

user ID on server


type: player_controller

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page