cs2-dumper/generated/resourcesystem.dll.hpp

79 lines
2.9 KiB
C++
Raw Normal View History

2023-09-08 15:59:09 +08:00
#pragma once
#include <cstddef>
2023-10-03 00:00:52 +08:00
// Created using https://github.com/a2x/cs2-dumper
2023-10-05 17:24:14 +08:00
// 2023-10-05 09:19:34.548743800 UTC
2023-10-03 00:00:52 +08:00
2023-09-08 21:13:40 +08:00
namespace AABB_t {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_vMinBounds = 0x0; // Vector
constexpr std::ptrdiff_t m_vMaxBounds = 0xC; // Vector
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace CFuseProgram {
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_programBuffer = 0x0; // CUtlVector<uint8_t>
constexpr std::ptrdiff_t m_variablesRead = 0x18; // CUtlVector<FuseVariableIndex_t>
constexpr std::ptrdiff_t m_variablesWritten = 0x30; // CUtlVector<FuseVariableIndex_t>
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nMaxTempVarsUsed = 0x48; // int32_t
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace CFuseSymbolTable {
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_constants = 0x0; // CUtlVector<ConstantInfo_t>
constexpr std::ptrdiff_t m_variables = 0x18; // CUtlVector<VariableInfo_t>
constexpr std::ptrdiff_t m_functions = 0x30; // CUtlVector<FunctionInfo_t>
constexpr std::ptrdiff_t m_constantMap = 0x48; // CUtlHashtable<CUtlStringToken,int32_t>
constexpr std::ptrdiff_t m_variableMap = 0x68; // CUtlHashtable<CUtlStringToken,int32_t>
constexpr std::ptrdiff_t m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32_t>
2023-09-08 15:59:09 +08:00
}
namespace ConstantInfo_t {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
constexpr std::ptrdiff_t m_nameToken = 0x8; // CUtlStringToken
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_flValue = 0xC; // float
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace FourQuaternions {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t x = 0x0; // fltx4
constexpr std::ptrdiff_t y = 0x10; // fltx4
constexpr std::ptrdiff_t z = 0x20; // fltx4
constexpr std::ptrdiff_t w = 0x30; // fltx4
2023-09-08 15:59:09 +08:00
}
namespace FunctionInfo_t {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_name = 0x8; // CUtlString
constexpr std::ptrdiff_t m_nameToken = 0x10; // CUtlStringToken
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nParamCount = 0x14; // int32_t
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_nIndex = 0x18; // FuseFunctionIndex_t
constexpr std::ptrdiff_t m_bIsPure = 0x1A; // bool
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace FuseFunctionIndex_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // uint16_t
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace FuseVariableIndex_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // uint16_t
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace ManifestTestResource_t {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_child = 0x8; // CStrongHandle<InfoForResourceTypeManifestTestResource_t>
2023-09-08 15:59:09 +08:00
}
namespace PackedAABB_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nPackedMin = 0x0; // uint32_t
constexpr std::ptrdiff_t m_nPackedMax = 0x4; // uint32_t
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace TestResource_t {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace VariableInfo_t {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
constexpr std::ptrdiff_t m_nameToken = 0x8; // CUtlStringToken
constexpr std::ptrdiff_t m_nIndex = 0xC; // FuseVariableIndex_t
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nNumComponents = 0xE; // uint8_t
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_eVarType = 0xF; // FuseVariableType_t
constexpr std::ptrdiff_t m_eAccess = 0x10; // FuseVariableAccess_t
2023-09-08 21:13:40 +08:00
}