Class CCSPlayerController_ActionTrackingServices
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CCSPlayerController_ActionTrackingServices : CPlayerControllerComponent
- Inheritance
-
object
CCSPlayerController_ActionTrackingServices
- Inherited Members
-
Constructors
CCSPlayerController_ActionTrackingServices(nint)
public CCSPlayerController_ActionTrackingServices(nint pointer)
Parameters
pointer
nint
Properties
MatchStats
[SchemaMember("CCSPlayerController_ActionTrackingServices", "m_matchStats")]
public CSMatchStats_t MatchStats { get; }
Property Value
- CSMatchStats_t
NumRoundKills
[SchemaMember("CCSPlayerController_ActionTrackingServices", "m_iNumRoundKills")]
public ref int NumRoundKills { get; }
Property Value
- int
NumRoundKillsHeadshots
[SchemaMember("CCSPlayerController_ActionTrackingServices", "m_iNumRoundKillsHeadshots")]
public ref int NumRoundKillsHeadshots { get; }
Property Value
- int
PerRoundStats
[SchemaMember("CCSPlayerController_ActionTrackingServices", "m_perRoundStats")]
public NetworkedVector<CSPerRoundStats_t> PerRoundStats { get; }
Property Value
- NetworkedVector<CSPerRoundStats_t>
TotalRoundDamageDealt
[SchemaMember("CCSPlayerController_ActionTrackingServices", "m_unTotalRoundDamageDealt")]
public ref uint TotalRoundDamageDealt { get; }
Property Value
- uint