cs2-dumper/generated/schemasystem.dll.hpp

57 lines
2.3 KiB
C++
Raw Normal View History

2023-10-15 20:17:02 +08:00
/*
2023-10-21 07:43:23 +08:00
* Created using https://github.com/a2x/cs2-dumper
2023-12-12 07:22:04 +08:00
* Mon, 11 Dec 2023 23:16:30 +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
#pragma once
#include <cstddef>
2023-09-08 21:13:40 +08:00
namespace CExampleSchemaVData_Monomorphic {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nExample1 = 0x0; // int32_t
constexpr std::ptrdiff_t m_nExample2 = 0x4; // int32_t
2023-09-08 21:13:40 +08:00
}
namespace CExampleSchemaVData_PolymorphicBase {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nBase = 0x8; // int32_t
2023-09-08 21:13:40 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CExampleSchemaVData_PolymorphicDerivedA { // CExampleSchemaVData_PolymorphicBase
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nDerivedA = 0x10; // int32_t
2023-09-08 21:13:40 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CExampleSchemaVData_PolymorphicDerivedB { // CExampleSchemaVData_PolymorphicBase
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nDerivedB = 0x10; // int32_t
2023-09-08 21:13:40 +08:00
}
2023-09-08 15:59:09 +08:00
namespace CSchemaSystemInternalRegistration {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_Vector2D = 0x0; // Vector2D
constexpr std::ptrdiff_t m_Vector = 0x8; // Vector
constexpr std::ptrdiff_t m_VectorAligned = 0x20; // VectorAligned
constexpr std::ptrdiff_t m_Quaternion = 0x30; // Quaternion
constexpr std::ptrdiff_t m_QAngle = 0x40; // QAngle
constexpr std::ptrdiff_t m_RotationVector = 0x4C; // RotationVector
constexpr std::ptrdiff_t m_RadianEuler = 0x58; // RadianEuler
constexpr std::ptrdiff_t m_DegreeEuler = 0x64; // DegreeEuler
constexpr std::ptrdiff_t m_QuaternionStorage = 0x70; // QuaternionStorage
constexpr std::ptrdiff_t m_matrix3x4_t = 0x80; // matrix3x4_t
constexpr std::ptrdiff_t m_matrix3x4a_t = 0xB0; // matrix3x4a_t
constexpr std::ptrdiff_t m_Color = 0xE0; // Color
constexpr std::ptrdiff_t m_Vector4D = 0xE4; // Vector4D
constexpr std::ptrdiff_t m_CTransform = 0x100; // CTransform
constexpr std::ptrdiff_t m_pKeyValues = 0x120; // KeyValues*
constexpr std::ptrdiff_t m_CUtlBinaryBlock = 0x128; // CUtlBinaryBlock
constexpr std::ptrdiff_t m_CUtlString = 0x140; // CUtlString
constexpr std::ptrdiff_t m_CUtlSymbol = 0x148; // CUtlSymbol
constexpr std::ptrdiff_t m_stringToken = 0x14C; // CUtlStringToken
constexpr std::ptrdiff_t m_stringTokenWithStorage = 0x150; // CUtlStringTokenWithStorage
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_ResourceTypes = 0x168; // CResourceArray<CResourcePointer<CResourceString>>
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_KV3 = 0x170; // KeyValues3
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace InfoForResourceTypeCResourceManifestInternal {
}
2023-09-08 15:59:09 +08:00
namespace ResourceId_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // uint64_t
2023-09-08 21:13:40 +08:00
}