mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
Game update (14036)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-10 00:00:51.448403700 UTC
|
||||
// 2024-10-10 01:40:20.894068600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
@@ -113,28 +113,28 @@ pub mod cs2_dumper {
|
||||
// Parent: None
|
||||
// Field count: 22
|
||||
pub mod CSchemaSystemInternalRegistration {
|
||||
pub const m_Vector2D: usize = 0x0; //
|
||||
pub const m_Vector: usize = 0x8; //
|
||||
pub const m_VectorAligned: usize = 0x20; //
|
||||
pub const m_Quaternion: usize = 0x30; //
|
||||
pub const m_QAngle: usize = 0x40; //
|
||||
pub const m_RotationVector: usize = 0x4C; //
|
||||
pub const m_RadianEuler: usize = 0x58; //
|
||||
pub const m_DegreeEuler: usize = 0x64; //
|
||||
pub const m_QuaternionStorage: usize = 0x70; //
|
||||
pub const m_matrix3x4_t: usize = 0x80; //
|
||||
pub const m_matrix3x4a_t: usize = 0xB0; //
|
||||
pub const m_Color: usize = 0xE0; //
|
||||
pub const m_Vector4D: usize = 0xE4; //
|
||||
pub const m_CTransform: usize = 0x100; //
|
||||
pub const m_pKeyValues: usize = 0x120; //
|
||||
pub const m_CUtlBinaryBlock: usize = 0x128; //
|
||||
pub const m_CUtlString: usize = 0x140; //
|
||||
pub const m_CUtlSymbol: usize = 0x148; //
|
||||
pub const m_stringToken: usize = 0x14C; //
|
||||
pub const m_stringTokenWithStorage: usize = 0x150; //
|
||||
pub const m_ResourceTypes: usize = 0x168; //
|
||||
pub const m_KV3: usize = 0x170; //
|
||||
pub const m_Vector2D: usize = 0x0; // Vector2D
|
||||
pub const m_Vector: usize = 0x8; // Vector
|
||||
pub const m_VectorAligned: usize = 0x20; // VectorAligned
|
||||
pub const m_Quaternion: usize = 0x30; // Quaternion
|
||||
pub const m_QAngle: usize = 0x40; // QAngle
|
||||
pub const m_RotationVector: usize = 0x4C; // RotationVector
|
||||
pub const m_RadianEuler: usize = 0x58; // RadianEuler
|
||||
pub const m_DegreeEuler: usize = 0x64; // DegreeEuler
|
||||
pub const m_QuaternionStorage: usize = 0x70; // QuaternionStorage
|
||||
pub const m_matrix3x4_t: usize = 0x80; // matrix3x4_t
|
||||
pub const m_matrix3x4a_t: usize = 0xB0; // matrix3x4a_t
|
||||
pub const m_Color: usize = 0xE0; // Color
|
||||
pub const m_Vector4D: usize = 0xE4; // Vector4D
|
||||
pub const m_CTransform: usize = 0x100; // CTransform
|
||||
pub const m_pKeyValues: usize = 0x120; // KeyValues*
|
||||
pub const m_CUtlBinaryBlock: usize = 0x128; // CUtlBinaryBlock
|
||||
pub const m_CUtlString: usize = 0x140; // CUtlString
|
||||
pub const m_CUtlSymbol: usize = 0x148; // CUtlSymbol
|
||||
pub const m_stringToken: usize = 0x14C; // CUtlStringToken
|
||||
pub const m_stringTokenWithStorage: usize = 0x150; // CUtlStringTokenWithStorage
|
||||
pub const m_ResourceTypes: usize = 0x168; // CResourceArray<CResourcePointer<CResourceString>>
|
||||
pub const m_KV3: usize = 0x170; // KeyValues3
|
||||
}
|
||||
// Parent: CExampleSchemaVData_PolymorphicBase
|
||||
// Field count: 1
|
||||
@@ -142,7 +142,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CExampleSchemaVData_PolymorphicDerivedA {
|
||||
pub const m_nDerivedA: usize = 0x10; //
|
||||
pub const m_nDerivedA: usize = 0x10; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
@@ -150,7 +150,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CExampleSchemaVData_PolymorphicBase {
|
||||
pub const m_nBase: usize = 0x8; //
|
||||
pub const m_nBase: usize = 0x8; // int32
|
||||
}
|
||||
// Parent: CExampleSchemaVData_PolymorphicBase
|
||||
// Field count: 1
|
||||
@@ -158,12 +158,12 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CExampleSchemaVData_PolymorphicDerivedB {
|
||||
pub const m_nDerivedB: usize = 0x10; //
|
||||
pub const m_nDerivedB: usize = 0x10; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod ResourceId_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 2
|
||||
@@ -171,8 +171,8 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CExampleSchemaVData_Monomorphic {
|
||||
pub const m_nExample1: usize = 0x0; //
|
||||
pub const m_nExample2: usize = 0x4; //
|
||||
pub const m_nExample1: usize = 0x0; // int32
|
||||
pub const m_nExample2: usize = 0x4; // int32
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user