mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Game update (14022)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-15 01:33:56.502397707 UTC
|
||||
// 2024-07-22 10:50:13.060719885 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -743,21 +743,21 @@ namespace cs2_dumper {
|
||||
// NetworkVarNames: m_flNextHoldFrac (float)
|
||||
// NetworkVarNames: m_hSwitchToWeaponAfterThrow (CHandle<CCSWeaponBase>)
|
||||
namespace C_BaseCSGrenade {
|
||||
constexpr std::ptrdiff_t m_bClientPredictDelete = 0x2908; // bool
|
||||
constexpr std::ptrdiff_t m_bRedraw = 0x2909; // bool
|
||||
constexpr std::ptrdiff_t m_bIsHeldByPlayer = 0x290A; // bool
|
||||
constexpr std::ptrdiff_t m_bPinPulled = 0x290B; // bool
|
||||
constexpr std::ptrdiff_t m_bJumpThrow = 0x290C; // bool
|
||||
constexpr std::ptrdiff_t m_bThrowAnimating = 0x290D; // bool
|
||||
constexpr std::ptrdiff_t m_fThrowTime = 0x2910; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flThrowStrength = 0x2914; // float32
|
||||
constexpr std::ptrdiff_t m_flThrowStrengthApproach = 0x2918; // float32
|
||||
constexpr std::ptrdiff_t m_fDropTime = 0x291C; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_fPinPullTime = 0x2920; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bJustPulledPin = 0x2924; // bool
|
||||
constexpr std::ptrdiff_t m_nNextHoldTick = 0x2928; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_flNextHoldFrac = 0x292C; // float32
|
||||
constexpr std::ptrdiff_t m_hSwitchToWeaponAfterThrow = 0x2930; // CHandle<C_CSWeaponBase>
|
||||
constexpr std::ptrdiff_t m_bClientPredictDelete = 0x2918; // bool
|
||||
constexpr std::ptrdiff_t m_bRedraw = 0x2919; // bool
|
||||
constexpr std::ptrdiff_t m_bIsHeldByPlayer = 0x291A; // bool
|
||||
constexpr std::ptrdiff_t m_bPinPulled = 0x291B; // bool
|
||||
constexpr std::ptrdiff_t m_bJumpThrow = 0x291C; // bool
|
||||
constexpr std::ptrdiff_t m_bThrowAnimating = 0x291D; // bool
|
||||
constexpr std::ptrdiff_t m_fThrowTime = 0x2920; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flThrowStrength = 0x2924; // float32
|
||||
constexpr std::ptrdiff_t m_flThrowStrengthApproach = 0x2928; // float32
|
||||
constexpr std::ptrdiff_t m_fDropTime = 0x292C; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_fPinPullTime = 0x2930; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bJustPulledPin = 0x2934; // bool
|
||||
constexpr std::ptrdiff_t m_nNextHoldTick = 0x2938; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_flNextHoldFrac = 0x293C; // float32
|
||||
constexpr std::ptrdiff_t m_hSwitchToWeaponAfterThrow = 0x2940; // CHandle<C_CSWeaponBase>
|
||||
}
|
||||
// Parent: C_FuncBrush
|
||||
// Fields count: 8
|
||||
@@ -1210,74 +1210,74 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_bIsBuyMenuOpen = 0x14C2; // bool
|
||||
constexpr std::ptrdiff_t m_flTimeOfLastInjury = 0x14C4; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flNextSprayDecalTime = 0x14C8; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_iRetakesOffering = 0x15E8; // int32
|
||||
constexpr std::ptrdiff_t m_iRetakesOfferingCard = 0x15EC; // int32
|
||||
constexpr std::ptrdiff_t m_bRetakesHasDefuseKit = 0x15F0; // bool
|
||||
constexpr std::ptrdiff_t m_bRetakesMVPLastRound = 0x15F1; // bool
|
||||
constexpr std::ptrdiff_t m_iRetakesMVPBoostItem = 0x15F4; // int32
|
||||
constexpr std::ptrdiff_t m_RetakesMVPBoostExtraUtility = 0x15F8; // loadout_slot_t
|
||||
constexpr std::ptrdiff_t m_bNeedToReApplyGloves = 0x1618; // bool
|
||||
constexpr std::ptrdiff_t m_EconGloves = 0x1620; // C_EconItemView
|
||||
constexpr std::ptrdiff_t m_nEconGlovesChanged = 0x2970; // uint8
|
||||
constexpr std::ptrdiff_t m_bMustSyncRagdollState = 0x2971; // bool
|
||||
constexpr std::ptrdiff_t m_nRagdollDamageBone = 0x2974; // int32
|
||||
constexpr std::ptrdiff_t m_vRagdollDamageForce = 0x2978; // Vector
|
||||
constexpr std::ptrdiff_t m_vRagdollDamagePosition = 0x2984; // Vector
|
||||
constexpr std::ptrdiff_t m_szRagdollDamageWeaponName = 0x2990; // char[64]
|
||||
constexpr std::ptrdiff_t m_bRagdollDamageHeadshot = 0x29D0; // bool
|
||||
constexpr std::ptrdiff_t m_vRagdollServerOrigin = 0x29D4; // Vector
|
||||
constexpr std::ptrdiff_t m_bLastHeadBoneTransformIsValid = 0x2FE8; // bool
|
||||
constexpr std::ptrdiff_t m_lastLandTime = 0x2FEC; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bOnGroundLastTick = 0x2FF0; // bool
|
||||
constexpr std::ptrdiff_t m_qDeathEyeAngles = 0x300C; // QAngle
|
||||
constexpr std::ptrdiff_t m_bSkipOneHeadConstraintUpdate = 0x3018; // bool
|
||||
constexpr std::ptrdiff_t m_bLeftHanded = 0x3019; // bool
|
||||
constexpr std::ptrdiff_t m_fSwitchedHandednessTime = 0x301C; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flViewmodelOffsetX = 0x3020; // float32
|
||||
constexpr std::ptrdiff_t m_flViewmodelOffsetY = 0x3024; // float32
|
||||
constexpr std::ptrdiff_t m_flViewmodelOffsetZ = 0x3028; // float32
|
||||
constexpr std::ptrdiff_t m_flViewmodelFOV = 0x302C; // float32
|
||||
constexpr std::ptrdiff_t m_vecPlayerPatchEconIndices = 0x3030; // uint32[5]
|
||||
constexpr std::ptrdiff_t m_GunGameImmunityColor = 0x3068; // Color
|
||||
constexpr std::ptrdiff_t m_vecBulletHitModels = 0x30B8; // CUtlVector<C_BulletHitModel*>
|
||||
constexpr std::ptrdiff_t m_bIsWalking = 0x30D0; // bool
|
||||
constexpr std::ptrdiff_t m_thirdPersonHeading = 0x30D8; // QAngle
|
||||
constexpr std::ptrdiff_t m_flSlopeDropOffset = 0x30F0; // float32
|
||||
constexpr std::ptrdiff_t m_flSlopeDropHeight = 0x3100; // float32
|
||||
constexpr std::ptrdiff_t m_vHeadConstraintOffset = 0x3110; // Vector
|
||||
constexpr std::ptrdiff_t m_entitySpottedState = 0x3128; // EntitySpottedState_t
|
||||
constexpr std::ptrdiff_t m_bIsScoped = 0x3140; // bool
|
||||
constexpr std::ptrdiff_t m_bResumeZoom = 0x3141; // bool
|
||||
constexpr std::ptrdiff_t m_bIsDefusing = 0x3142; // bool
|
||||
constexpr std::ptrdiff_t m_bIsGrabbingHostage = 0x3143; // bool
|
||||
constexpr std::ptrdiff_t m_iBlockingUseActionInProgress = 0x3144; // CSPlayerBlockingUseAction_t
|
||||
constexpr std::ptrdiff_t m_flEmitSoundTime = 0x3148; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bInNoDefuseArea = 0x314C; // bool
|
||||
constexpr std::ptrdiff_t m_nWhichBombZone = 0x3150; // int32
|
||||
constexpr std::ptrdiff_t m_iShotsFired = 0x3154; // int32
|
||||
constexpr std::ptrdiff_t m_flVelocityModifier = 0x3158; // float32
|
||||
constexpr std::ptrdiff_t m_flHitHeading = 0x315C; // float32
|
||||
constexpr std::ptrdiff_t m_nHitBodyPart = 0x3160; // int32
|
||||
constexpr std::ptrdiff_t m_bWaitForNoAttack = 0x3164; // bool
|
||||
constexpr std::ptrdiff_t m_ignoreLadderJumpTime = 0x3168; // float32
|
||||
constexpr std::ptrdiff_t m_bKilledByHeadshot = 0x316D; // bool
|
||||
constexpr std::ptrdiff_t m_ArmorValue = 0x3170; // int32
|
||||
constexpr std::ptrdiff_t m_unCurrentEquipmentValue = 0x3174; // uint16
|
||||
constexpr std::ptrdiff_t m_unRoundStartEquipmentValue = 0x3176; // uint16
|
||||
constexpr std::ptrdiff_t m_unFreezetimeEndEquipmentValue = 0x3178; // uint16
|
||||
constexpr std::ptrdiff_t m_nLastKillerIndex = 0x317C; // CEntityIndex
|
||||
constexpr std::ptrdiff_t m_bOldIsScoped = 0x3180; // bool
|
||||
constexpr std::ptrdiff_t m_bHasDeathInfo = 0x3181; // bool
|
||||
constexpr std::ptrdiff_t m_flDeathInfoTime = 0x3184; // float32
|
||||
constexpr std::ptrdiff_t m_vecDeathInfoOrigin = 0x3188; // Vector
|
||||
constexpr std::ptrdiff_t m_grenadeParameterStashTime = 0x3194; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bGrenadeParametersStashed = 0x3198; // bool
|
||||
constexpr std::ptrdiff_t m_angStashedShootAngles = 0x319C; // QAngle
|
||||
constexpr std::ptrdiff_t m_vecStashedGrenadeThrowPosition = 0x31A8; // Vector
|
||||
constexpr std::ptrdiff_t m_vecStashedVelocity = 0x31B4; // Vector
|
||||
constexpr std::ptrdiff_t m_angShootAngleHistory = 0x31C0; // QAngle[2]
|
||||
constexpr std::ptrdiff_t m_vecThrowPositionHistory = 0x31D8; // Vector[2]
|
||||
constexpr std::ptrdiff_t m_vecVelocityHistory = 0x31F0; // Vector[2]
|
||||
constexpr std::ptrdiff_t m_iRetakesOffering = 0x15F8; // int32
|
||||
constexpr std::ptrdiff_t m_iRetakesOfferingCard = 0x15FC; // int32
|
||||
constexpr std::ptrdiff_t m_bRetakesHasDefuseKit = 0x1600; // bool
|
||||
constexpr std::ptrdiff_t m_bRetakesMVPLastRound = 0x1601; // bool
|
||||
constexpr std::ptrdiff_t m_iRetakesMVPBoostItem = 0x1604; // int32
|
||||
constexpr std::ptrdiff_t m_RetakesMVPBoostExtraUtility = 0x1608; // loadout_slot_t
|
||||
constexpr std::ptrdiff_t m_bNeedToReApplyGloves = 0x1628; // bool
|
||||
constexpr std::ptrdiff_t m_EconGloves = 0x1630; // C_EconItemView
|
||||
constexpr std::ptrdiff_t m_nEconGlovesChanged = 0x2980; // uint8
|
||||
constexpr std::ptrdiff_t m_bMustSyncRagdollState = 0x2981; // bool
|
||||
constexpr std::ptrdiff_t m_nRagdollDamageBone = 0x2984; // int32
|
||||
constexpr std::ptrdiff_t m_vRagdollDamageForce = 0x2988; // Vector
|
||||
constexpr std::ptrdiff_t m_vRagdollDamagePosition = 0x2994; // Vector
|
||||
constexpr std::ptrdiff_t m_szRagdollDamageWeaponName = 0x29A0; // char[64]
|
||||
constexpr std::ptrdiff_t m_bRagdollDamageHeadshot = 0x29E0; // bool
|
||||
constexpr std::ptrdiff_t m_vRagdollServerOrigin = 0x29E4; // Vector
|
||||
constexpr std::ptrdiff_t m_bLastHeadBoneTransformIsValid = 0x2FF8; // bool
|
||||
constexpr std::ptrdiff_t m_lastLandTime = 0x2FFC; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bOnGroundLastTick = 0x3000; // bool
|
||||
constexpr std::ptrdiff_t m_qDeathEyeAngles = 0x301C; // QAngle
|
||||
constexpr std::ptrdiff_t m_bSkipOneHeadConstraintUpdate = 0x3028; // bool
|
||||
constexpr std::ptrdiff_t m_bLeftHanded = 0x3029; // bool
|
||||
constexpr std::ptrdiff_t m_fSwitchedHandednessTime = 0x302C; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flViewmodelOffsetX = 0x3030; // float32
|
||||
constexpr std::ptrdiff_t m_flViewmodelOffsetY = 0x3034; // float32
|
||||
constexpr std::ptrdiff_t m_flViewmodelOffsetZ = 0x3038; // float32
|
||||
constexpr std::ptrdiff_t m_flViewmodelFOV = 0x303C; // float32
|
||||
constexpr std::ptrdiff_t m_vecPlayerPatchEconIndices = 0x3040; // uint32[5]
|
||||
constexpr std::ptrdiff_t m_GunGameImmunityColor = 0x3078; // Color
|
||||
constexpr std::ptrdiff_t m_vecBulletHitModels = 0x30C8; // CUtlVector<C_BulletHitModel*>
|
||||
constexpr std::ptrdiff_t m_bIsWalking = 0x30E0; // bool
|
||||
constexpr std::ptrdiff_t m_thirdPersonHeading = 0x30E8; // QAngle
|
||||
constexpr std::ptrdiff_t m_flSlopeDropOffset = 0x3100; // float32
|
||||
constexpr std::ptrdiff_t m_flSlopeDropHeight = 0x3110; // float32
|
||||
constexpr std::ptrdiff_t m_vHeadConstraintOffset = 0x3120; // Vector
|
||||
constexpr std::ptrdiff_t m_entitySpottedState = 0x3138; // EntitySpottedState_t
|
||||
constexpr std::ptrdiff_t m_bIsScoped = 0x3150; // bool
|
||||
constexpr std::ptrdiff_t m_bResumeZoom = 0x3151; // bool
|
||||
constexpr std::ptrdiff_t m_bIsDefusing = 0x3152; // bool
|
||||
constexpr std::ptrdiff_t m_bIsGrabbingHostage = 0x3153; // bool
|
||||
constexpr std::ptrdiff_t m_iBlockingUseActionInProgress = 0x3154; // CSPlayerBlockingUseAction_t
|
||||
constexpr std::ptrdiff_t m_flEmitSoundTime = 0x3158; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bInNoDefuseArea = 0x315C; // bool
|
||||
constexpr std::ptrdiff_t m_nWhichBombZone = 0x3160; // int32
|
||||
constexpr std::ptrdiff_t m_iShotsFired = 0x3164; // int32
|
||||
constexpr std::ptrdiff_t m_flVelocityModifier = 0x3168; // float32
|
||||
constexpr std::ptrdiff_t m_flHitHeading = 0x316C; // float32
|
||||
constexpr std::ptrdiff_t m_nHitBodyPart = 0x3170; // int32
|
||||
constexpr std::ptrdiff_t m_bWaitForNoAttack = 0x3174; // bool
|
||||
constexpr std::ptrdiff_t m_ignoreLadderJumpTime = 0x3178; // float32
|
||||
constexpr std::ptrdiff_t m_bKilledByHeadshot = 0x317D; // bool
|
||||
constexpr std::ptrdiff_t m_ArmorValue = 0x3180; // int32
|
||||
constexpr std::ptrdiff_t m_unCurrentEquipmentValue = 0x3184; // uint16
|
||||
constexpr std::ptrdiff_t m_unRoundStartEquipmentValue = 0x3186; // uint16
|
||||
constexpr std::ptrdiff_t m_unFreezetimeEndEquipmentValue = 0x3188; // uint16
|
||||
constexpr std::ptrdiff_t m_nLastKillerIndex = 0x318C; // CEntityIndex
|
||||
constexpr std::ptrdiff_t m_bOldIsScoped = 0x3190; // bool
|
||||
constexpr std::ptrdiff_t m_bHasDeathInfo = 0x3191; // bool
|
||||
constexpr std::ptrdiff_t m_flDeathInfoTime = 0x3194; // float32
|
||||
constexpr std::ptrdiff_t m_vecDeathInfoOrigin = 0x3198; // Vector
|
||||
constexpr std::ptrdiff_t m_grenadeParameterStashTime = 0x31A4; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bGrenadeParametersStashed = 0x31A8; // bool
|
||||
constexpr std::ptrdiff_t m_angStashedShootAngles = 0x31AC; // QAngle
|
||||
constexpr std::ptrdiff_t m_vecStashedGrenadeThrowPosition = 0x31B8; // Vector
|
||||
constexpr std::ptrdiff_t m_vecStashedVelocity = 0x31C4; // Vector
|
||||
constexpr std::ptrdiff_t m_angShootAngleHistory = 0x31D0; // QAngle[2]
|
||||
constexpr std::ptrdiff_t m_vecThrowPositionHistory = 0x31E8; // Vector[2]
|
||||
constexpr std::ptrdiff_t m_vecVelocityHistory = 0x3200; // Vector[2]
|
||||
}
|
||||
// Parent: C_RagdollProp
|
||||
// Fields count: 7
|
||||
@@ -1342,8 +1342,8 @@ namespace cs2_dumper {
|
||||
// NetworkVarNames: m_SequenceCompleteTimer (CountdownTimer)
|
||||
// NetworkVarNames: m_bRedraw (bool)
|
||||
namespace C_WeaponBaseItem {
|
||||
constexpr std::ptrdiff_t m_SequenceCompleteTimer = 0x2908; // CountdownTimer
|
||||
constexpr std::ptrdiff_t m_bRedraw = 0x2920; // bool
|
||||
constexpr std::ptrdiff_t m_SequenceCompleteTimer = 0x2918; // CountdownTimer
|
||||
constexpr std::ptrdiff_t m_bRedraw = 0x2930; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 21
|
||||
@@ -1968,12 +1968,12 @@ namespace cs2_dumper {
|
||||
// NetworkVarNames: m_iBurstShotsRemaining (int)
|
||||
// NetworkVarNames: m_bNeedsBoltAction (bool)
|
||||
namespace C_CSWeaponBaseGun {
|
||||
constexpr std::ptrdiff_t m_zoomLevel = 0x2908; // int32
|
||||
constexpr std::ptrdiff_t m_iBurstShotsRemaining = 0x290C; // int32
|
||||
constexpr std::ptrdiff_t m_iSilencerBodygroup = 0x2910; // int32
|
||||
constexpr std::ptrdiff_t m_silencedModelIndex = 0x2920; // int32
|
||||
constexpr std::ptrdiff_t m_inPrecache = 0x2924; // bool
|
||||
constexpr std::ptrdiff_t m_bNeedsBoltAction = 0x2925; // bool
|
||||
constexpr std::ptrdiff_t m_zoomLevel = 0x2918; // int32
|
||||
constexpr std::ptrdiff_t m_iBurstShotsRemaining = 0x291C; // int32
|
||||
constexpr std::ptrdiff_t m_iSilencerBodygroup = 0x2920; // int32
|
||||
constexpr std::ptrdiff_t m_silencedModelIndex = 0x2930; // int32
|
||||
constexpr std::ptrdiff_t m_inPrecache = 0x2934; // bool
|
||||
constexpr std::ptrdiff_t m_bNeedsBoltAction = 0x2935; // bool
|
||||
}
|
||||
// Parent: C_BaseEntity
|
||||
// Fields count: 4
|
||||
@@ -2344,9 +2344,9 @@ namespace cs2_dumper {
|
||||
// Parent: C_CSPlayerPawn
|
||||
// Fields count: 3
|
||||
namespace C_CSGO_PreviewPlayer {
|
||||
constexpr std::ptrdiff_t m_animgraph = 0x3208; // CUtlString
|
||||
constexpr std::ptrdiff_t m_animgraphCharacterModeString = 0x3210; // CGlobalSymbol
|
||||
constexpr std::ptrdiff_t m_flInitialModelScale = 0x3218; // float32
|
||||
constexpr std::ptrdiff_t m_animgraph = 0x3218; // CUtlString
|
||||
constexpr std::ptrdiff_t m_animgraphCharacterModeString = 0x3220; // CGlobalSymbol
|
||||
constexpr std::ptrdiff_t m_flInitialModelScale = 0x3228; // float32
|
||||
}
|
||||
// Parent: CSkeletonAnimationController
|
||||
// Fields count: 14
|
||||
@@ -2387,17 +2387,17 @@ namespace cs2_dumper {
|
||||
// NetworkVarNames: m_bIsPlantingViaUse (bool)
|
||||
// NetworkVarNames: m_entitySpottedState (EntitySpottedState_t)
|
||||
namespace C_C4 {
|
||||
constexpr std::ptrdiff_t m_szScreenText = 0x2908; // char[32]
|
||||
constexpr std::ptrdiff_t m_activeLightParticleIndex = 0x2928; // ParticleIndex_t
|
||||
constexpr std::ptrdiff_t m_eActiveLightEffect = 0x292C; // C4LightEffect_t
|
||||
constexpr std::ptrdiff_t m_bStartedArming = 0x2930; // bool
|
||||
constexpr std::ptrdiff_t m_fArmedTime = 0x2934; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bBombPlacedAnimation = 0x2938; // bool
|
||||
constexpr std::ptrdiff_t m_bIsPlantingViaUse = 0x2939; // bool
|
||||
constexpr std::ptrdiff_t m_entitySpottedState = 0x2940; // EntitySpottedState_t
|
||||
constexpr std::ptrdiff_t m_nSpotRules = 0x2958; // int32
|
||||
constexpr std::ptrdiff_t m_bPlayedArmingBeeps = 0x295C; // bool[7]
|
||||
constexpr std::ptrdiff_t m_bBombPlanted = 0x2963; // bool
|
||||
constexpr std::ptrdiff_t m_szScreenText = 0x2918; // char[32]
|
||||
constexpr std::ptrdiff_t m_activeLightParticleIndex = 0x2938; // ParticleIndex_t
|
||||
constexpr std::ptrdiff_t m_eActiveLightEffect = 0x293C; // C4LightEffect_t
|
||||
constexpr std::ptrdiff_t m_bStartedArming = 0x2940; // bool
|
||||
constexpr std::ptrdiff_t m_fArmedTime = 0x2944; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bBombPlacedAnimation = 0x2948; // bool
|
||||
constexpr std::ptrdiff_t m_bIsPlantingViaUse = 0x2949; // bool
|
||||
constexpr std::ptrdiff_t m_entitySpottedState = 0x2950; // EntitySpottedState_t
|
||||
constexpr std::ptrdiff_t m_nSpotRules = 0x2968; // int32
|
||||
constexpr std::ptrdiff_t m_bPlayedArmingBeeps = 0x296C; // bool[7]
|
||||
constexpr std::ptrdiff_t m_bBombPlanted = 0x2973; // bool
|
||||
}
|
||||
// Parent: C_BaseModelEntity
|
||||
// Fields count: 13
|
||||
@@ -3874,7 +3874,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_flDisplayHealth (float)
|
||||
namespace C_WeaponShield {
|
||||
constexpr std::ptrdiff_t m_flDisplayHealth = 0x2928; // float32
|
||||
constexpr std::ptrdiff_t m_flDisplayHealth = 0x2938; // float32
|
||||
}
|
||||
// Parent: C_PointClientUIWorldPanel
|
||||
// Fields count: 1
|
||||
@@ -4914,8 +4914,8 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_fFireTime (GameTime_t)
|
||||
namespace C_WeaponTaser {
|
||||
constexpr std::ptrdiff_t m_fFireTime = 0x2928; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_nLastAttackTick = 0x292C; // int32
|
||||
constexpr std::ptrdiff_t m_fFireTime = 0x2938; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_nLastAttackTick = 0x293C; // int32
|
||||
}
|
||||
// Parent: C_CSWeaponBase
|
||||
// Fields count: 2
|
||||
@@ -4924,8 +4924,8 @@ namespace cs2_dumper {
|
||||
// NetworkVarNames: m_bPlayingUninterruptableAct (bool)
|
||||
// NetworkVarNames: m_nUninterruptableActivity (PlayerAnimEvent_t)
|
||||
namespace C_Fists {
|
||||
constexpr std::ptrdiff_t m_bPlayingUninterruptableAct = 0x2908; // bool
|
||||
constexpr std::ptrdiff_t m_nUninterruptableActivity = 0x290C; // PlayerAnimEvent_t
|
||||
constexpr std::ptrdiff_t m_bPlayingUninterruptableAct = 0x2918; // bool
|
||||
constexpr std::ptrdiff_t m_nUninterruptableActivity = 0x291C; // PlayerAnimEvent_t
|
||||
}
|
||||
// Parent: C_PhysicsProp
|
||||
// Fields count: 0
|
||||
@@ -5535,28 +5535,28 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_iMostRecentTeamNumber = 0x25FC; // int32
|
||||
constexpr std::ptrdiff_t m_bDroppedNearBuyZone = 0x2600; // bool
|
||||
constexpr std::ptrdiff_t m_flNextAttackRenderTimeOffset = 0x2604; // float32
|
||||
constexpr std::ptrdiff_t m_bClearWeaponIdentifyingUGC = 0x2690; // bool
|
||||
constexpr std::ptrdiff_t m_bVisualsDataSet = 0x2691; // bool
|
||||
constexpr std::ptrdiff_t m_bOldFirstPersonSpectatedState = 0x2692; // bool
|
||||
constexpr std::ptrdiff_t m_bUIWeapon = 0x2693; // bool
|
||||
constexpr std::ptrdiff_t m_nCustomEconReloadEventId = 0x2694; // int32
|
||||
constexpr std::ptrdiff_t m_hPrevOwner = 0x26A0; // CHandle<C_CSPlayerPawn>
|
||||
constexpr std::ptrdiff_t m_nDropTick = 0x26A4; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_donated = 0x26C4; // bool
|
||||
constexpr std::ptrdiff_t m_fLastShotTime = 0x26C8; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bWasOwnedByCT = 0x26CC; // bool
|
||||
constexpr std::ptrdiff_t m_bWasOwnedByTerrorist = 0x26CD; // bool
|
||||
constexpr std::ptrdiff_t m_gunHeat = 0x26D0; // float32
|
||||
constexpr std::ptrdiff_t m_smokeAttachments = 0x26D4; // uint32
|
||||
constexpr std::ptrdiff_t m_lastSmokeTime = 0x26D8; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flNextClientFireBulletTime = 0x26DC; // float32
|
||||
constexpr std::ptrdiff_t m_flNextClientFireBulletTime_Repredict = 0x26E0; // float32
|
||||
constexpr std::ptrdiff_t m_IronSightController = 0x27C0; // C_IronSightController
|
||||
constexpr std::ptrdiff_t m_iIronSightMode = 0x2870; // int32
|
||||
constexpr std::ptrdiff_t m_flLastLOSTraceFailureTime = 0x2880; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_iNumEmptyAttacks = 0x2884; // int32
|
||||
constexpr std::ptrdiff_t m_flLastMagDropRequestTime = 0x2900; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flWatTickOffset = 0x2904; // float32
|
||||
constexpr std::ptrdiff_t m_bClearWeaponIdentifyingUGC = 0x26A0; // bool
|
||||
constexpr std::ptrdiff_t m_bVisualsDataSet = 0x26A1; // bool
|
||||
constexpr std::ptrdiff_t m_bOldFirstPersonSpectatedState = 0x26A2; // bool
|
||||
constexpr std::ptrdiff_t m_bUIWeapon = 0x26A3; // bool
|
||||
constexpr std::ptrdiff_t m_nCustomEconReloadEventId = 0x26A4; // int32
|
||||
constexpr std::ptrdiff_t m_hPrevOwner = 0x26B0; // CHandle<C_CSPlayerPawn>
|
||||
constexpr std::ptrdiff_t m_nDropTick = 0x26B4; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_donated = 0x26D4; // bool
|
||||
constexpr std::ptrdiff_t m_fLastShotTime = 0x26D8; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bWasOwnedByCT = 0x26DC; // bool
|
||||
constexpr std::ptrdiff_t m_bWasOwnedByTerrorist = 0x26DD; // bool
|
||||
constexpr std::ptrdiff_t m_gunHeat = 0x26E0; // float32
|
||||
constexpr std::ptrdiff_t m_smokeAttachments = 0x26E4; // uint32
|
||||
constexpr std::ptrdiff_t m_lastSmokeTime = 0x26E8; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flNextClientFireBulletTime = 0x26EC; // float32
|
||||
constexpr std::ptrdiff_t m_flNextClientFireBulletTime_Repredict = 0x26F0; // float32
|
||||
constexpr std::ptrdiff_t m_IronSightController = 0x27D0; // C_IronSightController
|
||||
constexpr std::ptrdiff_t m_iIronSightMode = 0x2880; // int32
|
||||
constexpr std::ptrdiff_t m_flLastLOSTraceFailureTime = 0x2890; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_iNumEmptyAttacks = 0x2894; // int32
|
||||
constexpr std::ptrdiff_t m_flLastMagDropRequestTime = 0x2910; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flWatTickOffset = 0x2914; // float32
|
||||
}
|
||||
// Parent: C_BaseModelEntity
|
||||
// Fields count: 0
|
||||
|
||||
Reference in New Issue
Block a user