mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-11-08 23:50:02 +08:00
Game update (14121)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-10-30 00:26:21.405923900 UTC
|
||||
// 2025-11-05 06:01:01.132204 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
@@ -6508,7 +6508,7 @@ pub mod cs2_dumper {
|
||||
pub const m_shakeCallback: usize = 0x528; // CPhysicsShake
|
||||
}
|
||||
// Parent: CPlayer_MovementServices_Humanoid
|
||||
// Field count: 41
|
||||
// Field count: 42
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_vecLadderNormal (Vector)
|
||||
@@ -6530,6 +6530,7 @@ pub mod cs2_dumper {
|
||||
// NetworkVarNames: m_flOffsetTickStashedSpeed (float)
|
||||
// NetworkVarNames: m_flStamina (float)
|
||||
// NetworkVarNames: m_bWasSurfing (bool)
|
||||
// NetworkVarNames: m_bJumpApexPending (bool)
|
||||
pub mod CCSPlayer_MovementServices {
|
||||
pub const m_vecLadderNormal: usize = 0x280; // Vector
|
||||
pub const m_nLadderSurfacePropIndex: usize = 0x28C; // int32
|
||||
@@ -6572,6 +6573,7 @@ pub mod cs2_dumper {
|
||||
pub const m_flTicksSinceLastSurfingDetected: usize = 0x548; // float32
|
||||
pub const m_bWasSurfing: usize = 0x54C; // bool
|
||||
pub const m_vecInputRotated: usize = 0x5DC; // Vector
|
||||
pub const m_bJumpApexPending: usize = 0xE08; // bool
|
||||
}
|
||||
// Parent:
|
||||
// Field count: 5
|
||||
|
||||
Reference in New Issue
Block a user