mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-07 22:50:03 +08:00
Game update (14059)
Game update (14059)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-03 22:08:25.239600100 UTC
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: client.dll
|
||||
@@ -2923,13 +2923,13 @@ namespace CS2Dumper.Schemas {
|
||||
// Parent: C_CSGO_MapPreviewCameraPath
|
||||
// Field count: 7
|
||||
public static class C_CSGO_TeamPreviewCamera {
|
||||
public const nint m_nVariant = 0x5D0; // int32
|
||||
public const nint m_bDofEnabled = 0x5D4; // bool
|
||||
public const nint m_flDofNearBlurry = 0x5D8; // float32
|
||||
public const nint m_flDofNearCrisp = 0x5DC; // float32
|
||||
public const nint m_flDofFarCrisp = 0x5E0; // float32
|
||||
public const nint m_flDofFarBlurry = 0x5E4; // float32
|
||||
public const nint m_flDofTiltToGround = 0x5E8; // float32
|
||||
public const nint m_nVariant = 0x5D8; // int32
|
||||
public const nint m_bDofEnabled = 0x5DC; // bool
|
||||
public const nint m_flDofNearBlurry = 0x5E0; // float32
|
||||
public const nint m_flDofNearCrisp = 0x5E4; // float32
|
||||
public const nint m_flDofFarCrisp = 0x5E8; // float32
|
||||
public const nint m_flDofFarBlurry = 0x5EC; // float32
|
||||
public const nint m_flDofTiltToGround = 0x5F0; // float32
|
||||
}
|
||||
// Parent: CCSPlayerBase_CameraServices
|
||||
// Field count: 2
|
||||
|
Reference in New Issue
Block a user