📦 Game Update 13982

This commit is contained in:
a2x
2023-12-19 14:48:27 +10:00
parent 8aa2b8400c
commit 89cbead574
78 changed files with 342 additions and 324 deletions

View File

@@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Thu, 14 Dec 2023 11:58:27 +0000
Tue, 19 Dec 2023 04:46:27 +0000
'''
class ActiveModelConfig_t:
@@ -1414,6 +1414,8 @@ class CCSPlayerController: # CBasePlayerController
m_dblLastReceivedPacketPlatFloatTime = 0xF8F8 # double
m_LastTeamDamageWarningTime = 0xF900 # GameTime_t
m_LastTimePlayerWasDisconnectedForPawnsRemove = 0xF904 # GameTime_t
m_nSuspiciousHitCount = 0xF908 # uint32_t
m_nNonSuspiciousHitStreak = 0xF90C # uint32_t
class CCSPlayerController_ActionTrackingServices: # CPlayerControllerComponent
m_perRoundStats = 0x40 # CUtlVectorEmbeddedNetworkVar<CSPerRoundStats_t>