cs2-dumper/generated/schemasystem.dll.rs

55 lines
2.1 KiB
Rust
Raw Normal View History

2023-10-15 20:17:02 +08:00
/*
2024-03-14 13:14:28 +08:00
* Generated using https://github.com/a2x/cs2-dumper
* Thu, 14 Mar 2024 05:07:40 +0000
2023-10-15 20:17:02 +08:00
*/
2023-10-03 00:00:52 +08:00
2023-10-17 10:06:23 +08:00
#![allow(non_snake_case, non_upper_case_globals)]
2023-09-08 21:13:40 +08:00
pub mod CExampleSchemaVData_Monomorphic {
2023-10-03 00:00:52 +08:00
pub const m_nExample1: usize = 0x0; // int32_t
pub const m_nExample2: usize = 0x4; // int32_t
2023-09-08 21:13:40 +08:00
}
pub mod CExampleSchemaVData_PolymorphicBase {
2023-10-03 00:00:52 +08:00
pub const m_nBase: usize = 0x8; // int32_t
2023-09-08 21:13:40 +08:00
}
2023-10-18 18:32:33 +08:00
pub mod CExampleSchemaVData_PolymorphicDerivedA { // CExampleSchemaVData_PolymorphicBase
2023-10-03 00:00:52 +08:00
pub const m_nDerivedA: usize = 0x10; // int32_t
2023-09-08 21:13:40 +08:00
}
2023-10-18 18:32:33 +08:00
pub mod CExampleSchemaVData_PolymorphicDerivedB { // CExampleSchemaVData_PolymorphicBase
2023-10-03 00:00:52 +08:00
pub const m_nDerivedB: usize = 0x10; // int32_t
2023-09-08 21:13:40 +08:00
}
pub mod CSchemaSystemInternalRegistration {
2023-10-01 12:43:48 +08:00
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
2023-10-03 08:29:17 +08:00
pub const m_ResourceTypes: usize = 0x168; // CResourceArray<CResourcePointer<CResourceString>>
2023-10-01 12:43:48 +08:00
pub const m_KV3: usize = 0x170; // KeyValues3
2023-09-08 21:13:40 +08:00
}
2023-10-18 18:32:33 +08:00
pub mod InfoForResourceTypeCResourceManifestInternal {
}
2023-09-08 21:13:40 +08:00
pub mod ResourceId_t {
2023-10-03 00:00:52 +08:00
pub const m_Value: usize = 0x0; // uint64_t
2023-09-08 21:13:40 +08:00
}