SwiftlyS2

CCSPlayerController_ActionTrackingServices

Interface CCSPlayerController_ActionTrackingServices

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CCSPlayerController_ActionTrackingServices : CPlayerControllerComponent, ISchemaClass<CPlayerControllerComponent>, ISchemaClass<CCSPlayerController_ActionTrackingServices>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

MatchStats

CSMatchStats_t MatchStats { get; }
Property Value

NumRoundKills

ref int NumRoundKills { get; }
Property Value

NumRoundKillsHeadshots

ref int NumRoundKillsHeadshots { get; }
Property Value

PerRoundStats

ref CUtlVector<CSPerRoundStats_t> PerRoundStats { get; }
Property Value

TotalRoundDamageDealt

ref float TotalRoundDamageDealt { get; }
Property Value

Methods

MatchStatsUpdated()

void MatchStatsUpdated()

NumRoundKillsHeadshotsUpdated()

void NumRoundKillsHeadshotsUpdated()

NumRoundKillsUpdated()

void NumRoundKillsUpdated()

PerRoundStatsUpdated()

void PerRoundStatsUpdated()

TotalRoundDamageDealtUpdated()

void TotalRoundDamageDealtUpdated()

On this page