mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
Game Update (14105)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-09-17 01:09:41.918835800 UTC
|
||||
// 2025-09-17 23:35:16.178232700 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: server.dll
|
||||
@@ -6413,7 +6413,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_shakeCallback = 0x528; // CPhysicsShake
|
||||
}
|
||||
// Parent: CPlayer_MovementServices_Humanoid
|
||||
// Field count: 40
|
||||
// Field count: 41
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_vecLadderNormal (Vector)
|
||||
@@ -6434,6 +6434,7 @@ namespace CS2Dumper.Schemas {
|
||||
// NetworkVarNames: m_flOffsetTickCompleteTime (float)
|
||||
// NetworkVarNames: m_flOffsetTickStashedSpeed (float)
|
||||
// NetworkVarNames: m_flStamina (float)
|
||||
// NetworkVarNames: m_vecInputRotated (Vector)
|
||||
// NetworkVarNames: m_bWasSurfing (bool)
|
||||
public static class CCSPlayer_MovementServices {
|
||||
public const nint m_vecLadderNormal = 0x288; // Vector
|
||||
@@ -6469,13 +6470,14 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flOffsetTickCompleteTime = 0x530; // float32
|
||||
public const nint m_flOffsetTickStashedSpeed = 0x534; // float32
|
||||
public const nint m_flStamina = 0x538; // float32
|
||||
public const nint m_flHeightAtJumpStart = 0x53C; // float32
|
||||
public const nint m_flMaxJumpHeightThisJump = 0x540; // float32
|
||||
public const nint m_flMaxJumpHeightLastJump = 0x544; // float32
|
||||
public const nint m_flStaminaAtJumpStart = 0x548; // float32
|
||||
public const nint m_flAccumulatedJumpError = 0x54C; // float32
|
||||
public const nint m_flTicksSinceLastSurfingDetected = 0x550; // float32
|
||||
public const nint m_bWasSurfing = 0x554; // bool
|
||||
public const nint m_vecInputRotated = 0x53C; // Vector
|
||||
public const nint m_flHeightAtJumpStart = 0x548; // float32
|
||||
public const nint m_flMaxJumpHeightThisJump = 0x54C; // float32
|
||||
public const nint m_flMaxJumpHeightLastJump = 0x550; // float32
|
||||
public const nint m_flStaminaAtJumpStart = 0x554; // float32
|
||||
public const nint m_flAccumulatedJumpError = 0x558; // float32
|
||||
public const nint m_flTicksSinceLastSurfingDetected = 0x55C; // float32
|
||||
public const nint m_bWasSurfing = 0x560; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 5
|
||||
|
Reference in New Issue
Block a user