source2sdk/sdk/resourcesystem.hpp

856 lines
19 KiB
C++
Raw Normal View History

2023-03-15 15:20:35 +00:00
#pragma once
#include <cstdint>
#include "!GlobalTypes.hpp"
2023-03-23 14:05:13 +00:00
// /////////////////////////////////////////////////////////////
2023-03-15 15:20:35 +00:00
// Binary: resourcesystem.dll
2024-04-19 12:05:51 +00:00
// Classes count: 0 (Allocated) | 58 (Unallocated)
// Enums count: 0 (Allocated) | 2 (Unallocated)
2023-03-23 14:05:13 +00:00
// Created using source2gen - github.com/neverlosecc/source2gen
// /////////////////////////////////////////////////////////////
2023-03-15 15:20:35 +00:00
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
2024-04-05 16:55:05 +00:00
// Enumerator count: 9
2023-03-23 14:05:13 +00:00
// Alignment: 1
2024-04-05 16:55:05 +00:00
// Size: 0x1
2023-03-15 15:20:35 +00:00
enum class FuseVariableType_t : uint8_t
{
2023-03-23 14:05:13 +00:00
INVALID = 0x0,
BOOL = 0x1,
INT8 = 0x2,
INT16 = 0x3,
INT32 = 0x4,
UINT8 = 0x5,
UINT16 = 0x6,
UINT32 = 0x7,
FLOAT32 = 0x8,
2023-03-15 15:20:35 +00:00
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
// Enumerator count: 2
// Alignment: 1
// Size: 0x1
enum class FuseVariableAccess_t : uint8_t
{
WRITABLE = 0x0,
READ_ONLY = 0x1,
};
2023-03-23 14:05:13 +00:00
struct FuseVariableIndex_t;
struct FuseFunctionIndex_t;
// Registered binary: resourcesystem.dll (project 'resourcesystem')
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vrr"
class InfoForResourceTypeCResponseRulesList
2023-03-15 15:20:35 +00:00
{
2024-04-19 12:05:51 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "item"
class InfoForResourceTypeCDotaItemDefinitionResource
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vmorf"
class InfoForResourceTypeCMorphSetData
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vcdlist"
class InfoForResourceTypeCChoreoSceneFileData
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vsndstckvseq"
class InfoForResourceTypeCVSoundStackScriptList
2023-03-15 15:20:35 +00:00
{
2024-04-19 12:05:51 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x8
// Has Trivial Constructor
// Has Trivial Destructor
2024-04-19 12:05:51 +00:00
struct PackedAABB_t
2023-03-15 15:20:35 +00:00
{
public:
2024-04-19 12:05:51 +00:00
uint32_t m_nPackedMin; // 0x0
uint32_t m_nPackedMax; // 0x4
2023-03-15 15:20:35 +00:00
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-04-21 10:40:43 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vsurf"
class InfoForResourceTypeCVPhysXSurfacePropertiesList
2023-04-21 10:40:43 +00:00
{
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-08-31 01:50:54 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vmtst"
struct InfoForResourceTypeManifestTestResource_t
2023-08-31 01:50:54 +00:00
{
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x10
//
2024-04-19 12:05:51 +00:00
// MGetKV3ClassDefaults
struct ConstantInfo_t
2023-08-31 01:50:54 +00:00
{
public:
2024-04-19 12:05:51 +00:00
CUtlString m_name; // 0x0
CUtlStringToken m_nameToken; // 0x8
float m_flValue; // 0xc
2023-08-31 01:50:54 +00:00
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x2
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MIsBoxedIntegerType
struct FuseFunctionIndex_t
2023-03-15 15:20:35 +00:00
{
public:
2024-04-19 12:05:51 +00:00
uint16_t m_Value; // 0x0
// Static fields:
static bool &Get_IS_TYPESAFE_INTEGER(){return *reinterpret_cast<bool*>(interfaces::g_schema->FindTypeScopeForModule("resourcesystem.dll")->FindDeclaredClass("FuseFunctionIndex_t")->m_static_fields[0]->m_instance);};
2023-03-15 15:20:35 +00:00
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vgcxdata"
class InfoForResourceTypeCGcExportableExternalData
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vanmgrpheconitemvents"
class InfoForResourceTypeIAnimGraphModelBinding
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vjs"
class InfoForResourceTypeCJavaScriptResource
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0xb0
//
2024-04-19 12:05:51 +00:00
// MGetKV3ClassDefaults
class CFuseSymbolTable
2023-03-15 15:20:35 +00:00
{
public:
2024-04-19 12:05:51 +00:00
CUtlVector< ConstantInfo_t > m_constants; // 0x0
CUtlVector< VariableInfo_t > m_variables; // 0x18
CUtlVector< FunctionInfo_t > m_functions; // 0x30
CUtlHashtable< CUtlStringToken, int32 > m_constantMap; // 0x48
CUtlHashtable< CUtlStringToken, int32 > m_variableMap; // 0x68
CUtlHashtable< CUtlStringToken, int32 > m_functionMap; // 0x88
2023-03-15 15:20:35 +00:00
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vmesh"
class InfoForResourceTypeCRenderMesh
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vvis"
class InfoForResourceTypeCVoxelVisibility
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x8
//
2024-04-19 12:05:51 +00:00
// MGetKV3ClassDefaults
struct TestResource_t
2023-03-15 15:20:35 +00:00
{
public:
2024-04-19 12:05:51 +00:00
// MKV3TransferName "name"
CUtlString m_name; // 0x0
2023-03-15 15:20:35 +00:00
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vphys"
class InfoForResourceTypeCPhysAggregateData
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vnmclip"
class InfoForResourceTypeCNmClip
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vwrld"
struct InfoForResourceTypeWorld_t
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vptest"
struct InfoForResourceTypeProceduralTestResource_t
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x18
// Has Trivial Constructor
// Has Trivial Destructor
2024-04-19 12:05:51 +00:00
struct AABB_t
2023-03-15 15:20:35 +00:00
{
public:
2024-04-19 12:05:51 +00:00
Vector m_vMinBounds; // 0x0
Vector m_vMaxBounds; // 0xc
2023-03-15 15:20:35 +00:00
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vpost"
class InfoForResourceTypeCPostProcessingResource
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x2
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MIsBoxedIntegerType
struct FuseVariableIndex_t
2023-03-15 15:20:35 +00:00
{
public:
2024-04-19 12:05:51 +00:00
uint16_t m_Value; // 0x0
// Static fields:
static bool &Get_IS_TYPESAFE_INTEGER(){return *reinterpret_cast<bool*>(interfaces::g_schema->FindTypeScopeForModule("resourcesystem.dll")->FindDeclaredClass("FuseVariableIndex_t")->m_static_fields[0]->m_instance);};
2023-03-15 15:20:35 +00:00
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vsnap"
class InfoForResourceTypeIParticleSnapshot
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x40
// Has Trivial Constructor
// Has Trivial Destructor
2024-04-19 12:05:51 +00:00
class FourQuaternions
2023-03-15 15:20:35 +00:00
{
public:
2024-04-19 12:05:51 +00:00
fltx4 x; // 0x0
fltx4 y; // 0x10
fltx4 z; // 0x20
fltx4 w; // 0x30
2023-03-15 15:20:35 +00:00
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vxml"
class InfoForResourceTypeCPanoramaLayout
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vts"
class InfoForResourceTypeCTypeScriptResource
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vnmskel"
class InfoForResourceTypeCNmSkeleton
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vtest"
struct InfoForResourceTypeTestResource_t
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vagrp"
class InfoForResourceTypeCAnimationGroup
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vsndevts"
class InfoForResourceTypeCVSoundEventScriptList
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vsnd"
class InfoForResourceTypeCVoiceContainerBase
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vcss"
class InfoForResourceTypeCPanoramaStyle
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vwnod"
class InfoForResourceTypeCWorldNode
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vnmvar"
class InfoForResourceTypeCNmGraphVariation
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "econitemvents"
class InfoForResourceTypeCCSGOEconItem
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vnmgraphvnmclip"
class InfoForResourceTypeCNmGraphDefinition
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vsmart"
class InfoForResourceTypeCSmartProp
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x50
//
2024-04-19 12:05:51 +00:00
// MGetKV3ClassDefaults
class CFuseProgram
2023-03-15 15:20:35 +00:00
{
public:
2024-04-19 12:05:51 +00:00
CUtlVector< uint8 > m_programBuffer; // 0x0
CUtlVector< FuseVariableIndex_t > m_variablesRead; // 0x18
CUtlVector< FuseVariableIndex_t > m_variablesWritten; // 0x30
int32_t m_nMaxTempVarsUsed; // 0x48
2023-03-15 15:20:35 +00:00
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-05 16:55:05 +00:00
// MResourceTypeForInfoType "vcompmat"
2023-03-15 15:20:35 +00:00
class InfoForResourceTypeCCompositeMaterialKit
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vmix"
class InfoForResourceTypeCVMixListResource
2024-02-12 00:06:50 +00:00
{
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vanim"
class InfoForResourceTypeCAnimData
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vmat"
class InfoForResourceTypeIMaterial2
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vsvg"
class InfoForResourceTypeIVectorGraphic
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-09-28 04:26:38 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vpdi"
class InfoForResourceTypeCPanoramaDynamicImages
2023-09-28 04:26:38 +00:00
{
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
public:
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2023-09-28 04:26:38 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vpulse"
class InfoForResourceTypeIPulseGraphDef
2023-09-28 04:26:38 +00:00
{
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x20
2024-02-12 00:06:50 +00:00
//
2024-04-19 12:05:51 +00:00
// MGetKV3ClassDefaults
struct FunctionInfo_t
2024-02-12 00:06:50 +00:00
{
private:
2024-04-19 12:05:51 +00:00
[[maybe_unused]] uint8_t __pad0000[0x8]; // 0x0
2024-02-12 00:06:50 +00:00
public:
2024-04-19 12:05:51 +00:00
CUtlString m_name; // 0x8
CUtlStringToken m_nameToken; // 0x10
int32_t m_nParamCount; // 0x14
FuseFunctionIndex_t m_nIndex; // 0x18
bool m_bIsPure; // 0x1a
2024-02-12 00:06:50 +00:00
};
// Registered binary: resourcesystem.dll (project 'resourcesystem')
// Alignment: 8
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vdata"
class InfoForResourceTypeCVDataResource
2024-02-12 00:06:50 +00:00
{
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vmdl"
class InfoForResourceTypeCModel
2023-03-15 15:20:35 +00:00
{
2024-04-19 12:05:51 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vdvn"
class InfoForResourceTypeCDOTANovelsList
2023-03-15 15:20:35 +00:00
{
2024-04-19 12:05:51 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'resourcesystem')
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vtex"
class InfoForResourceTypeCTextureBase
2023-03-15 15:20:35 +00:00
{
2024-04-19 12:05:51 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
// Alignment: 8
2023-03-23 14:05:13 +00:00
// Size: 0x18
//
// MGetKV3ClassDefaults
2023-03-15 15:20:35 +00:00
struct VariableInfo_t
{
public:
2023-03-23 14:05:13 +00:00
CUtlString m_name; // 0x0
CUtlStringToken m_nameToken; // 0x8
FuseVariableIndex_t m_nIndex; // 0xc
uint8_t m_nNumComponents; // 0xe
FuseVariableType_t m_eVarType; // 0xf
FuseVariableAccess_t m_eAccess; // 0x10
2023-03-15 15:20:35 +00:00
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'resourcesystem')
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vpcf"
class InfoForResourceTypeIParticleSystemDefinition
2023-03-15 15:20:35 +00:00
{
2023-03-25 17:14:12 +00:00
private:
2024-04-19 12:05:51 +00:00
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'resourcesystem')
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
//
2024-04-19 12:05:51 +00:00
// MResourceTypeForInfoType "vseq"
class InfoForResourceTypeCSequenceGroupData
2023-03-15 15:20:35 +00:00
{
2024-04-19 12:05:51 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'resourcesystem')
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x10
//
// MGetKV3ClassDefaults
2024-04-19 12:05:51 +00:00
struct ManifestTestResource_t
2023-03-15 15:20:35 +00:00
{
public:
2024-04-19 12:05:51 +00:00
// MKV3TransferName "name"
CUtlString m_name; // 0x0
// MKV3TransferName "child"
CStrongHandle< InfoForResourceTypeManifestTestResource_t > m_child; // 0x8
2023-03-15 15:20:35 +00:00
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
2024-04-19 12:05:51 +00:00
//
// MResourceTypeForInfoType "vents"
class InfoForResourceTypeCEntityLump
2023-03-15 15:20:35 +00:00
{
2024-04-19 12:05:51 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};
2024-04-19 12:05:51 +00:00
// Registered binary: resourcesystem.dll (project 'resourcesystem')
2024-02-12 00:06:50 +00:00
// Alignment: 8
2024-04-19 12:05:51 +00:00
// Size: 0x1
// Has Trivial Constructor
// Has Trivial Destructor
2024-04-19 12:05:51 +00:00
//
// MResourceTypeForInfoType "vdpn"
class InfoForResourceTypeCDOTAPatchNotesList
2023-03-15 15:20:35 +00:00
{
2024-04-19 12:05:51 +00:00
private:
[[maybe_unused]] uint8_t __pad0000[0x1]; // 0x0
2023-03-15 15:20:35 +00:00
public:
};