mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-24 19:25:34 +08:00
Experimental fix for latest update
This commit is contained in:
parent
3a935f5d73
commit
9362b0c113
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,24 +1,24 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper {
|
namespace CS2Dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class Buttons {
|
public static class Buttons {
|
||||||
public const nint attack = 0x1730020;
|
public const nint attack = 0x172F060;
|
||||||
public const nint attack2 = 0x17300B0;
|
public const nint attack2 = 0x172F0F0;
|
||||||
public const nint back = 0x17302F0;
|
public const nint back = 0x172F330;
|
||||||
public const nint duck = 0x17305C0;
|
public const nint duck = 0x172F600;
|
||||||
public const nint forward = 0x1730260;
|
public const nint forward = 0x172F2A0;
|
||||||
public const nint jump = 0x1730530;
|
public const nint jump = 0x172F570;
|
||||||
public const nint left = 0x1730380;
|
public const nint left = 0x172F3C0;
|
||||||
public const nint lookatweapon = 0x192B540;
|
public const nint lookatweapon = 0x192A4D0;
|
||||||
public const nint reload = 0x172FF90;
|
public const nint reload = 0x172EFD0;
|
||||||
public const nint right = 0x1730410;
|
public const nint right = 0x172F450;
|
||||||
public const nint showscores = 0x192B420;
|
public const nint showscores = 0x192A3B0;
|
||||||
public const nint sprint = 0x172FF00;
|
public const nint sprint = 0x172EF40;
|
||||||
public const nint turnleft = 0x1730140;
|
public const nint turnleft = 0x172F180;
|
||||||
public const nint turnright = 0x17301D0;
|
public const nint turnright = 0x172F210;
|
||||||
public const nint use = 0x17304A0;
|
public const nint use = 0x172F4E0;
|
||||||
public const nint zoom = 0x192B4B0;
|
public const nint zoom = 0x192A440;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -8,21 +8,21 @@
|
|||||||
namespace cs2_dumper {
|
namespace cs2_dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace buttons {
|
namespace buttons {
|
||||||
constexpr std::ptrdiff_t attack = 0x1730020;
|
constexpr std::ptrdiff_t attack = 0x172F060;
|
||||||
constexpr std::ptrdiff_t attack2 = 0x17300B0;
|
constexpr std::ptrdiff_t attack2 = 0x172F0F0;
|
||||||
constexpr std::ptrdiff_t back = 0x17302F0;
|
constexpr std::ptrdiff_t back = 0x172F330;
|
||||||
constexpr std::ptrdiff_t duck = 0x17305C0;
|
constexpr std::ptrdiff_t duck = 0x172F600;
|
||||||
constexpr std::ptrdiff_t forward = 0x1730260;
|
constexpr std::ptrdiff_t forward = 0x172F2A0;
|
||||||
constexpr std::ptrdiff_t jump = 0x1730530;
|
constexpr std::ptrdiff_t jump = 0x172F570;
|
||||||
constexpr std::ptrdiff_t left = 0x1730380;
|
constexpr std::ptrdiff_t left = 0x172F3C0;
|
||||||
constexpr std::ptrdiff_t lookatweapon = 0x192B540;
|
constexpr std::ptrdiff_t lookatweapon = 0x192A4D0;
|
||||||
constexpr std::ptrdiff_t reload = 0x172FF90;
|
constexpr std::ptrdiff_t reload = 0x172EFD0;
|
||||||
constexpr std::ptrdiff_t right = 0x1730410;
|
constexpr std::ptrdiff_t right = 0x172F450;
|
||||||
constexpr std::ptrdiff_t showscores = 0x192B420;
|
constexpr std::ptrdiff_t showscores = 0x192A3B0;
|
||||||
constexpr std::ptrdiff_t sprint = 0x172FF00;
|
constexpr std::ptrdiff_t sprint = 0x172EF40;
|
||||||
constexpr std::ptrdiff_t turnleft = 0x1730140;
|
constexpr std::ptrdiff_t turnleft = 0x172F180;
|
||||||
constexpr std::ptrdiff_t turnright = 0x17301D0;
|
constexpr std::ptrdiff_t turnright = 0x172F210;
|
||||||
constexpr std::ptrdiff_t use = 0x17304A0;
|
constexpr std::ptrdiff_t use = 0x172F4E0;
|
||||||
constexpr std::ptrdiff_t zoom = 0x192B4B0;
|
constexpr std::ptrdiff_t zoom = 0x192A440;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"attack": 24313888,
|
"attack": 24309856,
|
||||||
"attack2": 24314032,
|
"attack2": 24310000,
|
||||||
"back": 24314608,
|
"back": 24310576,
|
||||||
"duck": 24315328,
|
"duck": 24311296,
|
||||||
"forward": 24314464,
|
"forward": 24310432,
|
||||||
"jump": 24315184,
|
"jump": 24311152,
|
||||||
"left": 24314752,
|
"left": 24310720,
|
||||||
"lookatweapon": 26391872,
|
"lookatweapon": 26387664,
|
||||||
"reload": 24313744,
|
"reload": 24309712,
|
||||||
"right": 24314896,
|
"right": 24310864,
|
||||||
"showscores": 26391584,
|
"showscores": 26387376,
|
||||||
"sprint": 24313600,
|
"sprint": 24309568,
|
||||||
"turnleft": 24314176,
|
"turnleft": 24310144,
|
||||||
"turnright": 24314320,
|
"turnright": 24310288,
|
||||||
"use": 24315040,
|
"use": 24311008,
|
||||||
"zoom": 26391728
|
"zoom": 26387520
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,26 +1,26 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
pub mod cs2_dumper {
|
pub mod cs2_dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
pub mod buttons {
|
pub mod buttons {
|
||||||
pub const attack: usize = 0x1730020;
|
pub const attack: usize = 0x172F060;
|
||||||
pub const attack2: usize = 0x17300B0;
|
pub const attack2: usize = 0x172F0F0;
|
||||||
pub const back: usize = 0x17302F0;
|
pub const back: usize = 0x172F330;
|
||||||
pub const duck: usize = 0x17305C0;
|
pub const duck: usize = 0x172F600;
|
||||||
pub const forward: usize = 0x1730260;
|
pub const forward: usize = 0x172F2A0;
|
||||||
pub const jump: usize = 0x1730530;
|
pub const jump: usize = 0x172F570;
|
||||||
pub const left: usize = 0x1730380;
|
pub const left: usize = 0x172F3C0;
|
||||||
pub const lookatweapon: usize = 0x192B540;
|
pub const lookatweapon: usize = 0x192A4D0;
|
||||||
pub const reload: usize = 0x172FF90;
|
pub const reload: usize = 0x172EFD0;
|
||||||
pub const right: usize = 0x1730410;
|
pub const right: usize = 0x172F450;
|
||||||
pub const showscores: usize = 0x192B420;
|
pub const showscores: usize = 0x192A3B0;
|
||||||
pub const sprint: usize = 0x172FF00;
|
pub const sprint: usize = 0x172EF40;
|
||||||
pub const turnleft: usize = 0x1730140;
|
pub const turnleft: usize = 0x172F180;
|
||||||
pub const turnright: usize = 0x17301D0;
|
pub const turnright: usize = 0x172F210;
|
||||||
pub const use: usize = 0x17304A0;
|
pub const use: usize = 0x172F4E0;
|
||||||
pub const zoom: usize = 0x192B4B0;
|
pub const zoom: usize = 0x192A440;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2809
output/client.dll.cs
2809
output/client.dll.cs
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -13088,108 +13088,6 @@
|
|||||||
"parent": null
|
"parent": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"enums": {
|
"enums": {}
|
||||||
"C_BaseCombatCharacter__WaterWakeMode_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"WATER_WAKE_IDLE": 1,
|
|
||||||
"WATER_WAKE_NONE": 0,
|
|
||||||
"WATER_WAKE_RUNNING": 3,
|
|
||||||
"WATER_WAKE_WALKING": 2,
|
|
||||||
"WATER_WAKE_WATER_OVERHEAD": 4
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"CompMatPropertyMutatorConditionType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"COMP_MAT_MUTATOR_CONDITION_INPUT_CONTAINER_EXISTS": 0,
|
|
||||||
"COMP_MAT_MUTATOR_CONDITION_INPUT_CONTAINER_VALUE_EQUALS": 2,
|
|
||||||
"COMP_MAT_MUTATOR_CONDITION_INPUT_CONTAINER_VALUE_EXISTS": 1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"CompMatPropertyMutatorType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"COMP_MAT_PROPERTY_MUTATOR_CONDITIONAL_MUTATORS": 6,
|
|
||||||
"COMP_MAT_PROPERTY_MUTATOR_COPY_KEYS_WITH_SUFFIX": 2,
|
|
||||||
"COMP_MAT_PROPERTY_MUTATOR_COPY_MATCHING_KEYS": 1,
|
|
||||||
"COMP_MAT_PROPERTY_MUTATOR_COPY_PROPERTY": 3,
|
|
||||||
"COMP_MAT_PROPERTY_MUTATOR_DRAW_TEXT": 8,
|
|
||||||
"COMP_MAT_PROPERTY_MUTATOR_GENERATE_TEXTURE": 5,
|
|
||||||
"COMP_MAT_PROPERTY_MUTATOR_INIT": 0,
|
|
||||||
"COMP_MAT_PROPERTY_MUTATOR_POP_INPUT_QUEUE": 7,
|
|
||||||
"COMP_MAT_PROPERTY_MUTATOR_RANDOM_ROLL_INPUT_VARIABLES": 9,
|
|
||||||
"COMP_MAT_PROPERTY_MUTATOR_SET_VALUE": 4
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"CompositeMaterialInputContainerSourceType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"CONTAINER_SOURCE_TYPE_LOOSE_VARIABLES": 3,
|
|
||||||
"CONTAINER_SOURCE_TYPE_MATERIAL_FROM_TARGET_ATTR": 1,
|
|
||||||
"CONTAINER_SOURCE_TYPE_SPECIFIC_MATERIAL": 2,
|
|
||||||
"CONTAINER_SOURCE_TYPE_TARGET_INSTANCE_MATERIAL": 5,
|
|
||||||
"CONTAINER_SOURCE_TYPE_TARGET_MATERIAL": 0,
|
|
||||||
"CONTAINER_SOURCE_TYPE_VARIABLE_FROM_TARGET_ATTR": 4
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"CompositeMaterialInputLooseVariableType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"LOOSE_VARIABLE_TYPE_BOOLEAN": 0,
|
|
||||||
"LOOSE_VARIABLE_TYPE_COLOR4": 9,
|
|
||||||
"LOOSE_VARIABLE_TYPE_FLOAT1": 5,
|
|
||||||
"LOOSE_VARIABLE_TYPE_FLOAT2": 6,
|
|
||||||
"LOOSE_VARIABLE_TYPE_FLOAT3": 7,
|
|
||||||
"LOOSE_VARIABLE_TYPE_FLOAT4": 8,
|
|
||||||
"LOOSE_VARIABLE_TYPE_INTEGER1": 1,
|
|
||||||
"LOOSE_VARIABLE_TYPE_INTEGER2": 2,
|
|
||||||
"LOOSE_VARIABLE_TYPE_INTEGER3": 3,
|
|
||||||
"LOOSE_VARIABLE_TYPE_INTEGER4": 4,
|
|
||||||
"LOOSE_VARIABLE_TYPE_RESOURCE_MATERIAL": 12,
|
|
||||||
"LOOSE_VARIABLE_TYPE_RESOURCE_TEXTURE": 13,
|
|
||||||
"LOOSE_VARIABLE_TYPE_STRING": 10,
|
|
||||||
"LOOSE_VARIABLE_TYPE_SYSTEMVAR": 11
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"CompositeMaterialInputTextureType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"INPUT_TEXTURE_TYPE_AO": 6,
|
|
||||||
"INPUT_TEXTURE_TYPE_COLOR": 2,
|
|
||||||
"INPUT_TEXTURE_TYPE_DEFAULT": 0,
|
|
||||||
"INPUT_TEXTURE_TYPE_MASKS": 3,
|
|
||||||
"INPUT_TEXTURE_TYPE_NORMALMAP": 1,
|
|
||||||
"INPUT_TEXTURE_TYPE_PEARLESCENCE_MASK": 5,
|
|
||||||
"INPUT_TEXTURE_TYPE_ROUGHNESS": 4
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"CompositeMaterialMatchFilterType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"MATCH_FILTER_MATERIAL_ATTRIBUTE_EQUALS": 3,
|
|
||||||
"MATCH_FILTER_MATERIAL_ATTRIBUTE_EXISTS": 0,
|
|
||||||
"MATCH_FILTER_MATERIAL_NAME_SUBSTR": 2,
|
|
||||||
"MATCH_FILTER_MATERIAL_PROPERTY_EQUALS": 5,
|
|
||||||
"MATCH_FILTER_MATERIAL_PROPERTY_EXISTS": 4,
|
|
||||||
"MATCH_FILTER_MATERIAL_SHADER": 1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"CompositeMaterialVarSystemVar_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"COMPMATSYSVAR_COMPOSITETIME": 0,
|
|
||||||
"COMPMATSYSVAR_EMPTY_RESOURCE_SPACER": 1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
2817
output/client.dll.rs
2817
output/client.dll.rs
File diff suppressed because it is too large
Load Diff
@ -1,42 +1,11 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
// Classes count: 2
|
// Classes count: 15
|
||||||
// Enums count: 4
|
// Enums count: 0
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
public enum SpawnDebugOverrideState_t : uint {
|
|
||||||
SPAWN_DEBUG_OVERRIDE_NONE = 0x0,
|
|
||||||
SPAWN_DEBUG_OVERRIDE_FORCE_ENABLED = 0x1,
|
|
||||||
SPAWN_DEBUG_OVERRIDE_FORCE_DISABLED = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 5
|
|
||||||
public enum SpawnDebugRestrictionOverrideState_t : uint {
|
|
||||||
SPAWN_DEBUG_RESTRICT_NONE = 0x0,
|
|
||||||
SPAWN_DEBUG_RESTRICT_IGNORE_MANAGER_DISTANCE_REQS = 0x1,
|
|
||||||
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_DISTANCE_LOS_REQS = 0x2,
|
|
||||||
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_COOLDOWN_LIMITS = 0x4,
|
|
||||||
SPAWN_DEBUG_RESTRICT_IGNORE_TARGET_COOLDOWN_LIMITS = 0x8
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
public enum EntityDormancyType_t : uint {
|
|
||||||
ENTITY_NOT_DORMANT = 0x0,
|
|
||||||
ENTITY_DORMANT = 0x1,
|
|
||||||
ENTITY_SUSPENDED = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
public enum EntityIOTargetType_t : uint {
|
|
||||||
ENTITY_IO_TARGET_INVALID = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
ENTITY_IO_TARGET_ENTITYNAME = 0x2,
|
|
||||||
ENTITY_IO_TARGET_EHANDLE = 0x6,
|
|
||||||
ENTITY_IO_TARGET_ENTITYNAME_OR_CLASSNAME = 0x7
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 11
|
// Fields count: 11
|
||||||
//
|
//
|
||||||
@ -67,5 +36,106 @@ namespace CS2Dumper.Schemas {
|
|||||||
public const nint m_CScriptComponent = 0x28; // CScriptComponent*
|
public const nint m_CScriptComponent = 0x28; // CScriptComponent*
|
||||||
public const nint m_bVisibleinPVS = 0x30; // bool
|
public const nint m_bVisibleinPVS = 0x30; // bool
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class TestResource_t {
|
||||||
|
public const nint m_name = 0x0; // CUtlString
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCVoxelVisibility {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCRenderMesh {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CFuseSymbolTable {
|
||||||
|
public const nint m_constants = 0x0; // CUtlVector<ConstantInfo_t>
|
||||||
|
public const nint m_variables = 0x18; // CUtlVector<VariableInfo_t>
|
||||||
|
public const nint m_functions = 0x30; // CUtlVector<FunctionInfo_t>
|
||||||
|
public const nint m_constantMap = 0x48; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
public const nint m_variableMap = 0x68; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
public const nint m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCJavaScriptResource {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeIAnimGraphModelBinding {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCGcExportableExternalData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 3
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class ConstantInfo_t {
|
||||||
|
public const nint m_name = 0x0; // CUtlString
|
||||||
|
public const nint m_nameToken = 0x8; // CUtlStringToken
|
||||||
|
public const nint m_flValue = 0xC; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeManifestTestResource_t {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCVPhysXSurfacePropertiesList {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCVSoundStackScriptList {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCChoreoSceneFileData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCMorphSetData {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -8,40 +8,9 @@
|
|||||||
namespace cs2_dumper {
|
namespace cs2_dumper {
|
||||||
namespace schemas {
|
namespace schemas {
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
// Classes count: 2
|
// Classes count: 15
|
||||||
// Enums count: 4
|
// Enums count: 0
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
enum class SpawnDebugOverrideState_t : uint32_t {
|
|
||||||
SPAWN_DEBUG_OVERRIDE_NONE = 0x0,
|
|
||||||
SPAWN_DEBUG_OVERRIDE_FORCE_ENABLED = 0x1,
|
|
||||||
SPAWN_DEBUG_OVERRIDE_FORCE_DISABLED = 0x2
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 5
|
|
||||||
enum class SpawnDebugRestrictionOverrideState_t : uint32_t {
|
|
||||||
SPAWN_DEBUG_RESTRICT_NONE = 0x0,
|
|
||||||
SPAWN_DEBUG_RESTRICT_IGNORE_MANAGER_DISTANCE_REQS = 0x1,
|
|
||||||
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_DISTANCE_LOS_REQS = 0x2,
|
|
||||||
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_COOLDOWN_LIMITS = 0x4,
|
|
||||||
SPAWN_DEBUG_RESTRICT_IGNORE_TARGET_COOLDOWN_LIMITS = 0x8
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
enum class EntityDormancyType_t : uint32_t {
|
|
||||||
ENTITY_NOT_DORMANT = 0x0,
|
|
||||||
ENTITY_DORMANT = 0x1,
|
|
||||||
ENTITY_SUSPENDED = 0x2
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
enum class EntityIOTargetType_t : uint32_t {
|
|
||||||
ENTITY_IO_TARGET_INVALID = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
ENTITY_IO_TARGET_ENTITYNAME = 0x2,
|
|
||||||
ENTITY_IO_TARGET_EHANDLE = 0x6,
|
|
||||||
ENTITY_IO_TARGET_ENTITYNAME_OR_CLASSNAME = 0x7
|
|
||||||
};
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 11
|
// Fields count: 11
|
||||||
//
|
//
|
||||||
@ -72,6 +41,107 @@ namespace cs2_dumper {
|
|||||||
constexpr std::ptrdiff_t m_CScriptComponent = 0x28; // CScriptComponent*
|
constexpr std::ptrdiff_t m_CScriptComponent = 0x28; // CScriptComponent*
|
||||||
constexpr std::ptrdiff_t m_bVisibleinPVS = 0x30; // bool
|
constexpr std::ptrdiff_t m_bVisibleinPVS = 0x30; // bool
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace TestResource_t {
|
||||||
|
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCVoxelVisibility {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCRenderMesh {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CFuseSymbolTable {
|
||||||
|
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>
|
||||||
|
constexpr std::ptrdiff_t m_variableMap = 0x68; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
constexpr std::ptrdiff_t m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCJavaScriptResource {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeIAnimGraphModelBinding {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCGcExportableExternalData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 3
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace ConstantInfo_t {
|
||||||
|
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t m_nameToken = 0x8; // CUtlStringToken
|
||||||
|
constexpr std::ptrdiff_t m_flValue = 0xC; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeManifestTestResource_t {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCVPhysXSurfacePropertiesList {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCVSoundStackScriptList {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCChoreoSceneFileData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCMorphSetData {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -44,48 +44,151 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"parent": null
|
"parent": null
|
||||||
|
},
|
||||||
|
"CFuseSymbolTable": {
|
||||||
|
"fields": {
|
||||||
|
"m_constantMap": 72,
|
||||||
|
"m_constants": 0,
|
||||||
|
"m_functionMap": 136,
|
||||||
|
"m_functions": 48,
|
||||||
|
"m_variableMap": 104,
|
||||||
|
"m_variables": 24
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"ConstantInfo_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_flValue": 12,
|
||||||
|
"m_name": 0,
|
||||||
|
"m_nameToken": 8
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"InfoForResourceTypeCChoreoSceneFileData": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"InfoForResourceTypeCGcExportableExternalData": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"InfoForResourceTypeCJavaScriptResource": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"InfoForResourceTypeCMorphSetData": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"InfoForResourceTypeCRenderMesh": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"InfoForResourceTypeCVPhysXSurfacePropertiesList": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"InfoForResourceTypeCVSoundStackScriptList": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"InfoForResourceTypeCVoxelVisibility": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"InfoForResourceTypeIAnimGraphModelBinding": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"InfoForResourceTypeManifestTestResource_t": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"TestResource_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_name": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"enums": {
|
"enums": {}
|
||||||
"EntityDormancyType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"ENTITY_DORMANT": 1,
|
|
||||||
"ENTITY_NOT_DORMANT": 0,
|
|
||||||
"ENTITY_SUSPENDED": 2
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"EntityIOTargetType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"ENTITY_IO_TARGET_EHANDLE": 6,
|
|
||||||
"ENTITY_IO_TARGET_ENTITYNAME": 2,
|
|
||||||
"ENTITY_IO_TARGET_ENTITYNAME_OR_CLASSNAME": 7,
|
|
||||||
"ENTITY_IO_TARGET_INVALID": -1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"SpawnDebugOverrideState_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"SPAWN_DEBUG_OVERRIDE_FORCE_DISABLED": 2,
|
|
||||||
"SPAWN_DEBUG_OVERRIDE_FORCE_ENABLED": 1,
|
|
||||||
"SPAWN_DEBUG_OVERRIDE_NONE": 0
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"SpawnDebugRestrictionOverrideState_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"SPAWN_DEBUG_RESTRICT_IGNORE_MANAGER_DISTANCE_REQS": 1,
|
|
||||||
"SPAWN_DEBUG_RESTRICT_IGNORE_TARGET_COOLDOWN_LIMITS": 8,
|
|
||||||
"SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_COOLDOWN_LIMITS": 4,
|
|
||||||
"SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_DISTANCE_LOS_REQS": 2,
|
|
||||||
"SPAWN_DEBUG_RESTRICT_NONE": 0
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,49 +1,14 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
pub mod cs2_dumper {
|
pub mod cs2_dumper {
|
||||||
pub mod schemas {
|
pub mod schemas {
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
// Classes count: 2
|
// Classes count: 15
|
||||||
// Enums count: 4
|
// Enums count: 0
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum SpawnDebugOverrideState_t {
|
|
||||||
SPAWN_DEBUG_OVERRIDE_NONE = 0x0,
|
|
||||||
SPAWN_DEBUG_OVERRIDE_FORCE_ENABLED = 0x1,
|
|
||||||
SPAWN_DEBUG_OVERRIDE_FORCE_DISABLED = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 5
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum SpawnDebugRestrictionOverrideState_t {
|
|
||||||
SPAWN_DEBUG_RESTRICT_NONE = 0x0,
|
|
||||||
SPAWN_DEBUG_RESTRICT_IGNORE_MANAGER_DISTANCE_REQS = 0x1,
|
|
||||||
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_DISTANCE_LOS_REQS = 0x2,
|
|
||||||
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_COOLDOWN_LIMITS = 0x4,
|
|
||||||
SPAWN_DEBUG_RESTRICT_IGNORE_TARGET_COOLDOWN_LIMITS = 0x8
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum EntityDormancyType_t {
|
|
||||||
ENTITY_NOT_DORMANT = 0x0,
|
|
||||||
ENTITY_DORMANT = 0x1,
|
|
||||||
ENTITY_SUSPENDED = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum EntityIOTargetType_t {
|
|
||||||
ENTITY_IO_TARGET_INVALID = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
ENTITY_IO_TARGET_ENTITYNAME = 0x2,
|
|
||||||
ENTITY_IO_TARGET_EHANDLE = 0x6,
|
|
||||||
ENTITY_IO_TARGET_ENTITYNAME_OR_CLASSNAME = 0x7
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 11
|
// Fields count: 11
|
||||||
//
|
//
|
||||||
@ -74,6 +39,107 @@ pub mod cs2_dumper {
|
|||||||
pub const m_CScriptComponent: usize = 0x28; // CScriptComponent*
|
pub const m_CScriptComponent: usize = 0x28; // CScriptComponent*
|
||||||
pub const m_bVisibleinPVS: usize = 0x30; // bool
|
pub const m_bVisibleinPVS: usize = 0x30; // bool
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod TestResource_t {
|
||||||
|
pub const m_name: usize = 0x0; // CUtlString
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCVoxelVisibility {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCRenderMesh {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CFuseSymbolTable {
|
||||||
|
pub const m_constants: usize = 0x0; // CUtlVector<ConstantInfo_t>
|
||||||
|
pub const m_variables: usize = 0x18; // CUtlVector<VariableInfo_t>
|
||||||
|
pub const m_functions: usize = 0x30; // CUtlVector<FunctionInfo_t>
|
||||||
|
pub const m_constantMap: usize = 0x48; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
pub const m_variableMap: usize = 0x68; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
pub const m_functionMap: usize = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCJavaScriptResource {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeIAnimGraphModelBinding {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCGcExportableExternalData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 3
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod ConstantInfo_t {
|
||||||
|
pub const m_name: usize = 0x0; // CUtlString
|
||||||
|
pub const m_nameToken: usize = 0x8; // CUtlStringToken
|
||||||
|
pub const m_flValue: usize = 0xC; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeManifestTestResource_t {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCVPhysXSurfacePropertiesList {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCVSoundStackScriptList {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCChoreoSceneFileData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCMorphSetData {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"build_number": 14000,
|
"build_number": 14001,
|
||||||
"timestamp": "2024-04-02T16:10:48.961749300+00:00"
|
"timestamp": "2024-04-04T13:40:42.514657500+00:00"
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Interfaces {
|
namespace CS2Dumper.Interfaces {
|
||||||
// Module: animationsystem.dll
|
// Module: animationsystem.dll
|
||||||
@ -9,49 +9,49 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class ClientDll {
|
public static class ClientDll {
|
||||||
public const nint ClientToolsInfo_001 = 0x732F00;
|
public const nint ClientToolsInfo_001 = 0x7332F0;
|
||||||
public const nint EmptyWorldService001_Client = 0x480850;
|
public const nint EmptyWorldService001_Client = 0x480A90;
|
||||||
public const nint GameClientExports001 = 0x732F10;
|
public const nint GameClientExports001 = 0x733300;
|
||||||
public const nint LegacyGameUI001 = 0x8AEE40;
|
public const nint LegacyGameUI001 = 0x8AF730;
|
||||||
public const nint Source2Client002 = 0x732F20;
|
public const nint Source2Client002 = 0x733310;
|
||||||
public const nint Source2ClientConfig001 = 0x46BA90;
|
public const nint Source2ClientConfig001 = 0x46BCD0;
|
||||||
public const nint Source2ClientPrediction001 = 0x7AF990;
|
public const nint Source2ClientPrediction001 = 0x7AFE50;
|
||||||
public const nint Source2ClientUI001 = 0x89E460;
|
public const nint Source2ClientUI001 = 0x89EC00;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
public const nint BenchmarkService001 = 0x177230;
|
public const nint BenchmarkService001 = 0x177270;
|
||||||
public const nint BugService001 = 0x178A90;
|
public const nint BugService001 = 0x178AD0;
|
||||||
public const nint ClientServerEngineLoopService_001 = 0x1EAE60;
|
public const nint ClientServerEngineLoopService_001 = 0x1EB370;
|
||||||
public const nint EngineGameUI001 = 0x121E70;
|
public const nint EngineGameUI001 = 0x121E90;
|
||||||
public const nint EngineServiceMgr001 = 0x1DBC10;
|
public const nint EngineServiceMgr001 = 0x1DBC50;
|
||||||
public const nint GameEventSystemClientV001 = 0x1E02B0;
|
public const nint GameEventSystemClientV001 = 0x1E07C0;
|
||||||
public const nint GameEventSystemServerV001 = 0x1E02C0;
|
public const nint GameEventSystemServerV001 = 0x1E07D0;
|
||||||
public const nint GameResourceServiceClientV001 = 0x17FC50;
|
public const nint GameResourceServiceClientV001 = 0x17FC90;
|
||||||
public const nint GameResourceServiceServerV001 = 0x17FC60;
|
public const nint GameResourceServiceServerV001 = 0x17FCA0;
|
||||||
public const nint GameUIService_001 = 0x182600;
|
public const nint GameUIService_001 = 0x182640;
|
||||||
public const nint HostStateMgr001 = 0x1E4D10;
|
public const nint HostStateMgr001 = 0x1E5220;
|
||||||
public const nint INETSUPPORT_001 = 0xF0DE0;
|
public const nint INETSUPPORT_001 = 0xF0E20;
|
||||||
public const nint InputService_001 = 0x188120;
|
public const nint InputService_001 = 0x188160;
|
||||||
public const nint KeyValueCache001 = 0x1E7530;
|
public const nint KeyValueCache001 = 0x1E7A40;
|
||||||
public const nint MapListService_001 = 0x19B050;
|
public const nint MapListService_001 = 0x19B090;
|
||||||
public const nint NetworkClientService_001 = 0x1A2210;
|
public const nint NetworkClientService_001 = 0x1A2250;
|
||||||
public const nint NetworkP2PService_001 = 0x1A8F50;
|
public const nint NetworkP2PService_001 = 0x1A8F90;
|
||||||
public const nint NetworkServerService_001 = 0x1AD4C0;
|
public const nint NetworkServerService_001 = 0x1AD500;
|
||||||
public const nint NetworkService_001 = 0x1B26E0;
|
public const nint NetworkService_001 = 0x1B2720;
|
||||||
public const nint RenderService_001 = 0x1B2BD0;
|
public const nint RenderService_001 = 0x1B2C10;
|
||||||
public const nint ScreenshotService001 = 0x1B5590;
|
public const nint ScreenshotService001 = 0x1B55D0;
|
||||||
public const nint SimpleEngineLoopService_001 = 0x1F7050;
|
public const nint SimpleEngineLoopService_001 = 0x1F7560;
|
||||||
public const nint SoundService_001 = 0x1B9B90;
|
public const nint SoundService_001 = 0x1B9BD0;
|
||||||
public const nint Source2EngineToClient001 = 0x61A90;
|
public const nint Source2EngineToClient001 = 0x61BA0;
|
||||||
public const nint Source2EngineToClientStringTable001 = 0x8AB70;
|
public const nint Source2EngineToClientStringTable001 = 0x8AC80;
|
||||||
public const nint Source2EngineToServer001 = 0x92140;
|
public const nint Source2EngineToServer001 = 0x92240;
|
||||||
public const nint Source2EngineToServerStringTable001 = 0xA9830;
|
public const nint Source2EngineToServerStringTable001 = 0xA9930;
|
||||||
public const nint SplitScreenService_001 = 0x1C0430;
|
public const nint SplitScreenService_001 = 0x1C0470;
|
||||||
public const nint StatsService_001 = 0x1C3110;
|
public const nint StatsService_001 = 0x1C3150;
|
||||||
public const nint ToolService_001 = 0x1C7D60;
|
public const nint ToolService_001 = 0x1C7DA0;
|
||||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x122AE0;
|
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x122B00;
|
||||||
public const nint VProfService_001 = 0x1C90E0;
|
public const nint VProfService_001 = 0x1C9120;
|
||||||
}
|
}
|
||||||
// Module: filesystem_stdio.dll
|
// Module: filesystem_stdio.dll
|
||||||
public static class FilesystemStdioDll {
|
public static class FilesystemStdioDll {
|
||||||
@ -89,11 +89,11 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
public static class Materialsystem2Dll {
|
public static class Materialsystem2Dll {
|
||||||
public const nint FontManager_001 = 0x37A80;
|
public const nint FontManager_001 = 0x37A40;
|
||||||
public const nint MaterialUtils_001 = 0x4DB40;
|
public const nint MaterialUtils_001 = 0x4DB00;
|
||||||
public const nint PostProcessingSystem_001 = 0x42A80;
|
public const nint PostProcessingSystem_001 = 0x42A40;
|
||||||
public const nint TextLayout_001 = 0x4A200;
|
public const nint TextLayout_001 = 0x4A1C0;
|
||||||
public const nint VMaterialSystem2_001 = 0x25F80;
|
public const nint VMaterialSystem2_001 = 0x25F10;
|
||||||
}
|
}
|
||||||
// Module: meshsystem.dll
|
// Module: meshsystem.dll
|
||||||
public static class MeshsystemDll {
|
public static class MeshsystemDll {
|
||||||
@ -107,12 +107,12 @@ namespace CS2Dumper.Interfaces {
|
|||||||
public static class NetworksystemDll {
|
public static class NetworksystemDll {
|
||||||
public const nint FlattenedSerializersVersion001 = 0x7EF90;
|
public const nint FlattenedSerializersVersion001 = 0x7EF90;
|
||||||
public const nint NetworkMessagesVersion001 = 0x9FC90;
|
public const nint NetworkMessagesVersion001 = 0x9FC90;
|
||||||
public const nint NetworkSystemVersion001 = 0xBFA00;
|
public const nint NetworkSystemVersion001 = 0xBFA10;
|
||||||
public const nint SerializedEntitiesVersion001 = 0xD6930;
|
public const nint SerializedEntitiesVersion001 = 0xD5E40;
|
||||||
}
|
}
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
public static class PanoramaDll {
|
public static class PanoramaDll {
|
||||||
public const nint PanoramaUIEngine001 = 0x5D960;
|
public const nint PanoramaUIEngine001 = 0x5D8C0;
|
||||||
}
|
}
|
||||||
// Module: panorama_text_pango.dll
|
// Module: panorama_text_pango.dll
|
||||||
public static class PanoramaTextPangoDll {
|
public static class PanoramaTextPangoDll {
|
||||||
@ -132,9 +132,9 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
public static class Rendersystemdx11Dll {
|
public static class Rendersystemdx11Dll {
|
||||||
public const nint RenderDeviceMgr001 = 0x4C7D0;
|
public const nint RenderDeviceMgr001 = 0x4D0A0;
|
||||||
public const nint RenderUtils_001 = 0x55150;
|
public const nint RenderUtils_001 = 0x55A20;
|
||||||
public const nint VRenderDeviceMgrBackdoor001 = 0x4C7E0;
|
public const nint VRenderDeviceMgrBackdoor001 = 0x4D0B0;
|
||||||
}
|
}
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
public static class ResourcesystemDll {
|
public static class ResourcesystemDll {
|
||||||
@ -149,7 +149,7 @@ namespace CS2Dumper.Interfaces {
|
|||||||
public static class ScenesystemDll {
|
public static class ScenesystemDll {
|
||||||
public const nint RenderingPipelines_001 = 0x86480;
|
public const nint RenderingPipelines_001 = 0x86480;
|
||||||
public const nint SceneSystem_002 = 0xBD200;
|
public const nint SceneSystem_002 = 0xBD200;
|
||||||
public const nint SceneUtils_001 = 0x12FCF0;
|
public const nint SceneUtils_001 = 0x12FCA0;
|
||||||
}
|
}
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
public static class SchemasystemDll {
|
public static class SchemasystemDll {
|
||||||
@ -157,16 +157,16 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
public static class ServerDll {
|
public static class ServerDll {
|
||||||
public const nint EmptyWorldService001_Server = 0x572840;
|
public const nint EmptyWorldService001_Server = 0x5727A0;
|
||||||
public const nint EntitySubclassUtilsV001 = 0x2AF7A0;
|
public const nint EntitySubclassUtilsV001 = 0x2AF700;
|
||||||
public const nint NavGameTest001 = 0xA46F10;
|
public const nint NavGameTest001 = 0xA46F50;
|
||||||
public const nint ServerToolsInfo_001 = 0x8322D0;
|
public const nint ServerToolsInfo_001 = 0x832380;
|
||||||
public const nint Source2GameClients001 = 0x8322E0;
|
public const nint Source2GameClients001 = 0x832390;
|
||||||
public const nint Source2GameDirector001 = 0x11EAB0;
|
public const nint Source2GameDirector001 = 0x11EA10;
|
||||||
public const nint Source2GameEntities001 = 0x8322F0;
|
public const nint Source2GameEntities001 = 0x8323A0;
|
||||||
public const nint Source2Server001 = 0x832300;
|
public const nint Source2Server001 = 0x8323B0;
|
||||||
public const nint Source2ServerConfig001 = 0x566BC0;
|
public const nint Source2ServerConfig001 = 0x566B20;
|
||||||
public const nint customnavsystem001 = 0x22C660;
|
public const nint customnavsystem001 = 0x22C5C0;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
public static class SoundsystemDll {
|
public static class SoundsystemDll {
|
||||||
@ -204,10 +204,10 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
public static class Tier0Dll {
|
public static class Tier0Dll {
|
||||||
public const nint TestScriptMgr001 = 0x140790;
|
public const nint TestScriptMgr001 = 0x1417C0;
|
||||||
public const nint VEngineCvar007 = 0x63290;
|
public const nint VEngineCvar007 = 0x63360;
|
||||||
public const nint VProcessUtils002 = 0x131C70;
|
public const nint VProcessUtils002 = 0x132C60;
|
||||||
public const nint VStringTokenSystem001 = 0x190600;
|
public const nint VStringTokenSystem001 = 0x191630;
|
||||||
}
|
}
|
||||||
// Module: v8system.dll
|
// Module: v8system.dll
|
||||||
public static class V8systemDll {
|
public static class V8systemDll {
|
||||||
@ -223,8 +223,8 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
public static class Vphysics2Dll {
|
public static class Vphysics2Dll {
|
||||||
public const nint VPhysics2_Handle_Interface_001 = 0x5BCB0;
|
public const nint VPhysics2_Handle_Interface_001 = 0x5BC10;
|
||||||
public const nint VPhysics2_Interface_001 = 0x57130;
|
public const nint VPhysics2_Interface_001 = 0x57090;
|
||||||
}
|
}
|
||||||
// Module: vscript.dll
|
// Module: vscript.dll
|
||||||
public static class VscriptDll {
|
public static class VscriptDll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -14,49 +14,49 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace client_dll {
|
namespace client_dll {
|
||||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x732F00;
|
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x7332F0;
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x480850;
|
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x480A90;
|
||||||
constexpr std::ptrdiff_t GameClientExports001 = 0x732F10;
|
constexpr std::ptrdiff_t GameClientExports001 = 0x733300;
|
||||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8AEE40;
|
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8AF730;
|
||||||
constexpr std::ptrdiff_t Source2Client002 = 0x732F20;
|
constexpr std::ptrdiff_t Source2Client002 = 0x733310;
|
||||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46BA90;
|
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46BCD0;
|
||||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7AF990;
|
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7AFE50;
|
||||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x89E460;
|
constexpr std::ptrdiff_t Source2ClientUI001 = 0x89EC00;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x177230;
|
constexpr std::ptrdiff_t BenchmarkService001 = 0x177270;
|
||||||
constexpr std::ptrdiff_t BugService001 = 0x178A90;
|
constexpr std::ptrdiff_t BugService001 = 0x178AD0;
|
||||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1EAE60;
|
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1EB370;
|
||||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x121E70;
|
constexpr std::ptrdiff_t EngineGameUI001 = 0x121E90;
|
||||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1DBC10;
|
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1DBC50;
|
||||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1E02B0;
|
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1E07C0;
|
||||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1E02C0;
|
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1E07D0;
|
||||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x17FC50;
|
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x17FC90;
|
||||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x17FC60;
|
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x17FCA0;
|
||||||
constexpr std::ptrdiff_t GameUIService_001 = 0x182600;
|
constexpr std::ptrdiff_t GameUIService_001 = 0x182640;
|
||||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x1E4D10;
|
constexpr std::ptrdiff_t HostStateMgr001 = 0x1E5220;
|
||||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0xF0DE0;
|
constexpr std::ptrdiff_t INETSUPPORT_001 = 0xF0E20;
|
||||||
constexpr std::ptrdiff_t InputService_001 = 0x188120;
|
constexpr std::ptrdiff_t InputService_001 = 0x188160;
|
||||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x1E7530;
|
constexpr std::ptrdiff_t KeyValueCache001 = 0x1E7A40;
|
||||||
constexpr std::ptrdiff_t MapListService_001 = 0x19B050;
|
constexpr std::ptrdiff_t MapListService_001 = 0x19B090;
|
||||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x1A2210;
|
constexpr std::ptrdiff_t NetworkClientService_001 = 0x1A2250;
|
||||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x1A8F50;
|
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x1A8F90;
|
||||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x1AD4C0;
|
constexpr std::ptrdiff_t NetworkServerService_001 = 0x1AD500;
|
||||||
constexpr std::ptrdiff_t NetworkService_001 = 0x1B26E0;
|
constexpr std::ptrdiff_t NetworkService_001 = 0x1B2720;
|
||||||
constexpr std::ptrdiff_t RenderService_001 = 0x1B2BD0;
|
constexpr std::ptrdiff_t RenderService_001 = 0x1B2C10;
|
||||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x1B5590;
|
constexpr std::ptrdiff_t ScreenshotService001 = 0x1B55D0;
|
||||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1F7050;
|
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1F7560;
|
||||||
constexpr std::ptrdiff_t SoundService_001 = 0x1B9B90;
|
constexpr std::ptrdiff_t SoundService_001 = 0x1B9BD0;
|
||||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x61A90;
|
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x61BA0;
|
||||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x8AB70;
|
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x8AC80;
|
||||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x92140;
|
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x92240;
|
||||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0xA9830;
|
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0xA9930;
|
||||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x1C0430;
|
constexpr std::ptrdiff_t SplitScreenService_001 = 0x1C0470;
|
||||||
constexpr std::ptrdiff_t StatsService_001 = 0x1C3110;
|
constexpr std::ptrdiff_t StatsService_001 = 0x1C3150;
|
||||||
constexpr std::ptrdiff_t ToolService_001 = 0x1C7D60;
|
constexpr std::ptrdiff_t ToolService_001 = 0x1C7DA0;
|
||||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x122AE0;
|
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x122B00;
|
||||||
constexpr std::ptrdiff_t VProfService_001 = 0x1C90E0;
|
constexpr std::ptrdiff_t VProfService_001 = 0x1C9120;
|
||||||
}
|
}
|
||||||
// Module: filesystem_stdio.dll
|
// Module: filesystem_stdio.dll
|
||||||
namespace filesystem_stdio_dll {
|
namespace filesystem_stdio_dll {
|
||||||
@ -94,11 +94,11 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
namespace materialsystem2_dll {
|
namespace materialsystem2_dll {
|
||||||
constexpr std::ptrdiff_t FontManager_001 = 0x37A80;
|
constexpr std::ptrdiff_t FontManager_001 = 0x37A40;
|
||||||
constexpr std::ptrdiff_t MaterialUtils_001 = 0x4DB40;
|
constexpr std::ptrdiff_t MaterialUtils_001 = 0x4DB00;
|
||||||
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x42A80;
|
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x42A40;
|
||||||
constexpr std::ptrdiff_t TextLayout_001 = 0x4A200;
|
constexpr std::ptrdiff_t TextLayout_001 = 0x4A1C0;
|
||||||
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x25F80;
|
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x25F10;
|
||||||
}
|
}
|
||||||
// Module: meshsystem.dll
|
// Module: meshsystem.dll
|
||||||
namespace meshsystem_dll {
|
namespace meshsystem_dll {
|
||||||
@ -112,12 +112,12 @@ namespace cs2_dumper {
|
|||||||
namespace networksystem_dll {
|
namespace networksystem_dll {
|
||||||
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x7EF90;
|
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x7EF90;
|
||||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x9FC90;
|
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x9FC90;
|
||||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0xBFA00;
|
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0xBFA10;
|
||||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0xD6930;
|
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0xD5E40;
|
||||||
}
|
}
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
namespace panorama_dll {
|
namespace panorama_dll {
|
||||||
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x5D960;
|
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x5D8C0;
|
||||||
}
|
}
|
||||||
// Module: panorama_text_pango.dll
|
// Module: panorama_text_pango.dll
|
||||||
namespace panorama_text_pango_dll {
|
namespace panorama_text_pango_dll {
|
||||||
@ -137,9 +137,9 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
namespace rendersystemdx11_dll {
|
namespace rendersystemdx11_dll {
|
||||||
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x4C7D0;
|
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x4D0A0;
|
||||||
constexpr std::ptrdiff_t RenderUtils_001 = 0x55150;
|
constexpr std::ptrdiff_t RenderUtils_001 = 0x55A20;
|
||||||
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x4C7E0;
|
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x4D0B0;
|
||||||
}
|
}
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
namespace resourcesystem_dll {
|
namespace resourcesystem_dll {
|
||||||
@ -154,7 +154,7 @@ namespace cs2_dumper {
|
|||||||
namespace scenesystem_dll {
|
namespace scenesystem_dll {
|
||||||
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x86480;
|
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x86480;
|
||||||
constexpr std::ptrdiff_t SceneSystem_002 = 0xBD200;
|
constexpr std::ptrdiff_t SceneSystem_002 = 0xBD200;
|
||||||
constexpr std::ptrdiff_t SceneUtils_001 = 0x12FCF0;
|
constexpr std::ptrdiff_t SceneUtils_001 = 0x12FCA0;
|
||||||
}
|
}
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
namespace schemasystem_dll {
|
namespace schemasystem_dll {
|
||||||
@ -162,16 +162,16 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
namespace server_dll {
|
namespace server_dll {
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x572840;
|
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x5727A0;
|
||||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2AF7A0;
|
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2AF700;
|
||||||
constexpr std::ptrdiff_t NavGameTest001 = 0xA46F10;
|
constexpr std::ptrdiff_t NavGameTest001 = 0xA46F50;
|
||||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x8322D0;
|
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x832380;
|
||||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x8322E0;
|
constexpr std::ptrdiff_t Source2GameClients001 = 0x832390;
|
||||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x11EAB0;
|
constexpr std::ptrdiff_t Source2GameDirector001 = 0x11EA10;
|
||||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x8322F0;
|
constexpr std::ptrdiff_t Source2GameEntities001 = 0x8323A0;
|
||||||
constexpr std::ptrdiff_t Source2Server001 = 0x832300;
|
constexpr std::ptrdiff_t Source2Server001 = 0x8323B0;
|
||||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x566BC0;
|
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x566B20;
|
||||||
constexpr std::ptrdiff_t customnavsystem001 = 0x22C660;
|
constexpr std::ptrdiff_t customnavsystem001 = 0x22C5C0;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
namespace soundsystem_dll {
|
namespace soundsystem_dll {
|
||||||
@ -209,10 +209,10 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
namespace tier0_dll {
|
namespace tier0_dll {
|
||||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x140790;
|
constexpr std::ptrdiff_t TestScriptMgr001 = 0x1417C0;
|
||||||
constexpr std::ptrdiff_t VEngineCvar007 = 0x63290;
|
constexpr std::ptrdiff_t VEngineCvar007 = 0x63360;
|
||||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x131C70;
|
constexpr std::ptrdiff_t VProcessUtils002 = 0x132C60;
|
||||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x190600;
|
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x191630;
|
||||||
}
|
}
|
||||||
// Module: v8system.dll
|
// Module: v8system.dll
|
||||||
namespace v8system_dll {
|
namespace v8system_dll {
|
||||||
@ -228,8 +228,8 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
namespace vphysics2_dll {
|
namespace vphysics2_dll {
|
||||||
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x5BCB0;
|
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x5BC10;
|
||||||
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x57130;
|
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x57090;
|
||||||
}
|
}
|
||||||
// Module: vscript.dll
|
// Module: vscript.dll
|
||||||
namespace vscript_dll {
|
namespace vscript_dll {
|
||||||
|
@ -4,48 +4,48 @@
|
|||||||
"AnimationSystem_001": 449024
|
"AnimationSystem_001": 449024
|
||||||
},
|
},
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"ClientToolsInfo_001": 7548672,
|
"ClientToolsInfo_001": 7549680,
|
||||||
"EmptyWorldService001_Client": 4720720,
|
"EmptyWorldService001_Client": 4721296,
|
||||||
"GameClientExports001": 7548688,
|
"GameClientExports001": 7549696,
|
||||||
"LegacyGameUI001": 9104960,
|
"LegacyGameUI001": 9107248,
|
||||||
"Source2Client002": 7548704,
|
"Source2Client002": 7549712,
|
||||||
"Source2ClientConfig001": 4635280,
|
"Source2ClientConfig001": 4635856,
|
||||||
"Source2ClientPrediction001": 8059280,
|
"Source2ClientPrediction001": 8060496,
|
||||||
"Source2ClientUI001": 9036896
|
"Source2ClientUI001": 9038848
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"BenchmarkService001": 1536560,
|
"BenchmarkService001": 1536624,
|
||||||
"BugService001": 1542800,
|
"BugService001": 1542864,
|
||||||
"ClientServerEngineLoopService_001": 2010720,
|
"ClientServerEngineLoopService_001": 2012016,
|
||||||
"EngineGameUI001": 1187440,
|
"EngineGameUI001": 1187472,
|
||||||
"EngineServiceMgr001": 1948688,
|
"EngineServiceMgr001": 1948752,
|
||||||
"GameEventSystemClientV001": 1966768,
|
"GameEventSystemClientV001": 1968064,
|
||||||
"GameEventSystemServerV001": 1966784,
|
"GameEventSystemServerV001": 1968080,
|
||||||
"GameResourceServiceClientV001": 1571920,
|
"GameResourceServiceClientV001": 1571984,
|
||||||
"GameResourceServiceServerV001": 1571936,
|
"GameResourceServiceServerV001": 1572000,
|
||||||
"GameUIService_001": 1582592,
|
"GameUIService_001": 1582656,
|
||||||
"HostStateMgr001": 1985808,
|
"HostStateMgr001": 1987104,
|
||||||
"INETSUPPORT_001": 986592,
|
"INETSUPPORT_001": 986656,
|
||||||
"InputService_001": 1605920,
|
"InputService_001": 1605984,
|
||||||
"KeyValueCache001": 1996080,
|
"KeyValueCache001": 1997376,
|
||||||
"MapListService_001": 1683536,
|
"MapListService_001": 1683600,
|
||||||
"NetworkClientService_001": 1712656,
|
"NetworkClientService_001": 1712720,
|
||||||
"NetworkP2PService_001": 1740624,
|
"NetworkP2PService_001": 1740688,
|
||||||
"NetworkServerService_001": 1758400,
|
"NetworkServerService_001": 1758464,
|
||||||
"NetworkService_001": 1779424,
|
"NetworkService_001": 1779488,
|
||||||
"RenderService_001": 1780688,
|
"RenderService_001": 1780752,
|
||||||
"ScreenshotService001": 1791376,
|
"ScreenshotService001": 1791440,
|
||||||
"SimpleEngineLoopService_001": 2060368,
|
"SimpleEngineLoopService_001": 2061664,
|
||||||
"SoundService_001": 1809296,
|
"SoundService_001": 1809360,
|
||||||
"Source2EngineToClient001": 400016,
|
"Source2EngineToClient001": 400288,
|
||||||
"Source2EngineToClientStringTable001": 568176,
|
"Source2EngineToClientStringTable001": 568448,
|
||||||
"Source2EngineToServer001": 598336,
|
"Source2EngineToServer001": 598592,
|
||||||
"Source2EngineToServerStringTable001": 694320,
|
"Source2EngineToServerStringTable001": 694576,
|
||||||
"SplitScreenService_001": 1836080,
|
"SplitScreenService_001": 1836144,
|
||||||
"StatsService_001": 1847568,
|
"StatsService_001": 1847632,
|
||||||
"ToolService_001": 1867104,
|
"ToolService_001": 1867168,
|
||||||
"VENGINE_GAMEUIFUNCS_VERSION005": 1190624,
|
"VENGINE_GAMEUIFUNCS_VERSION005": 1190656,
|
||||||
"VProfService_001": 1872096
|
"VProfService_001": 1872160
|
||||||
},
|
},
|
||||||
"filesystem_stdio.dll": {
|
"filesystem_stdio.dll": {
|
||||||
"VAsyncFileSystem2_001": 424288,
|
"VAsyncFileSystem2_001": 424288,
|
||||||
@ -76,11 +76,11 @@
|
|||||||
"MATCHFRAMEWORK_001": 1070736
|
"MATCHFRAMEWORK_001": 1070736
|
||||||
},
|
},
|
||||||
"materialsystem2.dll": {
|
"materialsystem2.dll": {
|
||||||
"FontManager_001": 227968,
|
"FontManager_001": 227904,
|
||||||
"MaterialUtils_001": 318272,
|
"MaterialUtils_001": 318208,
|
||||||
"PostProcessingSystem_001": 273024,
|
"PostProcessingSystem_001": 272960,
|
||||||
"TextLayout_001": 303616,
|
"TextLayout_001": 303552,
|
||||||
"VMaterialSystem2_001": 155520
|
"VMaterialSystem2_001": 155408
|
||||||
},
|
},
|
||||||
"meshsystem.dll": {
|
"meshsystem.dll": {
|
||||||
"MeshSystem001": 29760
|
"MeshSystem001": 29760
|
||||||
@ -91,11 +91,11 @@
|
|||||||
"networksystem.dll": {
|
"networksystem.dll": {
|
||||||
"FlattenedSerializersVersion001": 520080,
|
"FlattenedSerializersVersion001": 520080,
|
||||||
"NetworkMessagesVersion001": 654480,
|
"NetworkMessagesVersion001": 654480,
|
||||||
"NetworkSystemVersion001": 784896,
|
"NetworkSystemVersion001": 784912,
|
||||||
"SerializedEntitiesVersion001": 878896
|
"SerializedEntitiesVersion001": 876096
|
||||||
},
|
},
|
||||||
"panorama.dll": {
|
"panorama.dll": {
|
||||||
"PanoramaUIEngine001": 383328
|
"PanoramaUIEngine001": 383168
|
||||||
},
|
},
|
||||||
"panorama_text_pango.dll": {
|
"panorama_text_pango.dll": {
|
||||||
"PanoramaTextServices001": 314336
|
"PanoramaTextServices001": 314336
|
||||||
@ -110,9 +110,9 @@
|
|||||||
"IPulseSystem_001": 17600
|
"IPulseSystem_001": 17600
|
||||||
},
|
},
|
||||||
"rendersystemdx11.dll": {
|
"rendersystemdx11.dll": {
|
||||||
"RenderDeviceMgr001": 313296,
|
"RenderDeviceMgr001": 315552,
|
||||||
"RenderUtils_001": 348496,
|
"RenderUtils_001": 350752,
|
||||||
"VRenderDeviceMgrBackdoor001": 313312
|
"VRenderDeviceMgrBackdoor001": 315568
|
||||||
},
|
},
|
||||||
"resourcesystem.dll": {
|
"resourcesystem.dll": {
|
||||||
"ResourceSystem013": 67872
|
"ResourceSystem013": 67872
|
||||||
@ -124,22 +124,22 @@
|
|||||||
"scenesystem.dll": {
|
"scenesystem.dll": {
|
||||||
"RenderingPipelines_001": 550016,
|
"RenderingPipelines_001": 550016,
|
||||||
"SceneSystem_002": 774656,
|
"SceneSystem_002": 774656,
|
||||||
"SceneUtils_001": 1244400
|
"SceneUtils_001": 1244320
|
||||||
},
|
},
|
||||||
"schemasystem.dll": {
|
"schemasystem.dll": {
|
||||||
"SchemaSystem_001": 43600
|
"SchemaSystem_001": 43600
|
||||||
},
|
},
|
||||||
"server.dll": {
|
"server.dll": {
|
||||||
"EmptyWorldService001_Server": 5711936,
|
"EmptyWorldService001_Server": 5711776,
|
||||||
"EntitySubclassUtilsV001": 2815904,
|
"EntitySubclassUtilsV001": 2815744,
|
||||||
"NavGameTest001": 10776336,
|
"NavGameTest001": 10776400,
|
||||||
"ServerToolsInfo_001": 8594128,
|
"ServerToolsInfo_001": 8594304,
|
||||||
"Source2GameClients001": 8594144,
|
"Source2GameClients001": 8594320,
|
||||||
"Source2GameDirector001": 1174192,
|
"Source2GameDirector001": 1174032,
|
||||||
"Source2GameEntities001": 8594160,
|
"Source2GameEntities001": 8594336,
|
||||||
"Source2Server001": 8594176,
|
"Source2Server001": 8594352,
|
||||||
"Source2ServerConfig001": 5663680,
|
"Source2ServerConfig001": 5663520,
|
||||||
"customnavsystem001": 2279008
|
"customnavsystem001": 2278848
|
||||||
},
|
},
|
||||||
"soundsystem.dll": {
|
"soundsystem.dll": {
|
||||||
"SoundOpSystem001": 1484352,
|
"SoundOpSystem001": 1484352,
|
||||||
@ -173,10 +173,10 @@
|
|||||||
"p2pvoicesingleton002": 879152
|
"p2pvoicesingleton002": 879152
|
||||||
},
|
},
|
||||||
"tier0.dll": {
|
"tier0.dll": {
|
||||||
"TestScriptMgr001": 1312656,
|
"TestScriptMgr001": 1316800,
|
||||||
"VEngineCvar007": 406160,
|
"VEngineCvar007": 406368,
|
||||||
"VProcessUtils002": 1252464,
|
"VProcessUtils002": 1256544,
|
||||||
"VStringTokenSystem001": 1639936
|
"VStringTokenSystem001": 1644080
|
||||||
},
|
},
|
||||||
"v8system.dll": {
|
"v8system.dll": {
|
||||||
"Source2V8System001": 6480
|
"Source2V8System001": 6480
|
||||||
@ -188,8 +188,8 @@
|
|||||||
"VMediaFoundation001": 4816
|
"VMediaFoundation001": 4816
|
||||||
},
|
},
|
||||||
"vphysics2.dll": {
|
"vphysics2.dll": {
|
||||||
"VPhysics2_Handle_Interface_001": 375984,
|
"VPhysics2_Handle_Interface_001": 375824,
|
||||||
"VPhysics2_Interface_001": 356656
|
"VPhysics2_Interface_001": 356496
|
||||||
},
|
},
|
||||||
"vscript.dll": {
|
"vscript.dll": {
|
||||||
"VScriptManager010": 204800
|
"VScriptManager010": 204800
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
@ -12,49 +12,49 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
pub mod client_dll {
|
pub mod client_dll {
|
||||||
pub const ClientToolsInfo_001: usize = 0x732F00;
|
pub const ClientToolsInfo_001: usize = 0x7332F0;
|
||||||
pub const EmptyWorldService001_Client: usize = 0x480850;
|
pub const EmptyWorldService001_Client: usize = 0x480A90;
|
||||||
pub const GameClientExports001: usize = 0x732F10;
|
pub const GameClientExports001: usize = 0x733300;
|
||||||
pub const LegacyGameUI001: usize = 0x8AEE40;
|
pub const LegacyGameUI001: usize = 0x8AF730;
|
||||||
pub const Source2Client002: usize = 0x732F20;
|
pub const Source2Client002: usize = 0x733310;
|
||||||
pub const Source2ClientConfig001: usize = 0x46BA90;
|
pub const Source2ClientConfig001: usize = 0x46BCD0;
|
||||||
pub const Source2ClientPrediction001: usize = 0x7AF990;
|
pub const Source2ClientPrediction001: usize = 0x7AFE50;
|
||||||
pub const Source2ClientUI001: usize = 0x89E460;
|
pub const Source2ClientUI001: usize = 0x89EC00;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
pub const BenchmarkService001: usize = 0x177230;
|
pub const BenchmarkService001: usize = 0x177270;
|
||||||
pub const BugService001: usize = 0x178A90;
|
pub const BugService001: usize = 0x178AD0;
|
||||||
pub const ClientServerEngineLoopService_001: usize = 0x1EAE60;
|
pub const ClientServerEngineLoopService_001: usize = 0x1EB370;
|
||||||
pub const EngineGameUI001: usize = 0x121E70;
|
pub const EngineGameUI001: usize = 0x121E90;
|
||||||
pub const EngineServiceMgr001: usize = 0x1DBC10;
|
pub const EngineServiceMgr001: usize = 0x1DBC50;
|
||||||
pub const GameEventSystemClientV001: usize = 0x1E02B0;
|
pub const GameEventSystemClientV001: usize = 0x1E07C0;
|
||||||
pub const GameEventSystemServerV001: usize = 0x1E02C0;
|
pub const GameEventSystemServerV001: usize = 0x1E07D0;
|
||||||
pub const GameResourceServiceClientV001: usize = 0x17FC50;
|
pub const GameResourceServiceClientV001: usize = 0x17FC90;
|
||||||
pub const GameResourceServiceServerV001: usize = 0x17FC60;
|
pub const GameResourceServiceServerV001: usize = 0x17FCA0;
|
||||||
pub const GameUIService_001: usize = 0x182600;
|
pub const GameUIService_001: usize = 0x182640;
|
||||||
pub const HostStateMgr001: usize = 0x1E4D10;
|
pub const HostStateMgr001: usize = 0x1E5220;
|
||||||
pub const INETSUPPORT_001: usize = 0xF0DE0;
|
pub const INETSUPPORT_001: usize = 0xF0E20;
|
||||||
pub const InputService_001: usize = 0x188120;
|
pub const InputService_001: usize = 0x188160;
|
||||||
pub const KeyValueCache001: usize = 0x1E7530;
|
pub const KeyValueCache001: usize = 0x1E7A40;
|
||||||
pub const MapListService_001: usize = 0x19B050;
|
pub const MapListService_001: usize = 0x19B090;
|
||||||
pub const NetworkClientService_001: usize = 0x1A2210;
|
pub const NetworkClientService_001: usize = 0x1A2250;
|
||||||
pub const NetworkP2PService_001: usize = 0x1A8F50;
|
pub const NetworkP2PService_001: usize = 0x1A8F90;
|
||||||
pub const NetworkServerService_001: usize = 0x1AD4C0;
|
pub const NetworkServerService_001: usize = 0x1AD500;
|
||||||
pub const NetworkService_001: usize = 0x1B26E0;
|
pub const NetworkService_001: usize = 0x1B2720;
|
||||||
pub const RenderService_001: usize = 0x1B2BD0;
|
pub const RenderService_001: usize = 0x1B2C10;
|
||||||
pub const ScreenshotService001: usize = 0x1B5590;
|
pub const ScreenshotService001: usize = 0x1B55D0;
|
||||||
pub const SimpleEngineLoopService_001: usize = 0x1F7050;
|
pub const SimpleEngineLoopService_001: usize = 0x1F7560;
|
||||||
pub const SoundService_001: usize = 0x1B9B90;
|
pub const SoundService_001: usize = 0x1B9BD0;
|
||||||
pub const Source2EngineToClient001: usize = 0x61A90;
|
pub const Source2EngineToClient001: usize = 0x61BA0;
|
||||||
pub const Source2EngineToClientStringTable001: usize = 0x8AB70;
|
pub const Source2EngineToClientStringTable001: usize = 0x8AC80;
|
||||||
pub const Source2EngineToServer001: usize = 0x92140;
|
pub const Source2EngineToServer001: usize = 0x92240;
|
||||||
pub const Source2EngineToServerStringTable001: usize = 0xA9830;
|
pub const Source2EngineToServerStringTable001: usize = 0xA9930;
|
||||||
pub const SplitScreenService_001: usize = 0x1C0430;
|
pub const SplitScreenService_001: usize = 0x1C0470;
|
||||||
pub const StatsService_001: usize = 0x1C3110;
|
pub const StatsService_001: usize = 0x1C3150;
|
||||||
pub const ToolService_001: usize = 0x1C7D60;
|
pub const ToolService_001: usize = 0x1C7DA0;
|
||||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x122AE0;
|
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x122B00;
|
||||||
pub const VProfService_001: usize = 0x1C90E0;
|
pub const VProfService_001: usize = 0x1C9120;
|
||||||
}
|
}
|
||||||
// Module: filesystem_stdio.dll
|
// Module: filesystem_stdio.dll
|
||||||
pub mod filesystem_stdio_dll {
|
pub mod filesystem_stdio_dll {
|
||||||
@ -92,11 +92,11 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
pub mod materialsystem2_dll {
|
pub mod materialsystem2_dll {
|
||||||
pub const FontManager_001: usize = 0x37A80;
|
pub const FontManager_001: usize = 0x37A40;
|
||||||
pub const MaterialUtils_001: usize = 0x4DB40;
|
pub const MaterialUtils_001: usize = 0x4DB00;
|
||||||
pub const PostProcessingSystem_001: usize = 0x42A80;
|
pub const PostProcessingSystem_001: usize = 0x42A40;
|
||||||
pub const TextLayout_001: usize = 0x4A200;
|
pub const TextLayout_001: usize = 0x4A1C0;
|
||||||
pub const VMaterialSystem2_001: usize = 0x25F80;
|
pub const VMaterialSystem2_001: usize = 0x25F10;
|
||||||
}
|
}
|
||||||
// Module: meshsystem.dll
|
// Module: meshsystem.dll
|
||||||
pub mod meshsystem_dll {
|
pub mod meshsystem_dll {
|
||||||
@ -110,12 +110,12 @@ pub mod cs2_dumper {
|
|||||||
pub mod networksystem_dll {
|
pub mod networksystem_dll {
|
||||||
pub const FlattenedSerializersVersion001: usize = 0x7EF90;
|
pub const FlattenedSerializersVersion001: usize = 0x7EF90;
|
||||||
pub const NetworkMessagesVersion001: usize = 0x9FC90;
|
pub const NetworkMessagesVersion001: usize = 0x9FC90;
|
||||||
pub const NetworkSystemVersion001: usize = 0xBFA00;
|
pub const NetworkSystemVersion001: usize = 0xBFA10;
|
||||||
pub const SerializedEntitiesVersion001: usize = 0xD6930;
|
pub const SerializedEntitiesVersion001: usize = 0xD5E40;
|
||||||
}
|
}
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
pub mod panorama_dll {
|
pub mod panorama_dll {
|
||||||
pub const PanoramaUIEngine001: usize = 0x5D960;
|
pub const PanoramaUIEngine001: usize = 0x5D8C0;
|
||||||
}
|
}
|
||||||
// Module: panorama_text_pango.dll
|
// Module: panorama_text_pango.dll
|
||||||
pub mod panorama_text_pango_dll {
|
pub mod panorama_text_pango_dll {
|
||||||
@ -135,9 +135,9 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
pub mod rendersystemdx11_dll {
|
pub mod rendersystemdx11_dll {
|
||||||
pub const RenderDeviceMgr001: usize = 0x4C7D0;
|
pub const RenderDeviceMgr001: usize = 0x4D0A0;
|
||||||
pub const RenderUtils_001: usize = 0x55150;
|
pub const RenderUtils_001: usize = 0x55A20;
|
||||||
pub const VRenderDeviceMgrBackdoor001: usize = 0x4C7E0;
|
pub const VRenderDeviceMgrBackdoor001: usize = 0x4D0B0;
|
||||||
}
|
}
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
pub mod resourcesystem_dll {
|
pub mod resourcesystem_dll {
|
||||||
@ -152,7 +152,7 @@ pub mod cs2_dumper {
|
|||||||
pub mod scenesystem_dll {
|
pub mod scenesystem_dll {
|
||||||
pub const RenderingPipelines_001: usize = 0x86480;
|
pub const RenderingPipelines_001: usize = 0x86480;
|
||||||
pub const SceneSystem_002: usize = 0xBD200;
|
pub const SceneSystem_002: usize = 0xBD200;
|
||||||
pub const SceneUtils_001: usize = 0x12FCF0;
|
pub const SceneUtils_001: usize = 0x12FCA0;
|
||||||
}
|
}
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
pub mod schemasystem_dll {
|
pub mod schemasystem_dll {
|
||||||
@ -160,16 +160,16 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
pub mod server_dll {
|
pub mod server_dll {
|
||||||
pub const EmptyWorldService001_Server: usize = 0x572840;
|
pub const EmptyWorldService001_Server: usize = 0x5727A0;
|
||||||
pub const EntitySubclassUtilsV001: usize = 0x2AF7A0;
|
pub const EntitySubclassUtilsV001: usize = 0x2AF700;
|
||||||
pub const NavGameTest001: usize = 0xA46F10;
|
pub const NavGameTest001: usize = 0xA46F50;
|
||||||
pub const ServerToolsInfo_001: usize = 0x8322D0;
|
pub const ServerToolsInfo_001: usize = 0x832380;
|
||||||
pub const Source2GameClients001: usize = 0x8322E0;
|
pub const Source2GameClients001: usize = 0x832390;
|
||||||
pub const Source2GameDirector001: usize = 0x11EAB0;
|
pub const Source2GameDirector001: usize = 0x11EA10;
|
||||||
pub const Source2GameEntities001: usize = 0x8322F0;
|
pub const Source2GameEntities001: usize = 0x8323A0;
|
||||||
pub const Source2Server001: usize = 0x832300;
|
pub const Source2Server001: usize = 0x8323B0;
|
||||||
pub const Source2ServerConfig001: usize = 0x566BC0;
|
pub const Source2ServerConfig001: usize = 0x566B20;
|
||||||
pub const customnavsystem001: usize = 0x22C660;
|
pub const customnavsystem001: usize = 0x22C5C0;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
pub mod soundsystem_dll {
|
pub mod soundsystem_dll {
|
||||||
@ -207,10 +207,10 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
pub mod tier0_dll {
|
pub mod tier0_dll {
|
||||||
pub const TestScriptMgr001: usize = 0x140790;
|
pub const TestScriptMgr001: usize = 0x1417C0;
|
||||||
pub const VEngineCvar007: usize = 0x63290;
|
pub const VEngineCvar007: usize = 0x63360;
|
||||||
pub const VProcessUtils002: usize = 0x131C70;
|
pub const VProcessUtils002: usize = 0x132C60;
|
||||||
pub const VStringTokenSystem001: usize = 0x190600;
|
pub const VStringTokenSystem001: usize = 0x191630;
|
||||||
}
|
}
|
||||||
// Module: v8system.dll
|
// Module: v8system.dll
|
||||||
pub mod v8system_dll {
|
pub mod v8system_dll {
|
||||||
@ -226,8 +226,8 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
pub mod vphysics2_dll {
|
pub mod vphysics2_dll {
|
||||||
pub const VPhysics2_Handle_Interface_001: usize = 0x5BCB0;
|
pub const VPhysics2_Handle_Interface_001: usize = 0x5BC10;
|
||||||
pub const VPhysics2_Interface_001: usize = 0x57130;
|
pub const VPhysics2_Interface_001: usize = 0x57090;
|
||||||
}
|
}
|
||||||
// Module: vscript.dll
|
// Module: vscript.dll
|
||||||
pub mod vscript_dll {
|
pub mod vscript_dll {
|
||||||
|
@ -1,48 +1,11 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
// Classes count: 13
|
// Classes count: 13
|
||||||
// Enums count: 5
|
// Enums count: 0
|
||||||
public static class Materialsystem2Dll {
|
public static class Materialsystem2Dll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
public enum HorizJustification_e : uint {
|
|
||||||
HORIZ_JUSTIFICATION_LEFT = 0x0,
|
|
||||||
HORIZ_JUSTIFICATION_CENTER = 0x1,
|
|
||||||
HORIZ_JUSTIFICATION_RIGHT = 0x2,
|
|
||||||
HORIZ_JUSTIFICATION_NONE = 0x3
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
public enum VertJustification_e : uint {
|
|
||||||
VERT_JUSTIFICATION_TOP = 0x0,
|
|
||||||
VERT_JUSTIFICATION_CENTER = 0x1,
|
|
||||||
VERT_JUSTIFICATION_BOTTOM = 0x2,
|
|
||||||
VERT_JUSTIFICATION_NONE = 0x3
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
public enum LayoutPositionType_e : uint {
|
|
||||||
LAYOUTPOSITIONTYPE_VIEWPORT_RELATIVE = 0x0,
|
|
||||||
LAYOUTPOSITIONTYPE_FRACTIONAL = 0x1,
|
|
||||||
LAYOUTPOSITIONTYPE_NONE = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
public enum BloomBlendMode_t : uint {
|
|
||||||
BLOOM_BLEND_ADD = 0x0,
|
|
||||||
BLOOM_BLEND_SCREEN = 0x1,
|
|
||||||
BLOOM_BLEND_BLUR = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
public enum ViewFadeMode_t : uint {
|
|
||||||
VIEW_FADE_CONSTANT_COLOR = 0x0,
|
|
||||||
VIEW_FADE_MODULATE = 0x1,
|
|
||||||
VIEW_FADE_MOD2X = 0x2
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 1
|
// Fields count: 1
|
||||||
//
|
//
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -9,45 +9,8 @@ namespace cs2_dumper {
|
|||||||
namespace schemas {
|
namespace schemas {
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
// Classes count: 13
|
// Classes count: 13
|
||||||
// Enums count: 5
|
// Enums count: 0
|
||||||
namespace materialsystem2_dll {
|
namespace materialsystem2_dll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
enum class HorizJustification_e : uint32_t {
|
|
||||||
HORIZ_JUSTIFICATION_LEFT = 0x0,
|
|
||||||
HORIZ_JUSTIFICATION_CENTER = 0x1,
|
|
||||||
HORIZ_JUSTIFICATION_RIGHT = 0x2,
|
|
||||||
HORIZ_JUSTIFICATION_NONE = 0x3
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
enum class VertJustification_e : uint32_t {
|
|
||||||
VERT_JUSTIFICATION_TOP = 0x0,
|
|
||||||
VERT_JUSTIFICATION_CENTER = 0x1,
|
|
||||||
VERT_JUSTIFICATION_BOTTOM = 0x2,
|
|
||||||
VERT_JUSTIFICATION_NONE = 0x3
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
enum class LayoutPositionType_e : uint32_t {
|
|
||||||
LAYOUTPOSITIONTYPE_VIEWPORT_RELATIVE = 0x0,
|
|
||||||
LAYOUTPOSITIONTYPE_FRACTIONAL = 0x1,
|
|
||||||
LAYOUTPOSITIONTYPE_NONE = 0x2
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
enum class BloomBlendMode_t : uint32_t {
|
|
||||||
BLOOM_BLEND_ADD = 0x0,
|
|
||||||
BLOOM_BLEND_SCREEN = 0x1,
|
|
||||||
BLOOM_BLEND_BLUR = 0x2
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
enum class ViewFadeMode_t : uint32_t {
|
|
||||||
VIEW_FADE_CONSTANT_COLOR = 0x0,
|
|
||||||
VIEW_FADE_MODULATE = 0x1,
|
|
||||||
VIEW_FADE_MOD2X = 0x2
|
|
||||||
};
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 1
|
// Fields count: 1
|
||||||
//
|
//
|
||||||
|
@ -213,54 +213,6 @@
|
|||||||
"parent": null
|
"parent": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"enums": {
|
"enums": {}
|
||||||
"BloomBlendMode_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"BLOOM_BLEND_ADD": 0,
|
|
||||||
"BLOOM_BLEND_BLUR": 2,
|
|
||||||
"BLOOM_BLEND_SCREEN": 1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"HorizJustification_e": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"HORIZ_JUSTIFICATION_CENTER": 1,
|
|
||||||
"HORIZ_JUSTIFICATION_LEFT": 0,
|
|
||||||
"HORIZ_JUSTIFICATION_NONE": 3,
|
|
||||||
"HORIZ_JUSTIFICATION_RIGHT": 2
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"LayoutPositionType_e": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"LAYOUTPOSITIONTYPE_FRACTIONAL": 1,
|
|
||||||
"LAYOUTPOSITIONTYPE_NONE": 2,
|
|
||||||
"LAYOUTPOSITIONTYPE_VIEWPORT_RELATIVE": 0
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"VertJustification_e": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"VERT_JUSTIFICATION_BOTTOM": 2,
|
|
||||||
"VERT_JUSTIFICATION_CENTER": 1,
|
|
||||||
"VERT_JUSTIFICATION_NONE": 3,
|
|
||||||
"VERT_JUSTIFICATION_TOP": 0
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"ViewFadeMode_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"VIEW_FADE_CONSTANT_COLOR": 0,
|
|
||||||
"VIEW_FADE_MOD2X": 2,
|
|
||||||
"VIEW_FADE_MODULATE": 1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
@ -7,50 +7,8 @@ pub mod cs2_dumper {
|
|||||||
pub mod schemas {
|
pub mod schemas {
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
// Classes count: 13
|
// Classes count: 13
|
||||||
// Enums count: 5
|
// Enums count: 0
|
||||||
pub mod materialsystem2_dll {
|
pub mod materialsystem2_dll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum HorizJustification_e {
|
|
||||||
HORIZ_JUSTIFICATION_LEFT = 0x0,
|
|
||||||
HORIZ_JUSTIFICATION_CENTER = 0x1,
|
|
||||||
HORIZ_JUSTIFICATION_RIGHT = 0x2,
|
|
||||||
HORIZ_JUSTIFICATION_NONE = 0x3
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum VertJustification_e {
|
|
||||||
VERT_JUSTIFICATION_TOP = 0x0,
|
|
||||||
VERT_JUSTIFICATION_CENTER = 0x1,
|
|
||||||
VERT_JUSTIFICATION_BOTTOM = 0x2,
|
|
||||||
VERT_JUSTIFICATION_NONE = 0x3
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum LayoutPositionType_e {
|
|
||||||
LAYOUTPOSITIONTYPE_VIEWPORT_RELATIVE = 0x0,
|
|
||||||
LAYOUTPOSITIONTYPE_FRACTIONAL = 0x1,
|
|
||||||
LAYOUTPOSITIONTYPE_NONE = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum BloomBlendMode_t {
|
|
||||||
BLOOM_BLEND_ADD = 0x0,
|
|
||||||
BLOOM_BLEND_SCREEN = 0x1,
|
|
||||||
BLOOM_BLEND_BLUR = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum ViewFadeMode_t {
|
|
||||||
VIEW_FADE_CONSTANT_COLOR = 0x0,
|
|
||||||
VIEW_FADE_MODULATE = 0x1,
|
|
||||||
VIEW_FADE_MOD2X = 0x2
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 1
|
// Fields count: 1
|
||||||
//
|
//
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
|
@ -1,36 +1,36 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Offsets {
|
namespace CS2Dumper.Offsets {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class ClientDll {
|
public static class ClientDll {
|
||||||
public const nint dwCSGOInput = 0x192B620;
|
public const nint dwCSGOInput = 0x192A5B0;
|
||||||
public const nint dwEntityList = 0x18C2D58;
|
public const nint dwEntityList = 0x18C1DB8;
|
||||||
public const nint dwGameEntitySystem = 0x19E0790;
|
public const nint dwGameEntitySystem = 0x19DF750;
|
||||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||||
public const nint dwGameRules = 0x191FCA0;
|
public const nint dwGameRules = 0x191EC70;
|
||||||
public const nint dwGlobalVars = 0x172ABA0;
|
public const nint dwGlobalVars = 0x1729BA0;
|
||||||
public const nint dwGlowManager = 0x19200C0;
|
public const nint dwGlowManager = 0x191F090;
|
||||||
public const nint dwLocalPlayerController = 0x1912578;
|
public const nint dwLocalPlayerController = 0x1911578;
|
||||||
public const nint dwLocalPlayerPawn = 0x17371A8;
|
public const nint dwLocalPlayerPawn = 0x17361E8;
|
||||||
public const nint dwPlantedC4 = 0x1928AD8;
|
public const nint dwPlantedC4 = 0x1927A68;
|
||||||
public const nint dwPrediction = 0x1737070;
|
public const nint dwPrediction = 0x17360B0;
|
||||||
public const nint dwSensitivity = 0x19209E8;
|
public const nint dwSensitivity = 0x191F9B8;
|
||||||
public const nint dwSensitivity_sensitivity = 0x40;
|
public const nint dwSensitivity_sensitivity = 0x40;
|
||||||
public const nint dwViewAngles = 0x19309B0;
|
public const nint dwViewAngles = 0x192F940;
|
||||||
public const nint dwViewMatrix = 0x19241A0;
|
public const nint dwViewMatrix = 0x19231B0;
|
||||||
public const nint dwViewRender = 0x1924A20;
|
public const nint dwViewRender = 0x19239B0;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
public const nint dwBuildNumber = 0x514574;
|
public const nint dwBuildNumber = 0x515564;
|
||||||
public const nint dwNetworkGameClient = 0x513AC8;
|
public const nint dwNetworkGameClient = 0x514AC8;
|
||||||
public const nint dwNetworkGameClient_deltaTick = 0x258;
|
public const nint dwNetworkGameClient_deltaTick = 0x258;
|
||||||
public const nint dwNetworkGameClient_getLocalPlayer = 0xF0;
|
public const nint dwNetworkGameClient_getLocalPlayer = 0xF0;
|
||||||
public const nint dwNetworkGameClient_getMaxClients = 0x250;
|
public const nint dwNetworkGameClient_getMaxClients = 0x250;
|
||||||
public const nint dwNetworkGameClient_signOnState = 0x240;
|
public const nint dwNetworkGameClient_signOnState = 0x240;
|
||||||
public const nint dwWindowHeight = 0x5CCCDC;
|
public const nint dwWindowHeight = 0x5CDD14;
|
||||||
public const nint dwWindowWidth = 0x5CCCD8;
|
public const nint dwWindowWidth = 0x5CDD10;
|
||||||
}
|
}
|
||||||
// Module: inputsystem.dll
|
// Module: inputsystem.dll
|
||||||
public static class InputsystemDll {
|
public static class InputsystemDll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -9,33 +9,33 @@ namespace cs2_dumper {
|
|||||||
namespace offsets {
|
namespace offsets {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace client_dll {
|
namespace client_dll {
|
||||||
constexpr std::ptrdiff_t dwCSGOInput = 0x192B620;
|
constexpr std::ptrdiff_t dwCSGOInput = 0x192A5B0;
|
||||||
constexpr std::ptrdiff_t dwEntityList = 0x18C2D58;
|
constexpr std::ptrdiff_t dwEntityList = 0x18C1DB8;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E0790;
|
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19DF750;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||||
constexpr std::ptrdiff_t dwGameRules = 0x191FCA0;
|
constexpr std::ptrdiff_t dwGameRules = 0x191EC70;
|
||||||
constexpr std::ptrdiff_t dwGlobalVars = 0x172ABA0;
|
constexpr std::ptrdiff_t dwGlobalVars = 0x1729BA0;
|
||||||
constexpr std::ptrdiff_t dwGlowManager = 0x19200C0;
|
constexpr std::ptrdiff_t dwGlowManager = 0x191F090;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1912578;
|
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1911578;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17371A8;
|
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17361E8;
|
||||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1928AD8;
|
constexpr std::ptrdiff_t dwPlantedC4 = 0x1927A68;
|
||||||
constexpr std::ptrdiff_t dwPrediction = 0x1737070;
|
constexpr std::ptrdiff_t dwPrediction = 0x17360B0;
|
||||||
constexpr std::ptrdiff_t dwSensitivity = 0x19209E8;
|
constexpr std::ptrdiff_t dwSensitivity = 0x191F9B8;
|
||||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||||
constexpr std::ptrdiff_t dwViewAngles = 0x19309B0;
|
constexpr std::ptrdiff_t dwViewAngles = 0x192F940;
|
||||||
constexpr std::ptrdiff_t dwViewMatrix = 0x19241A0;
|
constexpr std::ptrdiff_t dwViewMatrix = 0x19231B0;
|
||||||
constexpr std::ptrdiff_t dwViewRender = 0x1924A20;
|
constexpr std::ptrdiff_t dwViewRender = 0x19239B0;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
constexpr std::ptrdiff_t dwBuildNumber = 0x514574;
|
constexpr std::ptrdiff_t dwBuildNumber = 0x515564;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x513AC8;
|
constexpr std::ptrdiff_t dwNetworkGameClient = 0x514AC8;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x258;
|
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x258;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0xF0;
|
constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0xF0;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_getMaxClients = 0x250;
|
constexpr std::ptrdiff_t dwNetworkGameClient_getMaxClients = 0x250;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x240;
|
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x240;
|
||||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5CCCDC;
|
constexpr std::ptrdiff_t dwWindowHeight = 0x5CDD14;
|
||||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5CCCD8;
|
constexpr std::ptrdiff_t dwWindowWidth = 0x5CDD10;
|
||||||
}
|
}
|
||||||
// Module: inputsystem.dll
|
// Module: inputsystem.dll
|
||||||
namespace inputsystem_dll {
|
namespace inputsystem_dll {
|
||||||
|
@ -1,31 +1,31 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"dwCSGOInput": 26392096,
|
"dwCSGOInput": 26387888,
|
||||||
"dwEntityList": 25963864,
|
"dwEntityList": 25959864,
|
||||||
"dwGameEntitySystem": 27133840,
|
"dwGameEntitySystem": 27129680,
|
||||||
"dwGameEntitySystem_getHighestEntityIndex": 5392,
|
"dwGameEntitySystem_getHighestEntityIndex": 5392,
|
||||||
"dwGameRules": 26344608,
|
"dwGameRules": 26340464,
|
||||||
"dwGlobalVars": 24292256,
|
"dwGlobalVars": 24288160,
|
||||||
"dwGlowManager": 26345664,
|
"dwGlowManager": 26341520,
|
||||||
"dwLocalPlayerController": 26289528,
|
"dwLocalPlayerController": 26285432,
|
||||||
"dwLocalPlayerPawn": 24342952,
|
"dwLocalPlayerPawn": 24338920,
|
||||||
"dwPlantedC4": 26381016,
|
"dwPlantedC4": 26376808,
|
||||||
"dwPrediction": 24342640,
|
"dwPrediction": 24338608,
|
||||||
"dwSensitivity": 26348008,
|
"dwSensitivity": 26343864,
|
||||||
"dwSensitivity_sensitivity": 64,
|
"dwSensitivity_sensitivity": 64,
|
||||||
"dwViewAngles": 26413488,
|
"dwViewAngles": 26409280,
|
||||||
"dwViewMatrix": 26362272,
|
"dwViewMatrix": 26358192,
|
||||||
"dwViewRender": 26364448
|
"dwViewRender": 26360240
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"dwBuildNumber": 5326196,
|
"dwBuildNumber": 5330276,
|
||||||
"dwNetworkGameClient": 5323464,
|
"dwNetworkGameClient": 5327560,
|
||||||
"dwNetworkGameClient_deltaTick": 600,
|
"dwNetworkGameClient_deltaTick": 600,
|
||||||
"dwNetworkGameClient_getLocalPlayer": 240,
|
"dwNetworkGameClient_getLocalPlayer": 240,
|
||||||
"dwNetworkGameClient_getMaxClients": 592,
|
"dwNetworkGameClient_getMaxClients": 592,
|
||||||
"dwNetworkGameClient_signOnState": 576,
|
"dwNetworkGameClient_signOnState": 576,
|
||||||
"dwWindowHeight": 6081756,
|
"dwWindowHeight": 6085908,
|
||||||
"dwWindowWidth": 6081752
|
"dwWindowWidth": 6085904
|
||||||
},
|
},
|
||||||
"inputsystem.dll": {
|
"inputsystem.dll": {
|
||||||
"dwInputSystem": 223136
|
"dwInputSystem": 223136
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
@ -7,33 +7,33 @@ pub mod cs2_dumper {
|
|||||||
pub mod offsets {
|
pub mod offsets {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
pub mod client_dll {
|
pub mod client_dll {
|
||||||
pub const dwCSGOInput: usize = 0x192B620;
|
pub const dwCSGOInput: usize = 0x192A5B0;
|
||||||
pub const dwEntityList: usize = 0x18C2D58;
|
pub const dwEntityList: usize = 0x18C1DB8;
|
||||||
pub const dwGameEntitySystem: usize = 0x19E0790;
|
pub const dwGameEntitySystem: usize = 0x19DF750;
|
||||||
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
||||||
pub const dwGameRules: usize = 0x191FCA0;
|
pub const dwGameRules: usize = 0x191EC70;
|
||||||
pub const dwGlobalVars: usize = 0x172ABA0;
|
pub const dwGlobalVars: usize = 0x1729BA0;
|
||||||
pub const dwGlowManager: usize = 0x19200C0;
|
pub const dwGlowManager: usize = 0x191F090;
|
||||||
pub const dwLocalPlayerController: usize = 0x1912578;
|
pub const dwLocalPlayerController: usize = 0x1911578;
|
||||||
pub const dwLocalPlayerPawn: usize = 0x17371A8;
|
pub const dwLocalPlayerPawn: usize = 0x17361E8;
|
||||||
pub const dwPlantedC4: usize = 0x1928AD8;
|
pub const dwPlantedC4: usize = 0x1927A68;
|
||||||
pub const dwPrediction: usize = 0x1737070;
|
pub const dwPrediction: usize = 0x17360B0;
|
||||||
pub const dwSensitivity: usize = 0x19209E8;
|
pub const dwSensitivity: usize = 0x191F9B8;
|
||||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||||
pub const dwViewAngles: usize = 0x19309B0;
|
pub const dwViewAngles: usize = 0x192F940;
|
||||||
pub const dwViewMatrix: usize = 0x19241A0;
|
pub const dwViewMatrix: usize = 0x19231B0;
|
||||||
pub const dwViewRender: usize = 0x1924A20;
|
pub const dwViewRender: usize = 0x19239B0;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
pub const dwBuildNumber: usize = 0x514574;
|
pub const dwBuildNumber: usize = 0x515564;
|
||||||
pub const dwNetworkGameClient: usize = 0x513AC8;
|
pub const dwNetworkGameClient: usize = 0x514AC8;
|
||||||
pub const dwNetworkGameClient_deltaTick: usize = 0x258;
|
pub const dwNetworkGameClient_deltaTick: usize = 0x258;
|
||||||
pub const dwNetworkGameClient_getLocalPlayer: usize = 0xF0;
|
pub const dwNetworkGameClient_getLocalPlayer: usize = 0xF0;
|
||||||
pub const dwNetworkGameClient_getMaxClients: usize = 0x250;
|
pub const dwNetworkGameClient_getMaxClients: usize = 0x250;
|
||||||
pub const dwNetworkGameClient_signOnState: usize = 0x240;
|
pub const dwNetworkGameClient_signOnState: usize = 0x240;
|
||||||
pub const dwWindowHeight: usize = 0x5CCCDC;
|
pub const dwWindowHeight: usize = 0x5CDD14;
|
||||||
pub const dwWindowWidth: usize = 0x5CCCD8;
|
pub const dwWindowWidth: usize = 0x5CDD10;
|
||||||
}
|
}
|
||||||
// Module: inputsystem.dll
|
// Module: inputsystem.dll
|
||||||
pub mod inputsystem_dll {
|
pub mod inputsystem_dll {
|
||||||
|
@ -1,46 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: panorama.dll
|
|
||||||
// Classes count: 0
|
|
||||||
// Enums count: 2
|
|
||||||
public static class PanoramaDll {
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 13
|
|
||||||
public enum ELayoutNodeType : uint {
|
|
||||||
ROOT = 0x0,
|
|
||||||
STYLES = 0x1,
|
|
||||||
SCRIPT_BODY = 0x2,
|
|
||||||
SCRIPTS = 0x3,
|
|
||||||
SNIPPETS = 0x4,
|
|
||||||
INCLUDE = 0x5,
|
|
||||||
SNIPPET = 0x6,
|
|
||||||
PANEL = 0x7,
|
|
||||||
PANEL_ATTRIBUTE = 0x8,
|
|
||||||
PANEL_ATTRIBUTE_VALUE = 0x9,
|
|
||||||
REFERENCE_CONTENT = 0xA,
|
|
||||||
REFERENCE_COMPILED = 0xB,
|
|
||||||
REFERENCE_PASSTHROUGH = 0xC
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 15
|
|
||||||
public enum EStyleNodeType : uint {
|
|
||||||
ROOT = 0x0,
|
|
||||||
EXPRESSION = 0x1,
|
|
||||||
PROPERTY = 0x2,
|
|
||||||
DEFINE = 0x3,
|
|
||||||
IMPORT = 0x4,
|
|
||||||
KEYFRAMES = 0x5,
|
|
||||||
KEYFRAME_SELECTOR = 0x6,
|
|
||||||
STYLE_SELECTOR = 0x7,
|
|
||||||
WHITESPACE = 0x8,
|
|
||||||
EXPRESSION_TEXT = 0x9,
|
|
||||||
EXPRESSION_URL = 0xA,
|
|
||||||
EXPRESSION_CONCAT = 0xB,
|
|
||||||
REFERENCE_CONTENT = 0xC,
|
|
||||||
REFERENCE_COMPILED = 0xD,
|
|
||||||
REFERENCE_PASSTHROUGH = 0xE
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -7,46 +7,5 @@
|
|||||||
|
|
||||||
namespace cs2_dumper {
|
namespace cs2_dumper {
|
||||||
namespace schemas {
|
namespace schemas {
|
||||||
// Module: panorama.dll
|
|
||||||
// Classes count: 0
|
|
||||||
// Enums count: 2
|
|
||||||
namespace panorama_dll {
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 13
|
|
||||||
enum class ELayoutNodeType : uint32_t {
|
|
||||||
ROOT = 0x0,
|
|
||||||
STYLES = 0x1,
|
|
||||||
SCRIPT_BODY = 0x2,
|
|
||||||
SCRIPTS = 0x3,
|
|
||||||
SNIPPETS = 0x4,
|
|
||||||
INCLUDE = 0x5,
|
|
||||||
SNIPPET = 0x6,
|
|
||||||
PANEL = 0x7,
|
|
||||||
PANEL_ATTRIBUTE = 0x8,
|
|
||||||
PANEL_ATTRIBUTE_VALUE = 0x9,
|
|
||||||
REFERENCE_CONTENT = 0xA,
|
|
||||||
REFERENCE_COMPILED = 0xB,
|
|
||||||
REFERENCE_PASSTHROUGH = 0xC
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 15
|
|
||||||
enum class EStyleNodeType : uint32_t {
|
|
||||||
ROOT = 0x0,
|
|
||||||
EXPRESSION = 0x1,
|
|
||||||
PROPERTY = 0x2,
|
|
||||||
DEFINE = 0x3,
|
|
||||||
IMPORT = 0x4,
|
|
||||||
KEYFRAMES = 0x5,
|
|
||||||
KEYFRAME_SELECTOR = 0x6,
|
|
||||||
STYLE_SELECTOR = 0x7,
|
|
||||||
WHITESPACE = 0x8,
|
|
||||||
EXPRESSION_TEXT = 0x9,
|
|
||||||
EXPRESSION_URL = 0xA,
|
|
||||||
EXPRESSION_CONCAT = 0xB,
|
|
||||||
REFERENCE_CONTENT = 0xC,
|
|
||||||
REFERENCE_COMPILED = 0xD,
|
|
||||||
REFERENCE_PASSTHROUGH = 0xE
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,47 +1,6 @@
|
|||||||
{
|
{
|
||||||
"panorama.dll": {
|
"panorama.dll": {
|
||||||
"classes": {},
|
"classes": {},
|
||||||
"enums": {
|
"enums": {}
|
||||||
"ELayoutNodeType": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"INCLUDE": 5,
|
|
||||||
"PANEL": 7,
|
|
||||||
"PANEL_ATTRIBUTE": 8,
|
|
||||||
"PANEL_ATTRIBUTE_VALUE": 9,
|
|
||||||
"REFERENCE_COMPILED": 11,
|
|
||||||
"REFERENCE_CONTENT": 10,
|
|
||||||
"REFERENCE_PASSTHROUGH": 12,
|
|
||||||
"ROOT": 0,
|
|
||||||
"SCRIPTS": 3,
|
|
||||||
"SCRIPT_BODY": 2,
|
|
||||||
"SNIPPET": 6,
|
|
||||||
"SNIPPETS": 4,
|
|
||||||
"STYLES": 1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"EStyleNodeType": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"DEFINE": 3,
|
|
||||||
"EXPRESSION": 1,
|
|
||||||
"EXPRESSION_CONCAT": 11,
|
|
||||||
"EXPRESSION_TEXT": 9,
|
|
||||||
"EXPRESSION_URL": 10,
|
|
||||||
"IMPORT": 4,
|
|
||||||
"KEYFRAMES": 5,
|
|
||||||
"KEYFRAME_SELECTOR": 6,
|
|
||||||
"PROPERTY": 2,
|
|
||||||
"REFERENCE_COMPILED": 13,
|
|
||||||
"REFERENCE_CONTENT": 12,
|
|
||||||
"REFERENCE_PASSTHROUGH": 14,
|
|
||||||
"ROOT": 0,
|
|
||||||
"STYLE_SELECTOR": 7,
|
|
||||||
"WHITESPACE": 8
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,52 +1,9 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
pub mod cs2_dumper {
|
pub mod cs2_dumper {
|
||||||
pub mod schemas {
|
pub mod schemas {
|
||||||
// Module: panorama.dll
|
|
||||||
// Classes count: 0
|
|
||||||
// Enums count: 2
|
|
||||||
pub mod panorama_dll {
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 13
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum ELayoutNodeType {
|
|
||||||
ROOT = 0x0,
|
|
||||||
STYLES = 0x1,
|
|
||||||
SCRIPT_BODY = 0x2,
|
|
||||||
SCRIPTS = 0x3,
|
|
||||||
SNIPPETS = 0x4,
|
|
||||||
INCLUDE = 0x5,
|
|
||||||
SNIPPET = 0x6,
|
|
||||||
PANEL = 0x7,
|
|
||||||
PANEL_ATTRIBUTE = 0x8,
|
|
||||||
PANEL_ATTRIBUTE_VALUE = 0x9,
|
|
||||||
REFERENCE_CONTENT = 0xA,
|
|
||||||
REFERENCE_COMPILED = 0xB,
|
|
||||||
REFERENCE_PASSTHROUGH = 0xC
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 15
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum EStyleNodeType {
|
|
||||||
ROOT = 0x0,
|
|
||||||
EXPRESSION = 0x1,
|
|
||||||
PROPERTY = 0x2,
|
|
||||||
DEFINE = 0x3,
|
|
||||||
IMPORT = 0x4,
|
|
||||||
KEYFRAMES = 0x5,
|
|
||||||
KEYFRAME_SELECTOR = 0x6,
|
|
||||||
STYLE_SELECTOR = 0x7,
|
|
||||||
WHITESPACE = 0x8,
|
|
||||||
EXPRESSION_TEXT = 0x9,
|
|
||||||
EXPRESSION_URL = 0xA,
|
|
||||||
EXPRESSION_CONCAT = 0xB,
|
|
||||||
REFERENCE_CONTENT = 0xC,
|
|
||||||
REFERENCE_COMPILED = 0xD,
|
|
||||||
REFERENCE_PASSTHROUGH = 0xE
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,136 +1,11 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
// Classes count: 49
|
// Classes count: 49
|
||||||
// Enums count: 7
|
// Enums count: 0
|
||||||
public static class PulseSystemDll {
|
public static class PulseSystemDll {
|
||||||
// Alignment: 2
|
|
||||||
// Members count: 61
|
|
||||||
public enum PulseInstructionCode_t : ushort {
|
|
||||||
INVALID = 0x0,
|
|
||||||
IMMEDIATE_HALT = 0x1,
|
|
||||||
RETURN_VOID = 0x2,
|
|
||||||
RETURN_VALUE = 0x3,
|
|
||||||
NOP = 0x4,
|
|
||||||
JUMP = 0x5,
|
|
||||||
JUMP_COND = 0x6,
|
|
||||||
CHUNK_LEAP = 0x7,
|
|
||||||
CHUNK_LEAP_COND = 0x8,
|
|
||||||
PULSE_CALL_SYNC = 0x9,
|
|
||||||
PULSE_CALL_ASYNC_FIRE = 0xA,
|
|
||||||
CELL_INVOKE = 0xB,
|
|
||||||
LIBRARY_INVOKE = 0xC,
|
|
||||||
SET_VAR = 0xD,
|
|
||||||
GET_VAR = 0xE,
|
|
||||||
GET_CONST = 0xF,
|
|
||||||
SET_REGISTER_DOMAIN_VALUE = 0x10,
|
|
||||||
COPY = 0x11,
|
|
||||||
NOT = 0x12,
|
|
||||||
NEGATE = 0x13,
|
|
||||||
ADD = 0x14,
|
|
||||||
SUB = 0x15,
|
|
||||||
MUL = 0x16,
|
|
||||||
DIV = 0x17,
|
|
||||||
MOD = 0x18,
|
|
||||||
LT = 0x19,
|
|
||||||
LTE = 0x1A,
|
|
||||||
EQ = 0x1B,
|
|
||||||
NE = 0x1C,
|
|
||||||
AND = 0x1D,
|
|
||||||
OR = 0x1E,
|
|
||||||
CONVERT_VALUE = 0x1F,
|
|
||||||
LAST_SERIALIZED_CODE = 0x20,
|
|
||||||
NEGATE_INT = 0x21,
|
|
||||||
NEGATE_FLOAT = 0x22,
|
|
||||||
ADD_INT = 0x23,
|
|
||||||
ADD_FLOAT = 0x24,
|
|
||||||
ADD_STRING = 0x25,
|
|
||||||
SUB_INT = 0x26,
|
|
||||||
SUB_FLOAT = 0x27,
|
|
||||||
MUL_INT = 0x28,
|
|
||||||
MUL_FLOAT = 0x29,
|
|
||||||
DIV_INT = 0x2A,
|
|
||||||
DIV_FLOAT = 0x2B,
|
|
||||||
MOD_INT = 0x2C,
|
|
||||||
MOD_FLOAT = 0x2D,
|
|
||||||
LT_INT = 0x2E,
|
|
||||||
LT_FLOAT = 0x2F,
|
|
||||||
LTE_INT = 0x30,
|
|
||||||
LTE_FLOAT = 0x31,
|
|
||||||
EQ_BOOL = 0x32,
|
|
||||||
EQ_INT = 0x33,
|
|
||||||
EQ_FLOAT = 0x34,
|
|
||||||
EQ_STRING = 0x35,
|
|
||||||
EQ_ENTITY_NAME = 0x36,
|
|
||||||
NE_BOOL = 0x37,
|
|
||||||
NE_INT = 0x38,
|
|
||||||
NE_FLOAT = 0x39,
|
|
||||||
NE_STRING = 0x3A,
|
|
||||||
NE_ENTITY_NAME = 0x3B,
|
|
||||||
GET_CONST_INLINE_STORAGE = 0x3C
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 2
|
|
||||||
public enum PulseMethodCallMode_t : uint {
|
|
||||||
SYNC_WAIT_FOR_COMPLETION = 0x0,
|
|
||||||
ASYNC_FIRE_AND_FORGET = 0x1
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
public enum PulseCursorExecResult_t : uint {
|
|
||||||
Succeeded = 0x0,
|
|
||||||
Canceled = 0x1,
|
|
||||||
Failed = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
public enum PulseCursorCancelPriority_t : uint {
|
|
||||||
None = 0x0,
|
|
||||||
CancelOnSucceeded = 0x1,
|
|
||||||
SoftCancel = 0x2,
|
|
||||||
HardCancel = 0x3
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 19
|
|
||||||
public enum PulseValueType_t : uint {
|
|
||||||
PVAL_INVALID = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
PVAL_BOOL = 0x0,
|
|
||||||
PVAL_INT = 0x1,
|
|
||||||
PVAL_FLOAT = 0x2,
|
|
||||||
PVAL_STRING = 0x3,
|
|
||||||
PVAL_VEC3 = 0x4,
|
|
||||||
PVAL_TRANSFORM = 0x5,
|
|
||||||
PVAL_COLOR_RGB = 0x6,
|
|
||||||
PVAL_EHANDLE = 0x7,
|
|
||||||
PVAL_RESOURCE = 0x8,
|
|
||||||
PVAL_SNDEVT_GUID = 0x9,
|
|
||||||
PVAL_ENTITY_NAME = 0xA,
|
|
||||||
PVAL_SCHEMA_PTR = 0xB,
|
|
||||||
PVAL_TYPESAFE_INT = 0xC,
|
|
||||||
PVAL_CURSOR_FLOW = 0xD,
|
|
||||||
PVAL_ANY = 0xE,
|
|
||||||
PVAL_SCHEMA_ENUM = 0xF,
|
|
||||||
PVAL_PANORAMA_PANEL_HANDLE = 0x10,
|
|
||||||
PVAL_COUNT = 0x11
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 5
|
|
||||||
public enum PulseTestEnumColor_t : uint {
|
|
||||||
BLACK = 0x0,
|
|
||||||
WHITE = 0x1,
|
|
||||||
RED = 0x2,
|
|
||||||
GREEN = 0x3,
|
|
||||||
BLUE = 0x4
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
public enum PulseTestEnumShape_t : uint {
|
|
||||||
CIRCLE = 0x64,
|
|
||||||
SQUARE = 0xC8,
|
|
||||||
TRIANGLE = 0x12C
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 0
|
// Fields count: 0
|
||||||
//
|
//
|
||||||
@ -178,6 +53,24 @@ namespace CS2Dumper.Schemas {
|
|||||||
public const nint m_InstructionEditorIDs = 0x20; // CUtlLeanVector<PulseDocNodeID_t>
|
public const nint m_InstructionEditorIDs = 0x20; // CUtlLeanVector<PulseDocNodeID_t>
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
|
// Fields count: 11
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class PGDInstruction_t {
|
||||||
|
public const nint m_nCode = 0x0; // PulseInstructionCode_t
|
||||||
|
public const nint m_nVar = 0x4; // PulseRuntimeVarIndex_t
|
||||||
|
public const nint m_nReg0 = 0x8; // PulseRuntimeRegisterIndex_t
|
||||||
|
public const nint m_nReg1 = 0xA; // PulseRuntimeRegisterIndex_t
|
||||||
|
public const nint m_nReg2 = 0xC; // PulseRuntimeRegisterIndex_t
|
||||||
|
public const nint m_nInvokeBindingIndex = 0x10; // PulseRuntimeInvokeIndex_t
|
||||||
|
public const nint m_nChunk = 0x14; // PulseRuntimeChunkIndex_t
|
||||||
|
public const nint m_nDestInstruction = 0x18; // int32
|
||||||
|
public const nint m_nCallInfoIndex = 0x1C; // PulseRuntimeCallInfoIndex_t
|
||||||
|
public const nint m_nConstIdx = 0x20; // PulseRuntimeConstantIndex_t
|
||||||
|
public const nint m_DomainValue = 0x28; // CBufferString
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
// Fields count: 5
|
// Fields count: 5
|
||||||
//
|
//
|
||||||
// Metadata:
|
// Metadata:
|
||||||
@ -232,6 +125,15 @@ namespace CS2Dumper.Schemas {
|
|||||||
public const nint m_nSrcInstruction = 0x30; // int32
|
public const nint m_nSrcInstruction = 0x30; // int32
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class PulseRegisterMap_t {
|
||||||
|
public const nint m_Inparams = 0x0; // KeyValues3
|
||||||
|
public const nint m_Outparams = 0x10; // KeyValues3
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
// Fields count: 6
|
// Fields count: 6
|
||||||
//
|
//
|
||||||
// Metadata:
|
// Metadata:
|
||||||
@ -262,6 +164,14 @@ namespace CS2Dumper.Schemas {
|
|||||||
public const nint m_OutputConnections = 0xC0; // CUtlVector<CPulse_OutputConnection*>
|
public const nint m_OutputConnections = 0xC0; // CUtlVector<CPulse_OutputConnection*>
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CPulseCell_Base {
|
||||||
|
public const nint m_nEditorNodeID = 0x8; // PulseDocNodeID_t
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
// Fields count: 0
|
// Fields count: 0
|
||||||
//
|
//
|
||||||
// Metadata:
|
// Metadata:
|
||||||
@ -278,33 +188,6 @@ namespace CS2Dumper.Schemas {
|
|||||||
public static class CPulseTestScriptLib {
|
public static class CPulseTestScriptLib {
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 2
|
|
||||||
//
|
|
||||||
// Metadata:
|
|
||||||
// MGetKV3ClassDefaults
|
|
||||||
public static class PulseRegisterMap_t {
|
|
||||||
public const nint m_Inparams = 0x0; // KeyValues3
|
|
||||||
public const nint m_Outparams = 0x10; // KeyValues3
|
|
||||||
}
|
|
||||||
// Parent: None
|
|
||||||
// Fields count: 11
|
|
||||||
//
|
|
||||||
// Metadata:
|
|
||||||
// MGetKV3ClassDefaults
|
|
||||||
public static class PGDInstruction_t {
|
|
||||||
public const nint m_nCode = 0x0; // PulseInstructionCode_t
|
|
||||||
public const nint m_nVar = 0x4; // PulseRuntimeVarIndex_t
|
|
||||||
public const nint m_nReg0 = 0x8; // PulseRuntimeRegisterIndex_t
|
|
||||||
public const nint m_nReg1 = 0xA; // PulseRuntimeRegisterIndex_t
|
|
||||||
public const nint m_nReg2 = 0xC; // PulseRuntimeRegisterIndex_t
|
|
||||||
public const nint m_nInvokeBindingIndex = 0x10; // PulseRuntimeInvokeIndex_t
|
|
||||||
public const nint m_nChunk = 0x14; // PulseRuntimeChunkIndex_t
|
|
||||||
public const nint m_nDestInstruction = 0x18; // int32
|
|
||||||
public const nint m_nCallInfoIndex = 0x1C; // PulseRuntimeCallInfoIndex_t
|
|
||||||
public const nint m_nConstIdx = 0x20; // PulseRuntimeConstantIndex_t
|
|
||||||
public const nint m_DomainValue = 0x28; // CBufferString
|
|
||||||
}
|
|
||||||
// Parent: None
|
|
||||||
// Fields count: 3
|
// Fields count: 3
|
||||||
//
|
//
|
||||||
// Metadata:
|
// Metadata:
|
||||||
@ -321,14 +204,6 @@ namespace CS2Dumper.Schemas {
|
|||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
public static class CPulse_ResumePoint {
|
public static class CPulse_ResumePoint {
|
||||||
}
|
}
|
||||||
// Parent: None
|
|
||||||
// Fields count: 1
|
|
||||||
//
|
|
||||||
// Metadata:
|
|
||||||
// MGetKV3ClassDefaults
|
|
||||||
public static class CPulseCell_Base {
|
|
||||||
public const nint m_nEditorNodeID = 0x8; // PulseDocNodeID_t
|
|
||||||
}
|
|
||||||
// Parent: CPulseCell_Base
|
// Parent: CPulseCell_Base
|
||||||
// Fields count: 0
|
// Fields count: 0
|
||||||
//
|
//
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -9,133 +9,8 @@ namespace cs2_dumper {
|
|||||||
namespace schemas {
|
namespace schemas {
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
// Classes count: 49
|
// Classes count: 49
|
||||||
// Enums count: 7
|
// Enums count: 0
|
||||||
namespace pulse_system_dll {
|
namespace pulse_system_dll {
|
||||||
// Alignment: 2
|
|
||||||
// Members count: 61
|
|
||||||
enum class PulseInstructionCode_t : uint16_t {
|
|
||||||
INVALID = 0x0,
|
|
||||||
IMMEDIATE_HALT = 0x1,
|
|
||||||
RETURN_VOID = 0x2,
|
|
||||||
RETURN_VALUE = 0x3,
|
|
||||||
NOP = 0x4,
|
|
||||||
JUMP = 0x5,
|
|
||||||
JUMP_COND = 0x6,
|
|
||||||
CHUNK_LEAP = 0x7,
|
|
||||||
CHUNK_LEAP_COND = 0x8,
|
|
||||||
PULSE_CALL_SYNC = 0x9,
|
|
||||||
PULSE_CALL_ASYNC_FIRE = 0xA,
|
|
||||||
CELL_INVOKE = 0xB,
|
|
||||||
LIBRARY_INVOKE = 0xC,
|
|
||||||
SET_VAR = 0xD,
|
|
||||||
GET_VAR = 0xE,
|
|
||||||
GET_CONST = 0xF,
|
|
||||||
SET_REGISTER_DOMAIN_VALUE = 0x10,
|
|
||||||
COPY = 0x11,
|
|
||||||
NOT = 0x12,
|
|
||||||
NEGATE = 0x13,
|
|
||||||
ADD = 0x14,
|
|
||||||
SUB = 0x15,
|
|
||||||
MUL = 0x16,
|
|
||||||
DIV = 0x17,
|
|
||||||
MOD = 0x18,
|
|
||||||
LT = 0x19,
|
|
||||||
LTE = 0x1A,
|
|
||||||
EQ = 0x1B,
|
|
||||||
NE = 0x1C,
|
|
||||||
AND = 0x1D,
|
|
||||||
OR = 0x1E,
|
|
||||||
CONVERT_VALUE = 0x1F,
|
|
||||||
LAST_SERIALIZED_CODE = 0x20,
|
|
||||||
NEGATE_INT = 0x21,
|
|
||||||
NEGATE_FLOAT = 0x22,
|
|
||||||
ADD_INT = 0x23,
|
|
||||||
ADD_FLOAT = 0x24,
|
|
||||||
ADD_STRING = 0x25,
|
|
||||||
SUB_INT = 0x26,
|
|
||||||
SUB_FLOAT = 0x27,
|
|
||||||
MUL_INT = 0x28,
|
|
||||||
MUL_FLOAT = 0x29,
|
|
||||||
DIV_INT = 0x2A,
|
|
||||||
DIV_FLOAT = 0x2B,
|
|
||||||
MOD_INT = 0x2C,
|
|
||||||
MOD_FLOAT = 0x2D,
|
|
||||||
LT_INT = 0x2E,
|
|
||||||
LT_FLOAT = 0x2F,
|
|
||||||
LTE_INT = 0x30,
|
|
||||||
LTE_FLOAT = 0x31,
|
|
||||||
EQ_BOOL = 0x32,
|
|
||||||
EQ_INT = 0x33,
|
|
||||||
EQ_FLOAT = 0x34,
|
|
||||||
EQ_STRING = 0x35,
|
|
||||||
EQ_ENTITY_NAME = 0x36,
|
|
||||||
NE_BOOL = 0x37,
|
|
||||||
NE_INT = 0x38,
|
|
||||||
NE_FLOAT = 0x39,
|
|
||||||
NE_STRING = 0x3A,
|
|
||||||
NE_ENTITY_NAME = 0x3B,
|
|
||||||
GET_CONST_INLINE_STORAGE = 0x3C
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 2
|
|
||||||
enum class PulseMethodCallMode_t : uint32_t {
|
|
||||||
SYNC_WAIT_FOR_COMPLETION = 0x0,
|
|
||||||
ASYNC_FIRE_AND_FORGET = 0x1
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
enum class PulseCursorExecResult_t : uint32_t {
|
|
||||||
Succeeded = 0x0,
|
|
||||||
Canceled = 0x1,
|
|
||||||
Failed = 0x2
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
enum class PulseCursorCancelPriority_t : uint32_t {
|
|
||||||
None = 0x0,
|
|
||||||
CancelOnSucceeded = 0x1,
|
|
||||||
SoftCancel = 0x2,
|
|
||||||
HardCancel = 0x3
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 19
|
|
||||||
enum class PulseValueType_t : uint32_t {
|
|
||||||
PVAL_INVALID = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
PVAL_BOOL = 0x0,
|
|
||||||
PVAL_INT = 0x1,
|
|
||||||
PVAL_FLOAT = 0x2,
|
|
||||||
PVAL_STRING = 0x3,
|
|
||||||
PVAL_VEC3 = 0x4,
|
|
||||||
PVAL_TRANSFORM = 0x5,
|
|
||||||
PVAL_COLOR_RGB = 0x6,
|
|
||||||
PVAL_EHANDLE = 0x7,
|
|
||||||
PVAL_RESOURCE = 0x8,
|
|
||||||
PVAL_SNDEVT_GUID = 0x9,
|
|
||||||
PVAL_ENTITY_NAME = 0xA,
|
|
||||||
PVAL_SCHEMA_PTR = 0xB,
|
|
||||||
PVAL_TYPESAFE_INT = 0xC,
|
|
||||||
PVAL_CURSOR_FLOW = 0xD,
|
|
||||||
PVAL_ANY = 0xE,
|
|
||||||
PVAL_SCHEMA_ENUM = 0xF,
|
|
||||||
PVAL_PANORAMA_PANEL_HANDLE = 0x10,
|
|
||||||
PVAL_COUNT = 0x11
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 5
|
|
||||||
enum class PulseTestEnumColor_t : uint32_t {
|
|
||||||
BLACK = 0x0,
|
|
||||||
WHITE = 0x1,
|
|
||||||
RED = 0x2,
|
|
||||||
GREEN = 0x3,
|
|
||||||
BLUE = 0x4
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
enum class PulseTestEnumShape_t : uint32_t {
|
|
||||||
CIRCLE = 0x64,
|
|
||||||
SQUARE = 0xC8,
|
|
||||||
TRIANGLE = 0x12C
|
|
||||||
};
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 0
|
// Fields count: 0
|
||||||
//
|
//
|
||||||
@ -183,6 +58,24 @@ namespace cs2_dumper {
|
|||||||
constexpr std::ptrdiff_t m_InstructionEditorIDs = 0x20; // CUtlLeanVector<PulseDocNodeID_t>
|
constexpr std::ptrdiff_t m_InstructionEditorIDs = 0x20; // CUtlLeanVector<PulseDocNodeID_t>
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
|
// Fields count: 11
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace PGDInstruction_t {
|
||||||
|
constexpr std::ptrdiff_t m_nCode = 0x0; // PulseInstructionCode_t
|
||||||
|
constexpr std::ptrdiff_t m_nVar = 0x4; // PulseRuntimeVarIndex_t
|
||||||
|
constexpr std::ptrdiff_t m_nReg0 = 0x8; // PulseRuntimeRegisterIndex_t
|
||||||
|
constexpr std::ptrdiff_t m_nReg1 = 0xA; // PulseRuntimeRegisterIndex_t
|
||||||
|
constexpr std::ptrdiff_t m_nReg2 = 0xC; // PulseRuntimeRegisterIndex_t
|
||||||
|
constexpr std::ptrdiff_t m_nInvokeBindingIndex = 0x10; // PulseRuntimeInvokeIndex_t
|
||||||
|
constexpr std::ptrdiff_t m_nChunk = 0x14; // PulseRuntimeChunkIndex_t
|
||||||
|
constexpr std::ptrdiff_t m_nDestInstruction = 0x18; // int32
|
||||||
|
constexpr std::ptrdiff_t m_nCallInfoIndex = 0x1C; // PulseRuntimeCallInfoIndex_t
|
||||||
|
constexpr std::ptrdiff_t m_nConstIdx = 0x20; // PulseRuntimeConstantIndex_t
|
||||||
|
constexpr std::ptrdiff_t m_DomainValue = 0x28; // CBufferString
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
// Fields count: 5
|
// Fields count: 5
|
||||||
//
|
//
|
||||||
// Metadata:
|
// Metadata:
|
||||||
@ -237,6 +130,15 @@ namespace cs2_dumper {
|
|||||||
constexpr std::ptrdiff_t m_nSrcInstruction = 0x30; // int32
|
constexpr std::ptrdiff_t m_nSrcInstruction = 0x30; // int32
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace PulseRegisterMap_t {
|
||||||
|
constexpr std::ptrdiff_t m_Inparams = 0x0; // KeyValues3
|
||||||
|
constexpr std::ptrdiff_t m_Outparams = 0x10; // KeyValues3
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
// Fields count: 6
|
// Fields count: 6
|
||||||
//
|
//
|
||||||
// Metadata:
|
// Metadata:
|
||||||
@ -267,6 +169,14 @@ namespace cs2_dumper {
|
|||||||
constexpr std::ptrdiff_t m_OutputConnections = 0xC0; // CUtlVector<CPulse_OutputConnection*>
|
constexpr std::ptrdiff_t m_OutputConnections = 0xC0; // CUtlVector<CPulse_OutputConnection*>
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CPulseCell_Base {
|
||||||
|
constexpr std::ptrdiff_t m_nEditorNodeID = 0x8; // PulseDocNodeID_t
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
// Fields count: 0
|
// Fields count: 0
|
||||||
//
|
//
|
||||||
// Metadata:
|
// Metadata:
|
||||||
@ -283,33 +193,6 @@ namespace cs2_dumper {
|
|||||||
namespace CPulseTestScriptLib {
|
namespace CPulseTestScriptLib {
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 2
|
|
||||||
//
|
|
||||||
// Metadata:
|
|
||||||
// MGetKV3ClassDefaults
|
|
||||||
namespace PulseRegisterMap_t {
|
|
||||||
constexpr std::ptrdiff_t m_Inparams = 0x0; // KeyValues3
|
|
||||||
constexpr std::ptrdiff_t m_Outparams = 0x10; // KeyValues3
|
|
||||||
}
|
|
||||||
// Parent: None
|
|
||||||
// Fields count: 11
|
|
||||||
//
|
|
||||||
// Metadata:
|
|
||||||
// MGetKV3ClassDefaults
|
|
||||||
namespace PGDInstruction_t {
|
|
||||||
constexpr std::ptrdiff_t m_nCode = 0x0; // PulseInstructionCode_t
|
|
||||||
constexpr std::ptrdiff_t m_nVar = 0x4; // PulseRuntimeVarIndex_t
|
|
||||||
constexpr std::ptrdiff_t m_nReg0 = 0x8; // PulseRuntimeRegisterIndex_t
|
|
||||||
constexpr std::ptrdiff_t m_nReg1 = 0xA; // PulseRuntimeRegisterIndex_t
|
|
||||||
constexpr std::ptrdiff_t m_nReg2 = 0xC; // PulseRuntimeRegisterIndex_t
|
|
||||||
constexpr std::ptrdiff_t m_nInvokeBindingIndex = 0x10; // PulseRuntimeInvokeIndex_t
|
|
||||||
constexpr std::ptrdiff_t m_nChunk = 0x14; // PulseRuntimeChunkIndex_t
|
|
||||||
constexpr std::ptrdiff_t m_nDestInstruction = 0x18; // int32
|
|
||||||
constexpr std::ptrdiff_t m_nCallInfoIndex = 0x1C; // PulseRuntimeCallInfoIndex_t
|
|
||||||
constexpr std::ptrdiff_t m_nConstIdx = 0x20; // PulseRuntimeConstantIndex_t
|
|
||||||
constexpr std::ptrdiff_t m_DomainValue = 0x28; // CBufferString
|
|
||||||
}
|
|
||||||
// Parent: None
|
|
||||||
// Fields count: 3
|
// Fields count: 3
|
||||||
//
|
//
|
||||||
// Metadata:
|
// Metadata:
|
||||||
@ -326,14 +209,6 @@ namespace cs2_dumper {
|
|||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
namespace CPulse_ResumePoint {
|
namespace CPulse_ResumePoint {
|
||||||
}
|
}
|
||||||
// Parent: None
|
|
||||||
// Fields count: 1
|
|
||||||
//
|
|
||||||
// Metadata:
|
|
||||||
// MGetKV3ClassDefaults
|
|
||||||
namespace CPulseCell_Base {
|
|
||||||
constexpr std::ptrdiff_t m_nEditorNodeID = 0x8; // PulseDocNodeID_t
|
|
||||||
}
|
|
||||||
// Parent: CPulseCell_Base
|
// Parent: CPulseCell_Base
|
||||||
// Fields count: 0
|
// Fields count: 0
|
||||||
//
|
//
|
||||||
|
@ -886,146 +886,6 @@
|
|||||||
"parent": null
|
"parent": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"enums": {
|
"enums": {}
|
||||||
"PulseCursorCancelPriority_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"CancelOnSucceeded": 1,
|
|
||||||
"HardCancel": 3,
|
|
||||||
"None": 0,
|
|
||||||
"SoftCancel": 2
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"PulseCursorExecResult_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"Canceled": 1,
|
|
||||||
"Failed": 2,
|
|
||||||
"Succeeded": 0
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"PulseInstructionCode_t": {
|
|
||||||
"alignment": 2,
|
|
||||||
"members": {
|
|
||||||
"ADD": 20,
|
|
||||||
"ADD_FLOAT": 36,
|
|
||||||
"ADD_INT": 35,
|
|
||||||
"ADD_STRING": 37,
|
|
||||||
"AND": 29,
|
|
||||||
"CELL_INVOKE": 11,
|
|
||||||
"CHUNK_LEAP": 7,
|
|
||||||
"CHUNK_LEAP_COND": 8,
|
|
||||||
"CONVERT_VALUE": 31,
|
|
||||||
"COPY": 17,
|
|
||||||
"DIV": 23,
|
|
||||||
"DIV_FLOAT": 43,
|
|
||||||
"DIV_INT": 42,
|
|
||||||
"EQ": 27,
|
|
||||||
"EQ_BOOL": 50,
|
|
||||||
"EQ_ENTITY_NAME": 54,
|
|
||||||
"EQ_FLOAT": 52,
|
|
||||||
"EQ_INT": 51,
|
|
||||||
"EQ_STRING": 53,
|
|
||||||
"GET_CONST": 15,
|
|
||||||
"GET_CONST_INLINE_STORAGE": 60,
|
|
||||||
"GET_VAR": 14,
|
|
||||||
"IMMEDIATE_HALT": 1,
|
|
||||||
"INVALID": 0,
|
|
||||||
"JUMP": 5,
|
|
||||||
"JUMP_COND": 6,
|
|
||||||
"LAST_SERIALIZED_CODE": 32,
|
|
||||||
"LIBRARY_INVOKE": 12,
|
|
||||||
"LT": 25,
|
|
||||||
"LTE": 26,
|
|
||||||
"LTE_FLOAT": 49,
|
|
||||||
"LTE_INT": 48,
|
|
||||||
"LT_FLOAT": 47,
|
|
||||||
"LT_INT": 46,
|
|
||||||
"MOD": 24,
|
|
||||||
"MOD_FLOAT": 45,
|
|
||||||
"MOD_INT": 44,
|
|
||||||
"MUL": 22,
|
|
||||||
"MUL_FLOAT": 41,
|
|
||||||
"MUL_INT": 40,
|
|
||||||
"NE": 28,
|
|
||||||
"NEGATE": 19,
|
|
||||||
"NEGATE_FLOAT": 34,
|
|
||||||
"NEGATE_INT": 33,
|
|
||||||
"NE_BOOL": 55,
|
|
||||||
"NE_ENTITY_NAME": 59,
|
|
||||||
"NE_FLOAT": 57,
|
|
||||||
"NE_INT": 56,
|
|
||||||
"NE_STRING": 58,
|
|
||||||
"NOP": 4,
|
|
||||||
"NOT": 18,
|
|
||||||
"OR": 30,
|
|
||||||
"PULSE_CALL_ASYNC_FIRE": 10,
|
|
||||||
"PULSE_CALL_SYNC": 9,
|
|
||||||
"RETURN_VALUE": 3,
|
|
||||||
"RETURN_VOID": 2,
|
|
||||||
"SET_REGISTER_DOMAIN_VALUE": 16,
|
|
||||||
"SET_VAR": 13,
|
|
||||||
"SUB": 21,
|
|
||||||
"SUB_FLOAT": 39,
|
|
||||||
"SUB_INT": 38
|
|
||||||
},
|
|
||||||
"type": "uint16"
|
|
||||||
},
|
|
||||||
"PulseMethodCallMode_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"ASYNC_FIRE_AND_FORGET": 1,
|
|
||||||
"SYNC_WAIT_FOR_COMPLETION": 0
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"PulseTestEnumColor_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"BLACK": 0,
|
|
||||||
"BLUE": 4,
|
|
||||||
"GREEN": 3,
|
|
||||||
"RED": 2,
|
|
||||||
"WHITE": 1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"PulseTestEnumShape_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"CIRCLE": 100,
|
|
||||||
"SQUARE": 200,
|
|
||||||
"TRIANGLE": 300
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"PulseValueType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"PVAL_ANY": 14,
|
|
||||||
"PVAL_BOOL": 0,
|
|
||||||
"PVAL_COLOR_RGB": 6,
|
|
||||||
"PVAL_COUNT": 17,
|
|
||||||
"PVAL_CURSOR_FLOW": 13,
|
|
||||||
"PVAL_EHANDLE": 7,
|
|
||||||
"PVAL_ENTITY_NAME": 10,
|
|
||||||
"PVAL_FLOAT": 2,
|
|
||||||
"PVAL_INT": 1,
|
|
||||||
"PVAL_INVALID": -1,
|
|
||||||
"PVAL_PANORAMA_PANEL_HANDLE": 16,
|
|
||||||
"PVAL_RESOURCE": 8,
|
|
||||||
"PVAL_SCHEMA_ENUM": 15,
|
|
||||||
"PVAL_SCHEMA_PTR": 11,
|
|
||||||
"PVAL_SNDEVT_GUID": 9,
|
|
||||||
"PVAL_STRING": 3,
|
|
||||||
"PVAL_TRANSFORM": 5,
|
|
||||||
"PVAL_TYPESAFE_INT": 12,
|
|
||||||
"PVAL_VEC3": 4
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
@ -7,140 +7,8 @@ pub mod cs2_dumper {
|
|||||||
pub mod schemas {
|
pub mod schemas {
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
// Classes count: 49
|
// Classes count: 49
|
||||||
// Enums count: 7
|
// Enums count: 0
|
||||||
pub mod pulse_system_dll {
|
pub mod pulse_system_dll {
|
||||||
// Alignment: 2
|
|
||||||
// Members count: 61
|
|
||||||
#[repr(u16)]
|
|
||||||
pub enum PulseInstructionCode_t {
|
|
||||||
INVALID = 0x0,
|
|
||||||
IMMEDIATE_HALT = 0x1,
|
|
||||||
RETURN_VOID = 0x2,
|
|
||||||
RETURN_VALUE = 0x3,
|
|
||||||
NOP = 0x4,
|
|
||||||
JUMP = 0x5,
|
|
||||||
JUMP_COND = 0x6,
|
|
||||||
CHUNK_LEAP = 0x7,
|
|
||||||
CHUNK_LEAP_COND = 0x8,
|
|
||||||
PULSE_CALL_SYNC = 0x9,
|
|
||||||
PULSE_CALL_ASYNC_FIRE = 0xA,
|
|
||||||
CELL_INVOKE = 0xB,
|
|
||||||
LIBRARY_INVOKE = 0xC,
|
|
||||||
SET_VAR = 0xD,
|
|
||||||
GET_VAR = 0xE,
|
|
||||||
GET_CONST = 0xF,
|
|
||||||
SET_REGISTER_DOMAIN_VALUE = 0x10,
|
|
||||||
COPY = 0x11,
|
|
||||||
NOT = 0x12,
|
|
||||||
NEGATE = 0x13,
|
|
||||||
ADD = 0x14,
|
|
||||||
SUB = 0x15,
|
|
||||||
MUL = 0x16,
|
|
||||||
DIV = 0x17,
|
|
||||||
MOD = 0x18,
|
|
||||||
LT = 0x19,
|
|
||||||
LTE = 0x1A,
|
|
||||||
EQ = 0x1B,
|
|
||||||
NE = 0x1C,
|
|
||||||
AND = 0x1D,
|
|
||||||
OR = 0x1E,
|
|
||||||
CONVERT_VALUE = 0x1F,
|
|
||||||
LAST_SERIALIZED_CODE = 0x20,
|
|
||||||
NEGATE_INT = 0x21,
|
|
||||||
NEGATE_FLOAT = 0x22,
|
|
||||||
ADD_INT = 0x23,
|
|
||||||
ADD_FLOAT = 0x24,
|
|
||||||
ADD_STRING = 0x25,
|
|
||||||
SUB_INT = 0x26,
|
|
||||||
SUB_FLOAT = 0x27,
|
|
||||||
MUL_INT = 0x28,
|
|
||||||
MUL_FLOAT = 0x29,
|
|
||||||
DIV_INT = 0x2A,
|
|
||||||
DIV_FLOAT = 0x2B,
|
|
||||||
MOD_INT = 0x2C,
|
|
||||||
MOD_FLOAT = 0x2D,
|
|
||||||
LT_INT = 0x2E,
|
|
||||||
LT_FLOAT = 0x2F,
|
|
||||||
LTE_INT = 0x30,
|
|
||||||
LTE_FLOAT = 0x31,
|
|
||||||
EQ_BOOL = 0x32,
|
|
||||||
EQ_INT = 0x33,
|
|
||||||
EQ_FLOAT = 0x34,
|
|
||||||
EQ_STRING = 0x35,
|
|
||||||
EQ_ENTITY_NAME = 0x36,
|
|
||||||
NE_BOOL = 0x37,
|
|
||||||
NE_INT = 0x38,
|
|
||||||
NE_FLOAT = 0x39,
|
|
||||||
NE_STRING = 0x3A,
|
|
||||||
NE_ENTITY_NAME = 0x3B,
|
|
||||||
GET_CONST_INLINE_STORAGE = 0x3C
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 2
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum PulseMethodCallMode_t {
|
|
||||||
SYNC_WAIT_FOR_COMPLETION = 0x0,
|
|
||||||
ASYNC_FIRE_AND_FORGET = 0x1
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum PulseCursorExecResult_t {
|
|
||||||
Succeeded = 0x0,
|
|
||||||
Canceled = 0x1,
|
|
||||||
Failed = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum PulseCursorCancelPriority_t {
|
|
||||||
None = 0x0,
|
|
||||||
CancelOnSucceeded = 0x1,
|
|
||||||
SoftCancel = 0x2,
|
|
||||||
HardCancel = 0x3
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 19
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum PulseValueType_t {
|
|
||||||
PVAL_INVALID = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
PVAL_BOOL = 0x0,
|
|
||||||
PVAL_INT = 0x1,
|
|
||||||
PVAL_FLOAT = 0x2,
|
|
||||||
PVAL_STRING = 0x3,
|
|
||||||
PVAL_VEC3 = 0x4,
|
|
||||||
PVAL_TRANSFORM = 0x5,
|
|
||||||
PVAL_COLOR_RGB = 0x6,
|
|
||||||
PVAL_EHANDLE = 0x7,
|
|
||||||
PVAL_RESOURCE = 0x8,
|
|
||||||
PVAL_SNDEVT_GUID = 0x9,
|
|
||||||
PVAL_ENTITY_NAME = 0xA,
|
|
||||||
PVAL_SCHEMA_PTR = 0xB,
|
|
||||||
PVAL_TYPESAFE_INT = 0xC,
|
|
||||||
PVAL_CURSOR_FLOW = 0xD,
|
|
||||||
PVAL_ANY = 0xE,
|
|
||||||
PVAL_SCHEMA_ENUM = 0xF,
|
|
||||||
PVAL_PANORAMA_PANEL_HANDLE = 0x10,
|
|
||||||
PVAL_COUNT = 0x11
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 5
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum PulseTestEnumColor_t {
|
|
||||||
BLACK = 0x0,
|
|
||||||
WHITE = 0x1,
|
|
||||||
RED = 0x2,
|
|
||||||
GREEN = 0x3,
|
|
||||||
BLUE = 0x4
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum PulseTestEnumShape_t {
|
|
||||||
CIRCLE = 0x64,
|
|
||||||
SQUARE = 0xC8,
|
|
||||||
TRIANGLE = 0x12C
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 0
|
// Fields count: 0
|
||||||
//
|
//
|
||||||
@ -188,6 +56,24 @@ pub mod cs2_dumper {
|
|||||||
pub const m_InstructionEditorIDs: usize = 0x20; // CUtlLeanVector<PulseDocNodeID_t>
|
pub const m_InstructionEditorIDs: usize = 0x20; // CUtlLeanVector<PulseDocNodeID_t>
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
|
// Fields count: 11
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod PGDInstruction_t {
|
||||||
|
pub const m_nCode: usize = 0x0; // PulseInstructionCode_t
|
||||||
|
pub const m_nVar: usize = 0x4; // PulseRuntimeVarIndex_t
|
||||||
|
pub const m_nReg0: usize = 0x8; // PulseRuntimeRegisterIndex_t
|
||||||
|
pub const m_nReg1: usize = 0xA; // PulseRuntimeRegisterIndex_t
|
||||||
|
pub const m_nReg2: usize = 0xC; // PulseRuntimeRegisterIndex_t
|
||||||
|
pub const m_nInvokeBindingIndex: usize = 0x10; // PulseRuntimeInvokeIndex_t
|
||||||
|
pub const m_nChunk: usize = 0x14; // PulseRuntimeChunkIndex_t
|
||||||
|
pub const m_nDestInstruction: usize = 0x18; // int32
|
||||||
|
pub const m_nCallInfoIndex: usize = 0x1C; // PulseRuntimeCallInfoIndex_t
|
||||||
|
pub const m_nConstIdx: usize = 0x20; // PulseRuntimeConstantIndex_t
|
||||||
|
pub const m_DomainValue: usize = 0x28; // CBufferString
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
// Fields count: 5
|
// Fields count: 5
|
||||||
//
|
//
|
||||||
// Metadata:
|
// Metadata:
|
||||||
@ -242,6 +128,15 @@ pub mod cs2_dumper {
|
|||||||
pub const m_nSrcInstruction: usize = 0x30; // int32
|
pub const m_nSrcInstruction: usize = 0x30; // int32
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod PulseRegisterMap_t {
|
||||||
|
pub const m_Inparams: usize = 0x0; // KeyValues3
|
||||||
|
pub const m_Outparams: usize = 0x10; // KeyValues3
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
// Fields count: 6
|
// Fields count: 6
|
||||||
//
|
//
|
||||||
// Metadata:
|
// Metadata:
|
||||||
@ -272,6 +167,14 @@ pub mod cs2_dumper {
|
|||||||
pub const m_OutputConnections: usize = 0xC0; // CUtlVector<CPulse_OutputConnection*>
|
pub const m_OutputConnections: usize = 0xC0; // CUtlVector<CPulse_OutputConnection*>
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CPulseCell_Base {
|
||||||
|
pub const m_nEditorNodeID: usize = 0x8; // PulseDocNodeID_t
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
// Fields count: 0
|
// Fields count: 0
|
||||||
//
|
//
|
||||||
// Metadata:
|
// Metadata:
|
||||||
@ -288,33 +191,6 @@ pub mod cs2_dumper {
|
|||||||
pub mod CPulseTestScriptLib {
|
pub mod CPulseTestScriptLib {
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 2
|
|
||||||
//
|
|
||||||
// Metadata:
|
|
||||||
// MGetKV3ClassDefaults
|
|
||||||
pub mod PulseRegisterMap_t {
|
|
||||||
pub const m_Inparams: usize = 0x0; // KeyValues3
|
|
||||||
pub const m_Outparams: usize = 0x10; // KeyValues3
|
|
||||||
}
|
|
||||||
// Parent: None
|
|
||||||
// Fields count: 11
|
|
||||||
//
|
|
||||||
// Metadata:
|
|
||||||
// MGetKV3ClassDefaults
|
|
||||||
pub mod PGDInstruction_t {
|
|
||||||
pub const m_nCode: usize = 0x0; // PulseInstructionCode_t
|
|
||||||
pub const m_nVar: usize = 0x4; // PulseRuntimeVarIndex_t
|
|
||||||
pub const m_nReg0: usize = 0x8; // PulseRuntimeRegisterIndex_t
|
|
||||||
pub const m_nReg1: usize = 0xA; // PulseRuntimeRegisterIndex_t
|
|
||||||
pub const m_nReg2: usize = 0xC; // PulseRuntimeRegisterIndex_t
|
|
||||||
pub const m_nInvokeBindingIndex: usize = 0x10; // PulseRuntimeInvokeIndex_t
|
|
||||||
pub const m_nChunk: usize = 0x14; // PulseRuntimeChunkIndex_t
|
|
||||||
pub const m_nDestInstruction: usize = 0x18; // int32
|
|
||||||
pub const m_nCallInfoIndex: usize = 0x1C; // PulseRuntimeCallInfoIndex_t
|
|
||||||
pub const m_nConstIdx: usize = 0x20; // PulseRuntimeConstantIndex_t
|
|
||||||
pub const m_DomainValue: usize = 0x28; // CBufferString
|
|
||||||
}
|
|
||||||
// Parent: None
|
|
||||||
// Fields count: 3
|
// Fields count: 3
|
||||||
//
|
//
|
||||||
// Metadata:
|
// Metadata:
|
||||||
@ -331,14 +207,6 @@ pub mod cs2_dumper {
|
|||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
pub mod CPulse_ResumePoint {
|
pub mod CPulse_ResumePoint {
|
||||||
}
|
}
|
||||||
// Parent: None
|
|
||||||
// Fields count: 1
|
|
||||||
//
|
|
||||||
// Metadata:
|
|
||||||
// MGetKV3ClassDefaults
|
|
||||||
pub mod CPulseCell_Base {
|
|
||||||
pub const m_nEditorNodeID: usize = 0x8; // PulseDocNodeID_t
|
|
||||||
}
|
|
||||||
// Parent: CPulseCell_Base
|
// Parent: CPulseCell_Base
|
||||||
// Fields count: 0
|
// Fields count: 0
|
||||||
//
|
//
|
||||||
|
@ -1,70 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: rendersystemdx11.dll
|
|
||||||
// Classes count: 0
|
|
||||||
// Enums count: 5
|
|
||||||
public static class Rendersystemdx11Dll {
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
public enum RenderSlotType_t : uint {
|
|
||||||
RENDER_SLOT_INVALID = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
RENDER_SLOT_PER_VERTEX = 0x0,
|
|
||||||
RENDER_SLOT_PER_INSTANCE = 0x1
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 12
|
|
||||||
public enum RenderBufferFlags_t : uint {
|
|
||||||
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
|
||||||
RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2,
|
|
||||||
RENDER_BUFFER_USAGE_SHADER_RESOURCE = 0x4,
|
|
||||||
RENDER_BUFFER_USAGE_UNORDERED_ACCESS = 0x8,
|
|
||||||
RENDER_BUFFER_BYTEADDRESS_BUFFER = 0x10,
|
|
||||||
RENDER_BUFFER_STRUCTURED_BUFFER = 0x20,
|
|
||||||
RENDER_BUFFER_APPEND_CONSUME_BUFFER = 0x40,
|
|
||||||
RENDER_BUFFER_UAV_COUNTER = 0x80,
|
|
||||||
RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100,
|
|
||||||
RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200,
|
|
||||||
RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400,
|
|
||||||
RENDER_BUFFER_PER_FRAME_WRITE_ONCE = 0x800
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 13
|
|
||||||
public enum RenderPrimitiveType_t : uint {
|
|
||||||
RENDER_PRIM_POINTS = 0x0,
|
|
||||||
RENDER_PRIM_LINES = 0x1,
|
|
||||||
RENDER_PRIM_LINES_WITH_ADJACENCY = 0x2,
|
|
||||||
RENDER_PRIM_LINE_STRIP = 0x3,
|
|
||||||
RENDER_PRIM_LINE_STRIP_WITH_ADJACENCY = 0x4,
|
|
||||||
RENDER_PRIM_TRIANGLES = 0x5,
|
|
||||||
RENDER_PRIM_TRIANGLES_WITH_ADJACENCY = 0x6,
|
|
||||||
RENDER_PRIM_TRIANGLE_STRIP = 0x7,
|
|
||||||
RENDER_PRIM_TRIANGLE_STRIP_WITH_ADJACENCY = 0x8,
|
|
||||||
RENDER_PRIM_INSTANCED_QUADS = 0x9,
|
|
||||||
RENDER_PRIM_HETEROGENOUS = 0xA,
|
|
||||||
RENDER_PRIM_COMPUTE_SHADER = 0xB,
|
|
||||||
RENDER_PRIM_TYPE_COUNT = 0xC
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
public enum InputLayoutVariation_t : uint {
|
|
||||||
INPUT_LAYOUT_VARIATION_DEFAULT = 0x0,
|
|
||||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID = 0x1,
|
|
||||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID_MORPH_VERT_ID = 0x2,
|
|
||||||
INPUT_LAYOUT_VARIATION_MAX = 0x3
|
|
||||||
}
|
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 8
|
|
||||||
public enum RenderMultisampleType_t : byte {
|
|
||||||
RENDER_MULTISAMPLE_INVALID = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
RENDER_MULTISAMPLE_NONE = 0x0,
|
|
||||||
RENDER_MULTISAMPLE_2X = 0x1,
|
|
||||||
RENDER_MULTISAMPLE_4X = 0x2,
|
|
||||||
RENDER_MULTISAMPLE_6X = 0x3,
|
|
||||||
RENDER_MULTISAMPLE_8X = 0x4,
|
|
||||||
RENDER_MULTISAMPLE_16X = 0x5,
|
|
||||||
RENDER_MULTISAMPLE_TYPE_COUNT = 0x6
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -7,70 +7,5 @@
|
|||||||
|
|
||||||
namespace cs2_dumper {
|
namespace cs2_dumper {
|
||||||
namespace schemas {
|
namespace schemas {
|
||||||
// Module: rendersystemdx11.dll
|
|
||||||
// Classes count: 0
|
|
||||||
// Enums count: 5
|
|
||||||
namespace rendersystemdx11_dll {
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
enum class RenderSlotType_t : uint32_t {
|
|
||||||
RENDER_SLOT_INVALID = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
RENDER_SLOT_PER_VERTEX = 0x0,
|
|
||||||
RENDER_SLOT_PER_INSTANCE = 0x1
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 12
|
|
||||||
enum class RenderBufferFlags_t : uint32_t {
|
|
||||||
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
|
||||||
RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2,
|
|
||||||
RENDER_BUFFER_USAGE_SHADER_RESOURCE = 0x4,
|
|
||||||
RENDER_BUFFER_USAGE_UNORDERED_ACCESS = 0x8,
|
|
||||||
RENDER_BUFFER_BYTEADDRESS_BUFFER = 0x10,
|
|
||||||
RENDER_BUFFER_STRUCTURED_BUFFER = 0x20,
|
|
||||||
RENDER_BUFFER_APPEND_CONSUME_BUFFER = 0x40,
|
|
||||||
RENDER_BUFFER_UAV_COUNTER = 0x80,
|
|
||||||
RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100,
|
|
||||||
RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200,
|
|
||||||
RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400,
|
|
||||||
RENDER_BUFFER_PER_FRAME_WRITE_ONCE = 0x800
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 13
|
|
||||||
enum class RenderPrimitiveType_t : uint32_t {
|
|
||||||
RENDER_PRIM_POINTS = 0x0,
|
|
||||||
RENDER_PRIM_LINES = 0x1,
|
|
||||||
RENDER_PRIM_LINES_WITH_ADJACENCY = 0x2,
|
|
||||||
RENDER_PRIM_LINE_STRIP = 0x3,
|
|
||||||
RENDER_PRIM_LINE_STRIP_WITH_ADJACENCY = 0x4,
|
|
||||||
RENDER_PRIM_TRIANGLES = 0x5,
|
|
||||||
RENDER_PRIM_TRIANGLES_WITH_ADJACENCY = 0x6,
|
|
||||||
RENDER_PRIM_TRIANGLE_STRIP = 0x7,
|
|
||||||
RENDER_PRIM_TRIANGLE_STRIP_WITH_ADJACENCY = 0x8,
|
|
||||||
RENDER_PRIM_INSTANCED_QUADS = 0x9,
|
|
||||||
RENDER_PRIM_HETEROGENOUS = 0xA,
|
|
||||||
RENDER_PRIM_COMPUTE_SHADER = 0xB,
|
|
||||||
RENDER_PRIM_TYPE_COUNT = 0xC
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
enum class InputLayoutVariation_t : uint32_t {
|
|
||||||
INPUT_LAYOUT_VARIATION_DEFAULT = 0x0,
|
|
||||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID = 0x1,
|
|
||||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID_MORPH_VERT_ID = 0x2,
|
|
||||||
INPUT_LAYOUT_VARIATION_MAX = 0x3
|
|
||||||
};
|
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 8
|
|
||||||
enum class RenderMultisampleType_t : uint8_t {
|
|
||||||
RENDER_MULTISAMPLE_INVALID = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
RENDER_MULTISAMPLE_NONE = 0x0,
|
|
||||||
RENDER_MULTISAMPLE_2X = 0x1,
|
|
||||||
RENDER_MULTISAMPLE_4X = 0x2,
|
|
||||||
RENDER_MULTISAMPLE_6X = 0x3,
|
|
||||||
RENDER_MULTISAMPLE_8X = 0x4,
|
|
||||||
RENDER_MULTISAMPLE_16X = 0x5,
|
|
||||||
RENDER_MULTISAMPLE_TYPE_COUNT = 0x6
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,77 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rendersystemdx11.dll": {
|
"rendersystemdx11.dll": {
|
||||||
"classes": {},
|
"classes": {},
|
||||||
"enums": {
|
"enums": {}
|
||||||
"InputLayoutVariation_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"INPUT_LAYOUT_VARIATION_DEFAULT": 0,
|
|
||||||
"INPUT_LAYOUT_VARIATION_MAX": 3,
|
|
||||||
"INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID": 1,
|
|
||||||
"INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID_MORPH_VERT_ID": 2
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"RenderBufferFlags_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"RENDER_BUFFER_ACCELERATION_STRUCTURE": 512,
|
|
||||||
"RENDER_BUFFER_APPEND_CONSUME_BUFFER": 64,
|
|
||||||
"RENDER_BUFFER_BYTEADDRESS_BUFFER": 16,
|
|
||||||
"RENDER_BUFFER_PER_FRAME_WRITE_ONCE": 2048,
|
|
||||||
"RENDER_BUFFER_SHADER_BINDING_TABLE": 1024,
|
|
||||||
"RENDER_BUFFER_STRUCTURED_BUFFER": 32,
|
|
||||||
"RENDER_BUFFER_UAV_COUNTER": 128,
|
|
||||||
"RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS": 256,
|
|
||||||
"RENDER_BUFFER_USAGE_INDEX_BUFFER": 2,
|
|
||||||
"RENDER_BUFFER_USAGE_SHADER_RESOURCE": 4,
|
|
||||||
"RENDER_BUFFER_USAGE_UNORDERED_ACCESS": 8,
|
|
||||||
"RENDER_BUFFER_USAGE_VERTEX_BUFFER": 1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"RenderMultisampleType_t": {
|
|
||||||
"alignment": 1,
|
|
||||||
"members": {
|
|
||||||
"RENDER_MULTISAMPLE_16X": 5,
|
|
||||||
"RENDER_MULTISAMPLE_2X": 1,
|
|
||||||
"RENDER_MULTISAMPLE_4X": 2,
|
|
||||||
"RENDER_MULTISAMPLE_6X": 3,
|
|
||||||
"RENDER_MULTISAMPLE_8X": 4,
|
|
||||||
"RENDER_MULTISAMPLE_INVALID": -1,
|
|
||||||
"RENDER_MULTISAMPLE_NONE": 0,
|
|
||||||
"RENDER_MULTISAMPLE_TYPE_COUNT": 6
|
|
||||||
},
|
|
||||||
"type": "uint8"
|
|
||||||
},
|
|
||||||
"RenderPrimitiveType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"RENDER_PRIM_COMPUTE_SHADER": 11,
|
|
||||||
"RENDER_PRIM_HETEROGENOUS": 10,
|
|
||||||
"RENDER_PRIM_INSTANCED_QUADS": 9,
|
|
||||||
"RENDER_PRIM_LINES": 1,
|
|
||||||
"RENDER_PRIM_LINES_WITH_ADJACENCY": 2,
|
|
||||||
"RENDER_PRIM_LINE_STRIP": 3,
|
|
||||||
"RENDER_PRIM_LINE_STRIP_WITH_ADJACENCY": 4,
|
|
||||||
"RENDER_PRIM_POINTS": 0,
|
|
||||||
"RENDER_PRIM_TRIANGLES": 5,
|
|
||||||
"RENDER_PRIM_TRIANGLES_WITH_ADJACENCY": 6,
|
|
||||||
"RENDER_PRIM_TRIANGLE_STRIP": 7,
|
|
||||||
"RENDER_PRIM_TRIANGLE_STRIP_WITH_ADJACENCY": 8,
|
|
||||||
"RENDER_PRIM_TYPE_COUNT": 12
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"RenderSlotType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"RENDER_SLOT_INVALID": -1,
|
|
||||||
"RENDER_SLOT_PER_INSTANCE": 1,
|
|
||||||
"RENDER_SLOT_PER_VERTEX": 0
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,79 +1,9 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
pub mod cs2_dumper {
|
pub mod cs2_dumper {
|
||||||
pub mod schemas {
|
pub mod schemas {
|
||||||
// Module: rendersystemdx11.dll
|
|
||||||
// Classes count: 0
|
|
||||||
// Enums count: 5
|
|
||||||
pub mod rendersystemdx11_dll {
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum RenderSlotType_t {
|
|
||||||
RENDER_SLOT_INVALID = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
RENDER_SLOT_PER_VERTEX = 0x0,
|
|
||||||
RENDER_SLOT_PER_INSTANCE = 0x1
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 12
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum RenderBufferFlags_t {
|
|
||||||
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
|
||||||
RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2,
|
|
||||||
RENDER_BUFFER_USAGE_SHADER_RESOURCE = 0x4,
|
|
||||||
RENDER_BUFFER_USAGE_UNORDERED_ACCESS = 0x8,
|
|
||||||
RENDER_BUFFER_BYTEADDRESS_BUFFER = 0x10,
|
|
||||||
RENDER_BUFFER_STRUCTURED_BUFFER = 0x20,
|
|
||||||
RENDER_BUFFER_APPEND_CONSUME_BUFFER = 0x40,
|
|
||||||
RENDER_BUFFER_UAV_COUNTER = 0x80,
|
|
||||||
RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100,
|
|
||||||
RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200,
|
|
||||||
RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400,
|
|
||||||
RENDER_BUFFER_PER_FRAME_WRITE_ONCE = 0x800
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 13
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum RenderPrimitiveType_t {
|
|
||||||
RENDER_PRIM_POINTS = 0x0,
|
|
||||||
RENDER_PRIM_LINES = 0x1,
|
|
||||||
RENDER_PRIM_LINES_WITH_ADJACENCY = 0x2,
|
|
||||||
RENDER_PRIM_LINE_STRIP = 0x3,
|
|
||||||
RENDER_PRIM_LINE_STRIP_WITH_ADJACENCY = 0x4,
|
|
||||||
RENDER_PRIM_TRIANGLES = 0x5,
|
|
||||||
RENDER_PRIM_TRIANGLES_WITH_ADJACENCY = 0x6,
|
|
||||||
RENDER_PRIM_TRIANGLE_STRIP = 0x7,
|
|
||||||
RENDER_PRIM_TRIANGLE_STRIP_WITH_ADJACENCY = 0x8,
|
|
||||||
RENDER_PRIM_INSTANCED_QUADS = 0x9,
|
|
||||||
RENDER_PRIM_HETEROGENOUS = 0xA,
|
|
||||||
RENDER_PRIM_COMPUTE_SHADER = 0xB,
|
|
||||||
RENDER_PRIM_TYPE_COUNT = 0xC
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 4
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum InputLayoutVariation_t {
|
|
||||||
INPUT_LAYOUT_VARIATION_DEFAULT = 0x0,
|
|
||||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID = 0x1,
|
|
||||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID_MORPH_VERT_ID = 0x2,
|
|
||||||
INPUT_LAYOUT_VARIATION_MAX = 0x3
|
|
||||||
}
|
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 8
|
|
||||||
#[repr(u8)]
|
|
||||||
pub enum RenderMultisampleType_t {
|
|
||||||
RENDER_MULTISAMPLE_INVALID = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
RENDER_MULTISAMPLE_NONE = 0x0,
|
|
||||||
RENDER_MULTISAMPLE_2X = 0x1,
|
|
||||||
RENDER_MULTISAMPLE_4X = 0x2,
|
|
||||||
RENDER_MULTISAMPLE_6X = 0x3,
|
|
||||||
RENDER_MULTISAMPLE_8X = 0x4,
|
|
||||||
RENDER_MULTISAMPLE_16X = 0x5,
|
|
||||||
RENDER_MULTISAMPLE_TYPE_COUNT = 0x6
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,30 +1,11 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
// Classes count: 54
|
// Classes count: 69
|
||||||
// Enums count: 2
|
// Enums count: 0
|
||||||
public static class ResourcesystemDll {
|
public static class ResourcesystemDll {
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 2
|
|
||||||
public enum FuseVariableAccess_t : byte {
|
|
||||||
WRITABLE = 0x0,
|
|
||||||
READ_ONLY = 0x1
|
|
||||||
}
|
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 9
|
|
||||||
public enum FuseVariableType_t : byte {
|
|
||||||
INVALID = 0x0,
|
|
||||||
BOOL = 0x1,
|
|
||||||
INT8 = 0x2,
|
|
||||||
INT16 = 0x3,
|
|
||||||
INT32 = 0x4,
|
|
||||||
UINT8 = 0x5,
|
|
||||||
UINT16 = 0x6,
|
|
||||||
UINT32 = 0x7,
|
|
||||||
FLOAT32 = 0x8
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 1
|
// Fields count: 1
|
||||||
//
|
//
|
||||||
@ -430,5 +411,136 @@ namespace CS2Dumper.Schemas {
|
|||||||
public const nint m_variableMap = 0x68; // CUtlHashtable<CUtlStringToken,int32>
|
public const nint m_variableMap = 0x68; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
public const nint m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
public const nint m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 11
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// NetworkVarNames: m_nameStringableIndex (int32)
|
||||||
|
public static class CEntityIdentity {
|
||||||
|
public const nint m_nameStringableIndex = 0x14; // int32
|
||||||
|
public const nint m_name = 0x18; // CUtlSymbolLarge
|
||||||
|
public const nint m_designerName = 0x20; // CUtlSymbolLarge
|
||||||
|
public const nint m_flags = 0x30; // uint32
|
||||||
|
public const nint m_worldGroupId = 0x38; // WorldGroupId_t
|
||||||
|
public const nint m_fDataObjectTypes = 0x3C; // uint32
|
||||||
|
public const nint m_PathIndex = 0x40; // ChangeAccessorFieldPathIndex_t
|
||||||
|
public const nint m_pPrev = 0x58; // CEntityIdentity*
|
||||||
|
public const nint m_pNext = 0x60; // CEntityIdentity*
|
||||||
|
public const nint m_pPrevByClass = 0x68; // CEntityIdentity*
|
||||||
|
public const nint m_pNextByClass = 0x70; // CEntityIdentity*
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 4
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// NetworkVarNames: m_pEntity (CEntityIdentity*)
|
||||||
|
// NetworkVarNames: m_CScriptComponent (CScriptComponent::Storage_t)
|
||||||
|
public static class CEntityInstance {
|
||||||
|
public const nint m_iszPrivateVScripts = 0x8; // CUtlSymbolLarge
|
||||||
|
public const nint m_pEntity = 0x10; // CEntityIdentity*
|
||||||
|
public const nint m_CScriptComponent = 0x28; // CScriptComponent*
|
||||||
|
public const nint m_bVisibleinPVS = 0x30; // bool
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class TestResource_t {
|
||||||
|
public const nint m_name = 0x0; // CUtlString
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCVoxelVisibility {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCRenderMesh {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CFuseSymbolTable {
|
||||||
|
public const nint m_constants = 0x0; // CUtlVector<ConstantInfo_t>
|
||||||
|
public const nint m_variables = 0x18; // CUtlVector<VariableInfo_t>
|
||||||
|
public const nint m_functions = 0x30; // CUtlVector<FunctionInfo_t>
|
||||||
|
public const nint m_constantMap = 0x48; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
public const nint m_variableMap = 0x68; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
public const nint m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCJavaScriptResource {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeIAnimGraphModelBinding {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCGcExportableExternalData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 3
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class ConstantInfo_t {
|
||||||
|
public const nint m_name = 0x0; // CUtlString
|
||||||
|
public const nint m_nameToken = 0x8; // CUtlStringToken
|
||||||
|
public const nint m_flValue = 0xC; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeManifestTestResource_t {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCVPhysXSurfacePropertiesList {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCVSoundStackScriptList {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCChoreoSceneFileData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCMorphSetData {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -8,28 +8,9 @@
|
|||||||
namespace cs2_dumper {
|
namespace cs2_dumper {
|
||||||
namespace schemas {
|
namespace schemas {
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
// Classes count: 54
|
// Classes count: 69
|
||||||
// Enums count: 2
|
// Enums count: 0
|
||||||
namespace resourcesystem_dll {
|
namespace resourcesystem_dll {
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 2
|
|
||||||
enum class FuseVariableAccess_t : uint8_t {
|
|
||||||
WRITABLE = 0x0,
|
|
||||||
READ_ONLY = 0x1
|
|
||||||
};
|
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 9
|
|
||||||
enum class FuseVariableType_t : uint8_t {
|
|
||||||
INVALID = 0x0,
|
|
||||||
BOOL = 0x1,
|
|
||||||
INT8 = 0x2,
|
|
||||||
INT16 = 0x3,
|
|
||||||
INT32 = 0x4,
|
|
||||||
UINT8 = 0x5,
|
|
||||||
UINT16 = 0x6,
|
|
||||||
UINT32 = 0x7,
|
|
||||||
FLOAT32 = 0x8
|
|
||||||
};
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 1
|
// Fields count: 1
|
||||||
//
|
//
|
||||||
@ -435,6 +416,137 @@ namespace cs2_dumper {
|
|||||||
constexpr std::ptrdiff_t m_variableMap = 0x68; // CUtlHashtable<CUtlStringToken,int32>
|
constexpr std::ptrdiff_t m_variableMap = 0x68; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
constexpr std::ptrdiff_t m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
constexpr std::ptrdiff_t m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 11
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// NetworkVarNames: m_nameStringableIndex (int32)
|
||||||
|
namespace CEntityIdentity {
|
||||||
|
constexpr std::ptrdiff_t m_nameStringableIndex = 0x14; // int32
|
||||||
|
constexpr std::ptrdiff_t m_name = 0x18; // CUtlSymbolLarge
|
||||||
|
constexpr std::ptrdiff_t m_designerName = 0x20; // CUtlSymbolLarge
|
||||||
|
constexpr std::ptrdiff_t m_flags = 0x30; // uint32
|
||||||
|
constexpr std::ptrdiff_t m_worldGroupId = 0x38; // WorldGroupId_t
|
||||||
|
constexpr std::ptrdiff_t m_fDataObjectTypes = 0x3C; // uint32
|
||||||
|
constexpr std::ptrdiff_t m_PathIndex = 0x40; // ChangeAccessorFieldPathIndex_t
|
||||||
|
constexpr std::ptrdiff_t m_pPrev = 0x58; // CEntityIdentity*
|
||||||
|
constexpr std::ptrdiff_t m_pNext = 0x60; // CEntityIdentity*
|
||||||
|
constexpr std::ptrdiff_t m_pPrevByClass = 0x68; // CEntityIdentity*
|
||||||
|
constexpr std::ptrdiff_t m_pNextByClass = 0x70; // CEntityIdentity*
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 4
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// NetworkVarNames: m_pEntity (CEntityIdentity*)
|
||||||
|
// NetworkVarNames: m_CScriptComponent (CScriptComponent::Storage_t)
|
||||||
|
namespace CEntityInstance {
|
||||||
|
constexpr std::ptrdiff_t m_iszPrivateVScripts = 0x8; // CUtlSymbolLarge
|
||||||
|
constexpr std::ptrdiff_t m_pEntity = 0x10; // CEntityIdentity*
|
||||||
|
constexpr std::ptrdiff_t m_CScriptComponent = 0x28; // CScriptComponent*
|
||||||
|
constexpr std::ptrdiff_t m_bVisibleinPVS = 0x30; // bool
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace TestResource_t {
|
||||||
|
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCVoxelVisibility {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCRenderMesh {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CFuseSymbolTable {
|
||||||
|
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>
|
||||||
|
constexpr std::ptrdiff_t m_variableMap = 0x68; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
constexpr std::ptrdiff_t m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCJavaScriptResource {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeIAnimGraphModelBinding {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCGcExportableExternalData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 3
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace ConstantInfo_t {
|
||||||
|
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t m_nameToken = 0x8; // CUtlStringToken
|
||||||
|
constexpr std::ptrdiff_t m_flValue = 0xC; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeManifestTestResource_t {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCVPhysXSurfacePropertiesList {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCVSoundStackScriptList {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCChoreoSceneFileData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCMorphSetData {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,50 @@
|
|||||||
{
|
{
|
||||||
"resourcesystem.dll": {
|
"resourcesystem.dll": {
|
||||||
"classes": {
|
"classes": {
|
||||||
|
"CEntityIdentity": {
|
||||||
|
"fields": {
|
||||||
|
"m_PathIndex": 64,
|
||||||
|
"m_designerName": 32,
|
||||||
|
"m_fDataObjectTypes": 60,
|
||||||
|
"m_flags": 48,
|
||||||
|
"m_name": 24,
|
||||||
|
"m_nameStringableIndex": 20,
|
||||||
|
"m_pNext": 96,
|
||||||
|
"m_pNextByClass": 112,
|
||||||
|
"m_pPrev": 88,
|
||||||
|
"m_pPrevByClass": 104,
|
||||||
|
"m_worldGroupId": 56
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "m_nameStringableIndex",
|
||||||
|
"ty": "int32",
|
||||||
|
"type": "NetworkVarNames"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CEntityInstance": {
|
||||||
|
"fields": {
|
||||||
|
"m_CScriptComponent": 40,
|
||||||
|
"m_bVisibleinPVS": 48,
|
||||||
|
"m_iszPrivateVScripts": 8,
|
||||||
|
"m_pEntity": 16
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "m_pEntity",
|
||||||
|
"ty": "CEntityIdentity*",
|
||||||
|
"type": "NetworkVarNames"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "m_CScriptComponent",
|
||||||
|
"ty": "CScriptComponent::Storage_t",
|
||||||
|
"type": "NetworkVarNames"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
"CFuseProgram": {
|
"CFuseProgram": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"m_nMaxTempVarsUsed": 72,
|
"m_nMaxTempVarsUsed": 72,
|
||||||
@ -576,30 +620,6 @@
|
|||||||
"parent": null
|
"parent": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"enums": {
|
"enums": {}
|
||||||
"FuseVariableAccess_t": {
|
|
||||||
"alignment": 1,
|
|
||||||
"members": {
|
|
||||||
"READ_ONLY": 1,
|
|
||||||
"WRITABLE": 0
|
|
||||||
},
|
|
||||||
"type": "uint8"
|
|
||||||
},
|
|
||||||
"FuseVariableType_t": {
|
|
||||||
"alignment": 1,
|
|
||||||
"members": {
|
|
||||||
"BOOL": 1,
|
|
||||||
"FLOAT32": 8,
|
|
||||||
"INT16": 3,
|
|
||||||
"INT32": 4,
|
|
||||||
"INT8": 2,
|
|
||||||
"INVALID": 0,
|
|
||||||
"UINT16": 6,
|
|
||||||
"UINT32": 7,
|
|
||||||
"UINT8": 5
|
|
||||||
},
|
|
||||||
"type": "uint8"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,35 +1,14 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
pub mod cs2_dumper {
|
pub mod cs2_dumper {
|
||||||
pub mod schemas {
|
pub mod schemas {
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
// Classes count: 54
|
// Classes count: 69
|
||||||
// Enums count: 2
|
// Enums count: 0
|
||||||
pub mod resourcesystem_dll {
|
pub mod resourcesystem_dll {
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 2
|
|
||||||
#[repr(u8)]
|
|
||||||
pub enum FuseVariableAccess_t {
|
|
||||||
WRITABLE = 0x0,
|
|
||||||
READ_ONLY = 0x1
|
|
||||||
}
|
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 9
|
|
||||||
#[repr(u8)]
|
|
||||||
pub enum FuseVariableType_t {
|
|
||||||
INVALID = 0x0,
|
|
||||||
BOOL = 0x1,
|
|
||||||
INT8 = 0x2,
|
|
||||||
INT16 = 0x3,
|
|
||||||
INT32 = 0x4,
|
|
||||||
UINT8 = 0x5,
|
|
||||||
UINT16 = 0x6,
|
|
||||||
UINT32 = 0x7,
|
|
||||||
FLOAT32 = 0x8
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 1
|
// Fields count: 1
|
||||||
//
|
//
|
||||||
@ -435,6 +414,137 @@ pub mod cs2_dumper {
|
|||||||
pub const m_variableMap: usize = 0x68; // CUtlHashtable<CUtlStringToken,int32>
|
pub const m_variableMap: usize = 0x68; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
pub const m_functionMap: usize = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
pub const m_functionMap: usize = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 11
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// NetworkVarNames: m_nameStringableIndex (int32)
|
||||||
|
pub mod CEntityIdentity {
|
||||||
|
pub const m_nameStringableIndex: usize = 0x14; // int32
|
||||||
|
pub const m_name: usize = 0x18; // CUtlSymbolLarge
|
||||||
|
pub const m_designerName: usize = 0x20; // CUtlSymbolLarge
|
||||||
|
pub const m_flags: usize = 0x30; // uint32
|
||||||
|
pub const m_worldGroupId: usize = 0x38; // WorldGroupId_t
|
||||||
|
pub const m_fDataObjectTypes: usize = 0x3C; // uint32
|
||||||
|
pub const m_PathIndex: usize = 0x40; // ChangeAccessorFieldPathIndex_t
|
||||||
|
pub const m_pPrev: usize = 0x58; // CEntityIdentity*
|
||||||
|
pub const m_pNext: usize = 0x60; // CEntityIdentity*
|
||||||
|
pub const m_pPrevByClass: usize = 0x68; // CEntityIdentity*
|
||||||
|
pub const m_pNextByClass: usize = 0x70; // CEntityIdentity*
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 4
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// NetworkVarNames: m_pEntity (CEntityIdentity*)
|
||||||
|
// NetworkVarNames: m_CScriptComponent (CScriptComponent::Storage_t)
|
||||||
|
pub mod CEntityInstance {
|
||||||
|
pub const m_iszPrivateVScripts: usize = 0x8; // CUtlSymbolLarge
|
||||||
|
pub const m_pEntity: usize = 0x10; // CEntityIdentity*
|
||||||
|
pub const m_CScriptComponent: usize = 0x28; // CScriptComponent*
|
||||||
|
pub const m_bVisibleinPVS: usize = 0x30; // bool
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod TestResource_t {
|
||||||
|
pub const m_name: usize = 0x0; // CUtlString
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCVoxelVisibility {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCRenderMesh {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CFuseSymbolTable {
|
||||||
|
pub const m_constants: usize = 0x0; // CUtlVector<ConstantInfo_t>
|
||||||
|
pub const m_variables: usize = 0x18; // CUtlVector<VariableInfo_t>
|
||||||
|
pub const m_functions: usize = 0x30; // CUtlVector<FunctionInfo_t>
|
||||||
|
pub const m_constantMap: usize = 0x48; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
pub const m_variableMap: usize = 0x68; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
pub const m_functionMap: usize = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCJavaScriptResource {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeIAnimGraphModelBinding {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCGcExportableExternalData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 3
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod ConstantInfo_t {
|
||||||
|
pub const m_name: usize = 0x0; // CUtlString
|
||||||
|
pub const m_nameToken: usize = 0x8; // CUtlStringToken
|
||||||
|
pub const m_flValue: usize = 0xC; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeManifestTestResource_t {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCVPhysXSurfacePropertiesList {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCVSoundStackScriptList {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCChoreoSceneFileData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCMorphSetData {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
|
@ -1,19 +1,11 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
// Classes count: 9
|
// Classes count: 17
|
||||||
// Enums count: 1
|
// Enums count: 0
|
||||||
public static class ScenesystemDll {
|
public static class ScenesystemDll {
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 4
|
|
||||||
public enum DisableShadows_t : byte {
|
|
||||||
kDisableShadows_None = 0x0,
|
|
||||||
kDisableShadows_All = 0x1,
|
|
||||||
kDisableShadows_Baked = 0x2,
|
|
||||||
kDisableShadows_Realtime = 0x3
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 2
|
// Fields count: 2
|
||||||
//
|
//
|
||||||
@ -46,7 +38,7 @@ namespace CS2Dumper.Schemas {
|
|||||||
// Metadata:
|
// Metadata:
|
||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
public static class CSSDSMsg_ViewRender {
|
public static class CSSDSMsg_ViewRender {
|
||||||
public const nint m_viewId = 0x0; // SceneViewId_t
|
public const nint m_viewId = 0x0; //
|
||||||
public const nint m_ViewName = 0x10; // CUtlString
|
public const nint m_ViewName = 0x10; // CUtlString
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
@ -55,7 +47,7 @@ namespace CS2Dumper.Schemas {
|
|||||||
// Metadata:
|
// Metadata:
|
||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
public static class CSSDSMsg_LayerBase {
|
public static class CSSDSMsg_LayerBase {
|
||||||
public const nint m_viewId = 0x0; // SceneViewId_t
|
public const nint m_viewId = 0x0; //
|
||||||
public const nint m_ViewName = 0x10; // CUtlString
|
public const nint m_ViewName = 0x10; // CUtlString
|
||||||
public const nint m_nLayerIndex = 0x18; // int32
|
public const nint m_nLayerIndex = 0x18; // int32
|
||||||
public const nint m_nLayerId = 0x20; // uint64
|
public const nint m_nLayerId = 0x20; // uint64
|
||||||
@ -85,7 +77,7 @@ namespace CS2Dumper.Schemas {
|
|||||||
// Metadata:
|
// Metadata:
|
||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
public static class CSSDSMsg_ViewTargetList {
|
public static class CSSDSMsg_ViewTargetList {
|
||||||
public const nint m_viewId = 0x0; // SceneViewId_t
|
public const nint m_viewId = 0x0; //
|
||||||
public const nint m_ViewName = 0x10; // CUtlString
|
public const nint m_ViewName = 0x10; // CUtlString
|
||||||
public const nint m_Targets = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
|
public const nint m_Targets = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
|
||||||
}
|
}
|
||||||
@ -103,5 +95,95 @@ namespace CS2Dumper.Schemas {
|
|||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
public static class CSSDSMsg_PostLayer {
|
public static class CSSDSMsg_PostLayer {
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CSosSoundEventGroupListSchema {
|
||||||
|
public const nint m_groupList = 0x0; // CUtlVector<CSosSoundEventGroupSchema>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 5
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class SosEditItemInfo_t {
|
||||||
|
public const nint itemType = 0x0; // SosEditItemType_t
|
||||||
|
public const nint itemName = 0x8; // CUtlString
|
||||||
|
public const nint itemTypeName = 0x10; // CUtlString
|
||||||
|
public const nint itemKVString = 0x20; // CUtlString
|
||||||
|
public const nint itemPos = 0x28; // Vector2D
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class SelectedEditItemInfo_t {
|
||||||
|
public const nint m_EditItems = 0x0; // CUtlVector<SosEditItemInfo_t>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CSoundEventMetaData {
|
||||||
|
public const nint m_soundEventVMix = 0x0; // CStrongHandle<InfoForResourceTypeCVMixListResource>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CDSPMixgroupModifier {
|
||||||
|
public const nint m_mixgroup = 0x0; // CUtlString
|
||||||
|
public const nint m_flModifier = 0x8; // float32
|
||||||
|
public const nint m_flModifierMin = 0xC; // float32
|
||||||
|
public const nint m_flSourceModifier = 0x10; // float32
|
||||||
|
public const nint m_flSourceModifierMin = 0x14; // float32
|
||||||
|
public const nint m_flListenerReverbModifierWhenSourceReverbIsActive = 0x18; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CDspPresetModifierList {
|
||||||
|
public const nint m_dspName = 0x0; // CUtlString
|
||||||
|
public const nint m_modifiers = 0x8; // CUtlVector<CDSPMixgroupModifier>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class IParticleSystemDefinition {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 18
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CParticleVisibilityInputs {
|
||||||
|
public const nint m_flCameraBias = 0x0; // float32
|
||||||
|
public const nint m_nCPin = 0x4; // int32
|
||||||
|
public const nint m_flProxyRadius = 0x8; // float32
|
||||||
|
public const nint m_flInputMin = 0xC; // float32
|
||||||
|
public const nint m_flInputMax = 0x10; // float32
|
||||||
|
public const nint m_flNoPixelVisibilityFallback = 0x14; // float32
|
||||||
|
public const nint m_flDistanceInputMin = 0x18; // float32
|
||||||
|
public const nint m_flDistanceInputMax = 0x1C; // float32
|
||||||
|
public const nint m_flDotInputMin = 0x20; // float32
|
||||||
|
public const nint m_flDotInputMax = 0x24; // float32
|
||||||
|
public const nint m_bDotCPAngles = 0x28; // bool
|
||||||
|
public const nint m_bDotCameraAngles = 0x29; // bool
|
||||||
|
public const nint m_flAlphaScaleMin = 0x2C; // float32
|
||||||
|
public const nint m_flAlphaScaleMax = 0x30; // float32
|
||||||
|
public const nint m_flRadiusScaleMin = 0x34; // float32
|
||||||
|
public const nint m_flRadiusScaleMax = 0x38; // float32
|
||||||
|
public const nint m_flRadiusScaleFOVBase = 0x3C; // float32
|
||||||
|
public const nint m_bRightEye = 0x40; // bool
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -8,17 +8,9 @@
|
|||||||
namespace cs2_dumper {
|
namespace cs2_dumper {
|
||||||
namespace schemas {
|
namespace schemas {
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
// Classes count: 9
|
// Classes count: 17
|
||||||
// Enums count: 1
|
// Enums count: 0
|
||||||
namespace scenesystem_dll {
|
namespace scenesystem_dll {
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 4
|
|
||||||
enum class DisableShadows_t : uint8_t {
|
|
||||||
kDisableShadows_None = 0x0,
|
|
||||||
kDisableShadows_All = 0x1,
|
|
||||||
kDisableShadows_Baked = 0x2,
|
|
||||||
kDisableShadows_Realtime = 0x3
|
|
||||||
};
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 2
|
// Fields count: 2
|
||||||
//
|
//
|
||||||
@ -51,7 +43,7 @@ namespace cs2_dumper {
|
|||||||
// Metadata:
|
// Metadata:
|
||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
namespace CSSDSMsg_ViewRender {
|
namespace CSSDSMsg_ViewRender {
|
||||||
constexpr std::ptrdiff_t m_viewId = 0x0; // SceneViewId_t
|
constexpr std::ptrdiff_t m_viewId = 0x0; //
|
||||||
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
|
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
@ -60,7 +52,7 @@ namespace cs2_dumper {
|
|||||||
// Metadata:
|
// Metadata:
|
||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
namespace CSSDSMsg_LayerBase {
|
namespace CSSDSMsg_LayerBase {
|
||||||
constexpr std::ptrdiff_t m_viewId = 0x0; // SceneViewId_t
|
constexpr std::ptrdiff_t m_viewId = 0x0; //
|
||||||
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
|
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
|
||||||
constexpr std::ptrdiff_t m_nLayerIndex = 0x18; // int32
|
constexpr std::ptrdiff_t m_nLayerIndex = 0x18; // int32
|
||||||
constexpr std::ptrdiff_t m_nLayerId = 0x20; // uint64
|
constexpr std::ptrdiff_t m_nLayerId = 0x20; // uint64
|
||||||
@ -90,7 +82,7 @@ namespace cs2_dumper {
|
|||||||
// Metadata:
|
// Metadata:
|
||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
namespace CSSDSMsg_ViewTargetList {
|
namespace CSSDSMsg_ViewTargetList {
|
||||||
constexpr std::ptrdiff_t m_viewId = 0x0; // SceneViewId_t
|
constexpr std::ptrdiff_t m_viewId = 0x0; //
|
||||||
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
|
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
|
||||||
constexpr std::ptrdiff_t m_Targets = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
|
constexpr std::ptrdiff_t m_Targets = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
|
||||||
}
|
}
|
||||||
@ -108,6 +100,96 @@ namespace cs2_dumper {
|
|||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
namespace CSSDSMsg_PostLayer {
|
namespace CSSDSMsg_PostLayer {
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CSosSoundEventGroupListSchema {
|
||||||
|
constexpr std::ptrdiff_t m_groupList = 0x0; // CUtlVector<CSosSoundEventGroupSchema>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 5
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace SosEditItemInfo_t {
|
||||||
|
constexpr std::ptrdiff_t itemType = 0x0; // SosEditItemType_t
|
||||||
|
constexpr std::ptrdiff_t itemName = 0x8; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t itemTypeName = 0x10; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t itemKVString = 0x20; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t itemPos = 0x28; // Vector2D
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace SelectedEditItemInfo_t {
|
||||||
|
constexpr std::ptrdiff_t m_EditItems = 0x0; // CUtlVector<SosEditItemInfo_t>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CSoundEventMetaData {
|
||||||
|
constexpr std::ptrdiff_t m_soundEventVMix = 0x0; // CStrongHandle<InfoForResourceTypeCVMixListResource>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CDSPMixgroupModifier {
|
||||||
|
constexpr std::ptrdiff_t m_mixgroup = 0x0; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t m_flModifier = 0x8; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flModifierMin = 0xC; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flSourceModifier = 0x10; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flSourceModifierMin = 0x14; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flListenerReverbModifierWhenSourceReverbIsActive = 0x18; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CDspPresetModifierList {
|
||||||
|
constexpr std::ptrdiff_t m_dspName = 0x0; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t m_modifiers = 0x8; // CUtlVector<CDSPMixgroupModifier>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace IParticleSystemDefinition {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 18
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CParticleVisibilityInputs {
|
||||||
|
constexpr std::ptrdiff_t m_flCameraBias = 0x0; // float32
|
||||||
|
constexpr std::ptrdiff_t m_nCPin = 0x4; // int32
|
||||||
|
constexpr std::ptrdiff_t m_flProxyRadius = 0x8; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flInputMin = 0xC; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flInputMax = 0x10; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flNoPixelVisibilityFallback = 0x14; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flDistanceInputMin = 0x18; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flDistanceInputMax = 0x1C; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flDotInputMin = 0x20; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flDotInputMax = 0x24; // float32
|
||||||
|
constexpr std::ptrdiff_t m_bDotCPAngles = 0x28; // bool
|
||||||
|
constexpr std::ptrdiff_t m_bDotCameraAngles = 0x29; // bool
|
||||||
|
constexpr std::ptrdiff_t m_flAlphaScaleMin = 0x2C; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flAlphaScaleMax = 0x30; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flRadiusScaleMin = 0x34; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flRadiusScaleMax = 0x38; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flRadiusScaleFOVBase = 0x3C; // float32
|
||||||
|
constexpr std::ptrdiff_t m_bRightEye = 0x40; // bool
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,65 @@
|
|||||||
{
|
{
|
||||||
"scenesystem.dll": {
|
"scenesystem.dll": {
|
||||||
"classes": {
|
"classes": {
|
||||||
|
"CDSPMixgroupModifier": {
|
||||||
|
"fields": {
|
||||||
|
"m_flListenerReverbModifierWhenSourceReverbIsActive": 24,
|
||||||
|
"m_flModifier": 8,
|
||||||
|
"m_flModifierMin": 12,
|
||||||
|
"m_flSourceModifier": 16,
|
||||||
|
"m_flSourceModifierMin": 20,
|
||||||
|
"m_mixgroup": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CDspPresetModifierList": {
|
||||||
|
"fields": {
|
||||||
|
"m_dspName": 0,
|
||||||
|
"m_modifiers": 8
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CParticleVisibilityInputs": {
|
||||||
|
"fields": {
|
||||||
|
"m_bDotCPAngles": 40,
|
||||||
|
"m_bDotCameraAngles": 41,
|
||||||
|
"m_bRightEye": 64,
|
||||||
|
"m_flAlphaScaleMax": 48,
|
||||||
|
"m_flAlphaScaleMin": 44,
|
||||||
|
"m_flCameraBias": 0,
|
||||||
|
"m_flDistanceInputMax": 28,
|
||||||
|
"m_flDistanceInputMin": 24,
|
||||||
|
"m_flDotInputMax": 36,
|
||||||
|
"m_flDotInputMin": 32,
|
||||||
|
"m_flInputMax": 16,
|
||||||
|
"m_flInputMin": 12,
|
||||||
|
"m_flNoPixelVisibilityFallback": 20,
|
||||||
|
"m_flProxyRadius": 8,
|
||||||
|
"m_flRadiusScaleFOVBase": 60,
|
||||||
|
"m_flRadiusScaleMax": 56,
|
||||||
|
"m_flRadiusScaleMin": 52,
|
||||||
|
"m_nCPin": 4
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
"CSSDSEndFrameViewInfo": {
|
"CSSDSEndFrameViewInfo": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"m_ViewName": 8,
|
"m_ViewName": 8,
|
||||||
@ -111,6 +170,40 @@
|
|||||||
],
|
],
|
||||||
"parent": null
|
"parent": null
|
||||||
},
|
},
|
||||||
|
"CSosSoundEventGroupListSchema": {
|
||||||
|
"fields": {
|
||||||
|
"m_groupList": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CSoundEventMetaData": {
|
||||||
|
"fields": {
|
||||||
|
"m_soundEventVMix": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"IParticleSystemDefinition": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
"SceneViewId_t": {
|
"SceneViewId_t": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"m_nFrameCount": 8,
|
"m_nFrameCount": 8,
|
||||||
@ -123,19 +216,36 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"parent": null
|
"parent": null
|
||||||
|
},
|
||||||
|
"SelectedEditItemInfo_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_EditItems": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"SosEditItemInfo_t": {
|
||||||
|
"fields": {
|
||||||
|
"itemKVString": 32,
|
||||||
|
"itemName": 8,
|
||||||
|
"itemPos": 40,
|
||||||
|
"itemType": 0,
|
||||||
|
"itemTypeName": 16
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"enums": {
|
"enums": {}
|
||||||
"DisableShadows_t": {
|
|
||||||
"alignment": 1,
|
|
||||||
"members": {
|
|
||||||
"kDisableShadows_All": 1,
|
|
||||||
"kDisableShadows_Baked": 2,
|
|
||||||
"kDisableShadows_None": 0,
|
|
||||||
"kDisableShadows_Realtime": 3
|
|
||||||
},
|
|
||||||
"type": "uint8"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,23 +1,14 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
pub mod cs2_dumper {
|
pub mod cs2_dumper {
|
||||||
pub mod schemas {
|
pub mod schemas {
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
// Classes count: 9
|
// Classes count: 17
|
||||||
// Enums count: 1
|
// Enums count: 0
|
||||||
pub mod scenesystem_dll {
|
pub mod scenesystem_dll {
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 4
|
|
||||||
#[repr(u8)]
|
|
||||||
pub enum DisableShadows_t {
|
|
||||||
kDisableShadows_None = 0x0,
|
|
||||||
kDisableShadows_All = 0x1,
|
|
||||||
kDisableShadows_Baked = 0x2,
|
|
||||||
kDisableShadows_Realtime = 0x3
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 2
|
// Fields count: 2
|
||||||
//
|
//
|
||||||
@ -50,7 +41,7 @@ pub mod cs2_dumper {
|
|||||||
// Metadata:
|
// Metadata:
|
||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
pub mod CSSDSMsg_ViewRender {
|
pub mod CSSDSMsg_ViewRender {
|
||||||
pub const m_viewId: usize = 0x0; // SceneViewId_t
|
pub const m_viewId: usize = 0x0; //
|
||||||
pub const m_ViewName: usize = 0x10; // CUtlString
|
pub const m_ViewName: usize = 0x10; // CUtlString
|
||||||
}
|
}
|
||||||
// Parent: None
|
// Parent: None
|
||||||
@ -59,7 +50,7 @@ pub mod cs2_dumper {
|
|||||||
// Metadata:
|
// Metadata:
|
||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
pub mod CSSDSMsg_LayerBase {
|
pub mod CSSDSMsg_LayerBase {
|
||||||
pub const m_viewId: usize = 0x0; // SceneViewId_t
|
pub const m_viewId: usize = 0x0; //
|
||||||
pub const m_ViewName: usize = 0x10; // CUtlString
|
pub const m_ViewName: usize = 0x10; // CUtlString
|
||||||
pub const m_nLayerIndex: usize = 0x18; // int32
|
pub const m_nLayerIndex: usize = 0x18; // int32
|
||||||
pub const m_nLayerId: usize = 0x20; // uint64
|
pub const m_nLayerId: usize = 0x20; // uint64
|
||||||
@ -89,7 +80,7 @@ pub mod cs2_dumper {
|
|||||||
// Metadata:
|
// Metadata:
|
||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
pub mod CSSDSMsg_ViewTargetList {
|
pub mod CSSDSMsg_ViewTargetList {
|
||||||
pub const m_viewId: usize = 0x0; // SceneViewId_t
|
pub const m_viewId: usize = 0x0; //
|
||||||
pub const m_ViewName: usize = 0x10; // CUtlString
|
pub const m_ViewName: usize = 0x10; // CUtlString
|
||||||
pub const m_Targets: usize = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
|
pub const m_Targets: usize = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
|
||||||
}
|
}
|
||||||
@ -107,6 +98,96 @@ pub mod cs2_dumper {
|
|||||||
// MGetKV3ClassDefaults
|
// MGetKV3ClassDefaults
|
||||||
pub mod CSSDSMsg_PostLayer {
|
pub mod CSSDSMsg_PostLayer {
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CSosSoundEventGroupListSchema {
|
||||||
|
pub const m_groupList: usize = 0x0; // CUtlVector<CSosSoundEventGroupSchema>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 5
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod SosEditItemInfo_t {
|
||||||
|
pub const itemType: usize = 0x0; // SosEditItemType_t
|
||||||
|
pub const itemName: usize = 0x8; // CUtlString
|
||||||
|
pub const itemTypeName: usize = 0x10; // CUtlString
|
||||||
|
pub const itemKVString: usize = 0x20; // CUtlString
|
||||||
|
pub const itemPos: usize = 0x28; // Vector2D
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod SelectedEditItemInfo_t {
|
||||||
|
pub const m_EditItems: usize = 0x0; // CUtlVector<SosEditItemInfo_t>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CSoundEventMetaData {
|
||||||
|
pub const m_soundEventVMix: usize = 0x0; // CStrongHandle<InfoForResourceTypeCVMixListResource>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CDSPMixgroupModifier {
|
||||||
|
pub const m_mixgroup: usize = 0x0; // CUtlString
|
||||||
|
pub const m_flModifier: usize = 0x8; // float32
|
||||||
|
pub const m_flModifierMin: usize = 0xC; // float32
|
||||||
|
pub const m_flSourceModifier: usize = 0x10; // float32
|
||||||
|
pub const m_flSourceModifierMin: usize = 0x14; // float32
|
||||||
|
pub const m_flListenerReverbModifierWhenSourceReverbIsActive: usize = 0x18; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CDspPresetModifierList {
|
||||||
|
pub const m_dspName: usize = 0x0; // CUtlString
|
||||||
|
pub const m_modifiers: usize = 0x8; // CUtlVector<CDSPMixgroupModifier>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod IParticleSystemDefinition {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 18
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CParticleVisibilityInputs {
|
||||||
|
pub const m_flCameraBias: usize = 0x0; // float32
|
||||||
|
pub const m_nCPin: usize = 0x4; // int32
|
||||||
|
pub const m_flProxyRadius: usize = 0x8; // float32
|
||||||
|
pub const m_flInputMin: usize = 0xC; // float32
|
||||||
|
pub const m_flInputMax: usize = 0x10; // float32
|
||||||
|
pub const m_flNoPixelVisibilityFallback: usize = 0x14; // float32
|
||||||
|
pub const m_flDistanceInputMin: usize = 0x18; // float32
|
||||||
|
pub const m_flDistanceInputMax: usize = 0x1C; // float32
|
||||||
|
pub const m_flDotInputMin: usize = 0x20; // float32
|
||||||
|
pub const m_flDotInputMax: usize = 0x24; // float32
|
||||||
|
pub const m_bDotCPAngles: usize = 0x28; // bool
|
||||||
|
pub const m_bDotCameraAngles: usize = 0x29; // bool
|
||||||
|
pub const m_flAlphaScaleMin: usize = 0x2C; // float32
|
||||||
|
pub const m_flAlphaScaleMax: usize = 0x30; // float32
|
||||||
|
pub const m_flRadiusScaleMin: usize = 0x34; // float32
|
||||||
|
pub const m_flRadiusScaleMax: usize = 0x38; // float32
|
||||||
|
pub const m_flRadiusScaleFOVBase: usize = 0x3C; // float32
|
||||||
|
pub const m_bRightEye: usize = 0x40; // bool
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,103 +1,11 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
// Classes count: 5
|
// Classes count: 7
|
||||||
// Enums count: 2
|
// Enums count: 0
|
||||||
public static class SchemasystemDll {
|
public static class SchemasystemDll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
public enum ThreeState_t : uint {
|
|
||||||
TRS_FALSE = 0x0,
|
|
||||||
TRS_TRUE = 0x1,
|
|
||||||
TRS_NONE = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 81
|
|
||||||
public enum fieldtype_t : byte {
|
|
||||||
FIELD_VOID = 0x0,
|
|
||||||
FIELD_FLOAT32 = 0x1,
|
|
||||||
FIELD_STRING = 0x2,
|
|
||||||
FIELD_VECTOR = 0x3,
|
|
||||||
FIELD_QUATERNION = 0x4,
|
|
||||||
FIELD_INT32 = 0x5,
|
|
||||||
FIELD_BOOLEAN = 0x6,
|
|
||||||
FIELD_INT16 = 0x7,
|
|
||||||
FIELD_CHARACTER = 0x8,
|
|
||||||
FIELD_COLOR32 = 0x9,
|
|
||||||
FIELD_EMBEDDED = 0xA,
|
|
||||||
FIELD_CUSTOM = 0xB,
|
|
||||||
FIELD_CLASSPTR = 0xC,
|
|
||||||
FIELD_EHANDLE = 0xD,
|
|
||||||
FIELD_POSITION_VECTOR = 0xE,
|
|
||||||
FIELD_TIME = 0xF,
|
|
||||||
FIELD_TICK = 0x10,
|
|
||||||
FIELD_SOUNDNAME = 0x11,
|
|
||||||
FIELD_INPUT = 0x12,
|
|
||||||
FIELD_FUNCTION = 0x13,
|
|
||||||
FIELD_VMATRIX = 0x14,
|
|
||||||
FIELD_VMATRIX_WORLDSPACE = 0x15,
|
|
||||||
FIELD_MATRIX3X4_WORLDSPACE = 0x16,
|
|
||||||
FIELD_INTERVAL = 0x17,
|
|
||||||
FIELD_UNUSED = 0x18,
|
|
||||||
FIELD_VECTOR2D = 0x19,
|
|
||||||
FIELD_INT64 = 0x1A,
|
|
||||||
FIELD_VECTOR4D = 0x1B,
|
|
||||||
FIELD_RESOURCE = 0x1C,
|
|
||||||
FIELD_TYPEUNKNOWN = 0x1D,
|
|
||||||
FIELD_CSTRING = 0x1E,
|
|
||||||
FIELD_HSCRIPT = 0x1F,
|
|
||||||
FIELD_VARIANT = 0x20,
|
|
||||||
FIELD_UINT64 = 0x21,
|
|
||||||
FIELD_FLOAT64 = 0x22,
|
|
||||||
FIELD_POSITIVEINTEGER_OR_NULL = 0x23,
|
|
||||||
FIELD_HSCRIPT_NEW_INSTANCE = 0x24,
|
|
||||||
FIELD_UINT32 = 0x25,
|
|
||||||
FIELD_UTLSTRINGTOKEN = 0x26,
|
|
||||||
FIELD_QANGLE = 0x27,
|
|
||||||
FIELD_NETWORK_ORIGIN_CELL_QUANTIZED_VECTOR = 0x28,
|
|
||||||
FIELD_HMATERIAL = 0x29,
|
|
||||||
FIELD_HMODEL = 0x2A,
|
|
||||||
FIELD_NETWORK_QUANTIZED_VECTOR = 0x2B,
|
|
||||||
FIELD_NETWORK_QUANTIZED_FLOAT = 0x2C,
|
|
||||||
FIELD_DIRECTION_VECTOR_WORLDSPACE = 0x2D,
|
|
||||||
FIELD_QANGLE_WORLDSPACE = 0x2E,
|
|
||||||
FIELD_QUATERNION_WORLDSPACE = 0x2F,
|
|
||||||
FIELD_HSCRIPT_LIGHTBINDING = 0x30,
|
|
||||||
FIELD_V8_VALUE = 0x31,
|
|
||||||
FIELD_V8_OBJECT = 0x32,
|
|
||||||
FIELD_V8_ARRAY = 0x33,
|
|
||||||
FIELD_V8_CALLBACK_INFO = 0x34,
|
|
||||||
FIELD_UTLSTRING = 0x35,
|
|
||||||
FIELD_NETWORK_ORIGIN_CELL_QUANTIZED_POSITION_VECTOR = 0x36,
|
|
||||||
FIELD_HRENDERTEXTURE = 0x37,
|
|
||||||
FIELD_HPARTICLESYSTEMDEFINITION = 0x38,
|
|
||||||
FIELD_UINT8 = 0x39,
|
|
||||||
FIELD_UINT16 = 0x3A,
|
|
||||||
FIELD_CTRANSFORM = 0x3B,
|
|
||||||
FIELD_CTRANSFORM_WORLDSPACE = 0x3C,
|
|
||||||
FIELD_HPOSTPROCESSING = 0x3D,
|
|
||||||
FIELD_MATRIX3X4 = 0x3E,
|
|
||||||
FIELD_SHIM = 0x3F,
|
|
||||||
FIELD_CMOTIONTRANSFORM = 0x40,
|
|
||||||
FIELD_CMOTIONTRANSFORM_WORLDSPACE = 0x41,
|
|
||||||
FIELD_ATTACHMENT_HANDLE = 0x42,
|
|
||||||
FIELD_AMMO_INDEX = 0x43,
|
|
||||||
FIELD_CONDITION_ID = 0x44,
|
|
||||||
FIELD_AI_SCHEDULE_BITS = 0x45,
|
|
||||||
FIELD_MODIFIER_HANDLE = 0x46,
|
|
||||||
FIELD_ROTATION_VECTOR = 0x47,
|
|
||||||
FIELD_ROTATION_VECTOR_WORLDSPACE = 0x48,
|
|
||||||
FIELD_HVDATA = 0x49,
|
|
||||||
FIELD_SCALE32 = 0x4A,
|
|
||||||
FIELD_STRING_AND_TOKEN = 0x4B,
|
|
||||||
FIELD_ENGINE_TIME = 0x4C,
|
|
||||||
FIELD_ENGINE_TICK = 0x4D,
|
|
||||||
FIELD_WORLD_GROUP_ID = 0x4E,
|
|
||||||
FIELD_GLOBALSYMBOL = 0x4F,
|
|
||||||
FIELD_TYPECOUNT = 0x50
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 0
|
// Fields count: 0
|
||||||
//
|
//
|
||||||
@ -138,5 +46,19 @@ namespace CS2Dumper.Schemas {
|
|||||||
public static class CExampleSchemaVData_PolymorphicDerivedB {
|
public static class CExampleSchemaVData_PolymorphicDerivedB {
|
||||||
public const nint m_nDerivedB = 0x10; // int32
|
public const nint m_nDerivedB = 0x10; // int32
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCResourceManifestInternal {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCDOTAPatchNotesList {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -8,101 +8,9 @@
|
|||||||
namespace cs2_dumper {
|
namespace cs2_dumper {
|
||||||
namespace schemas {
|
namespace schemas {
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
// Classes count: 5
|
// Classes count: 7
|
||||||
// Enums count: 2
|
// Enums count: 0
|
||||||
namespace schemasystem_dll {
|
namespace schemasystem_dll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
enum class ThreeState_t : uint32_t {
|
|
||||||
TRS_FALSE = 0x0,
|
|
||||||
TRS_TRUE = 0x1,
|
|
||||||
TRS_NONE = 0x2
|
|
||||||
};
|
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 81
|
|
||||||
enum class fieldtype_t : uint8_t {
|
|
||||||
FIELD_VOID = 0x0,
|
|
||||||
FIELD_FLOAT32 = 0x1,
|
|
||||||
FIELD_STRING = 0x2,
|
|
||||||
FIELD_VECTOR = 0x3,
|
|
||||||
FIELD_QUATERNION = 0x4,
|
|
||||||
FIELD_INT32 = 0x5,
|
|
||||||
FIELD_BOOLEAN = 0x6,
|
|
||||||
FIELD_INT16 = 0x7,
|
|
||||||
FIELD_CHARACTER = 0x8,
|
|
||||||
FIELD_COLOR32 = 0x9,
|
|
||||||
FIELD_EMBEDDED = 0xA,
|
|
||||||
FIELD_CUSTOM = 0xB,
|
|
||||||
FIELD_CLASSPTR = 0xC,
|
|
||||||
FIELD_EHANDLE = 0xD,
|
|
||||||
FIELD_POSITION_VECTOR = 0xE,
|
|
||||||
FIELD_TIME = 0xF,
|
|
||||||
FIELD_TICK = 0x10,
|
|
||||||
FIELD_SOUNDNAME = 0x11,
|
|
||||||
FIELD_INPUT = 0x12,
|
|
||||||
FIELD_FUNCTION = 0x13,
|
|
||||||
FIELD_VMATRIX = 0x14,
|
|
||||||
FIELD_VMATRIX_WORLDSPACE = 0x15,
|
|
||||||
FIELD_MATRIX3X4_WORLDSPACE = 0x16,
|
|
||||||
FIELD_INTERVAL = 0x17,
|
|
||||||
FIELD_UNUSED = 0x18,
|
|
||||||
FIELD_VECTOR2D = 0x19,
|
|
||||||
FIELD_INT64 = 0x1A,
|
|
||||||
FIELD_VECTOR4D = 0x1B,
|
|
||||||
FIELD_RESOURCE = 0x1C,
|
|
||||||
FIELD_TYPEUNKNOWN = 0x1D,
|
|
||||||
FIELD_CSTRING = 0x1E,
|
|
||||||
FIELD_HSCRIPT = 0x1F,
|
|
||||||
FIELD_VARIANT = 0x20,
|
|
||||||
FIELD_UINT64 = 0x21,
|
|
||||||
FIELD_FLOAT64 = 0x22,
|
|
||||||
FIELD_POSITIVEINTEGER_OR_NULL = 0x23,
|
|
||||||
FIELD_HSCRIPT_NEW_INSTANCE = 0x24,
|
|
||||||
FIELD_UINT32 = 0x25,
|
|
||||||
FIELD_UTLSTRINGTOKEN = 0x26,
|
|
||||||
FIELD_QANGLE = 0x27,
|
|
||||||
FIELD_NETWORK_ORIGIN_CELL_QUANTIZED_VECTOR = 0x28,
|
|
||||||
FIELD_HMATERIAL = 0x29,
|
|
||||||
FIELD_HMODEL = 0x2A,
|
|
||||||
FIELD_NETWORK_QUANTIZED_VECTOR = 0x2B,
|
|
||||||
FIELD_NETWORK_QUANTIZED_FLOAT = 0x2C,
|
|
||||||
FIELD_DIRECTION_VECTOR_WORLDSPACE = 0x2D,
|
|
||||||
FIELD_QANGLE_WORLDSPACE = 0x2E,
|
|
||||||
FIELD_QUATERNION_WORLDSPACE = 0x2F,
|
|
||||||
FIELD_HSCRIPT_LIGHTBINDING = 0x30,
|
|
||||||
FIELD_V8_VALUE = 0x31,
|
|
||||||
FIELD_V8_OBJECT = 0x32,
|
|
||||||
FIELD_V8_ARRAY = 0x33,
|
|
||||||
FIELD_V8_CALLBACK_INFO = 0x34,
|
|
||||||
FIELD_UTLSTRING = 0x35,
|
|
||||||
FIELD_NETWORK_ORIGIN_CELL_QUANTIZED_POSITION_VECTOR = 0x36,
|
|
||||||
FIELD_HRENDERTEXTURE = 0x37,
|
|
||||||
FIELD_HPARTICLESYSTEMDEFINITION = 0x38,
|
|
||||||
FIELD_UINT8 = 0x39,
|
|
||||||
FIELD_UINT16 = 0x3A,
|
|
||||||
FIELD_CTRANSFORM = 0x3B,
|
|
||||||
FIELD_CTRANSFORM_WORLDSPACE = 0x3C,
|
|
||||||
FIELD_HPOSTPROCESSING = 0x3D,
|
|
||||||
FIELD_MATRIX3X4 = 0x3E,
|
|
||||||
FIELD_SHIM = 0x3F,
|
|
||||||
FIELD_CMOTIONTRANSFORM = 0x40,
|
|
||||||
FIELD_CMOTIONTRANSFORM_WORLDSPACE = 0x41,
|
|
||||||
FIELD_ATTACHMENT_HANDLE = 0x42,
|
|
||||||
FIELD_AMMO_INDEX = 0x43,
|
|
||||||
FIELD_CONDITION_ID = 0x44,
|
|
||||||
FIELD_AI_SCHEDULE_BITS = 0x45,
|
|
||||||
FIELD_MODIFIER_HANDLE = 0x46,
|
|
||||||
FIELD_ROTATION_VECTOR = 0x47,
|
|
||||||
FIELD_ROTATION_VECTOR_WORLDSPACE = 0x48,
|
|
||||||
FIELD_HVDATA = 0x49,
|
|
||||||
FIELD_SCALE32 = 0x4A,
|
|
||||||
FIELD_STRING_AND_TOKEN = 0x4B,
|
|
||||||
FIELD_ENGINE_TIME = 0x4C,
|
|
||||||
FIELD_ENGINE_TICK = 0x4D,
|
|
||||||
FIELD_WORLD_GROUP_ID = 0x4E,
|
|
||||||
FIELD_GLOBALSYMBOL = 0x4F,
|
|
||||||
FIELD_TYPECOUNT = 0x50
|
|
||||||
};
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 0
|
// Fields count: 0
|
||||||
//
|
//
|
||||||
@ -143,6 +51,20 @@ namespace cs2_dumper {
|
|||||||
namespace CExampleSchemaVData_PolymorphicDerivedB {
|
namespace CExampleSchemaVData_PolymorphicDerivedB {
|
||||||
constexpr std::ptrdiff_t m_nDerivedB = 0x10; // int32
|
constexpr std::ptrdiff_t m_nDerivedB = 0x10; // int32
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCResourceManifestInternal {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCDOTAPatchNotesList {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -50,6 +50,16 @@
|
|||||||
],
|
],
|
||||||
"parent": "CExampleSchemaVData_PolymorphicBase"
|
"parent": "CExampleSchemaVData_PolymorphicBase"
|
||||||
},
|
},
|
||||||
|
"InfoForResourceTypeCDOTAPatchNotesList": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
"InfoForResourceTypeCResourceManifestInternal": {
|
"InfoForResourceTypeCResourceManifestInternal": {
|
||||||
"fields": {},
|
"fields": {},
|
||||||
"metadata": [
|
"metadata": [
|
||||||
@ -61,103 +71,6 @@
|
|||||||
"parent": null
|
"parent": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"enums": {
|
"enums": {}
|
||||||
"ThreeState_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"TRS_FALSE": 0,
|
|
||||||
"TRS_NONE": 2,
|
|
||||||
"TRS_TRUE": 1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"fieldtype_t": {
|
|
||||||
"alignment": 1,
|
|
||||||
"members": {
|
|
||||||
"FIELD_AI_SCHEDULE_BITS": 69,
|
|
||||||
"FIELD_AMMO_INDEX": 67,
|
|
||||||
"FIELD_ATTACHMENT_HANDLE": 66,
|
|
||||||
"FIELD_BOOLEAN": 6,
|
|
||||||
"FIELD_CHARACTER": 8,
|
|
||||||
"FIELD_CLASSPTR": 12,
|
|
||||||
"FIELD_CMOTIONTRANSFORM": 64,
|
|
||||||
"FIELD_CMOTIONTRANSFORM_WORLDSPACE": 65,
|
|
||||||
"FIELD_COLOR32": 9,
|
|
||||||
"FIELD_CONDITION_ID": 68,
|
|
||||||
"FIELD_CSTRING": 30,
|
|
||||||
"FIELD_CTRANSFORM": 59,
|
|
||||||
"FIELD_CTRANSFORM_WORLDSPACE": 60,
|
|
||||||
"FIELD_CUSTOM": 11,
|
|
||||||
"FIELD_DIRECTION_VECTOR_WORLDSPACE": 45,
|
|
||||||
"FIELD_EHANDLE": 13,
|
|
||||||
"FIELD_EMBEDDED": 10,
|
|
||||||
"FIELD_ENGINE_TICK": 77,
|
|
||||||
"FIELD_ENGINE_TIME": 76,
|
|
||||||
"FIELD_FLOAT32": 1,
|
|
||||||
"FIELD_FLOAT64": 34,
|
|
||||||
"FIELD_FUNCTION": 19,
|
|
||||||
"FIELD_GLOBALSYMBOL": 79,
|
|
||||||
"FIELD_HMATERIAL": 41,
|
|
||||||
"FIELD_HMODEL": 42,
|
|
||||||
"FIELD_HPARTICLESYSTEMDEFINITION": 56,
|
|
||||||
"FIELD_HPOSTPROCESSING": 61,
|
|
||||||
"FIELD_HRENDERTEXTURE": 55,
|
|
||||||
"FIELD_HSCRIPT": 31,
|
|
||||||
"FIELD_HSCRIPT_LIGHTBINDING": 48,
|
|
||||||
"FIELD_HSCRIPT_NEW_INSTANCE": 36,
|
|
||||||
"FIELD_HVDATA": 73,
|
|
||||||
"FIELD_INPUT": 18,
|
|
||||||
"FIELD_INT16": 7,
|
|
||||||
"FIELD_INT32": 5,
|
|
||||||
"FIELD_INT64": 26,
|
|
||||||
"FIELD_INTERVAL": 23,
|
|
||||||
"FIELD_MATRIX3X4": 62,
|
|
||||||
"FIELD_MATRIX3X4_WORLDSPACE": 22,
|
|
||||||
"FIELD_MODIFIER_HANDLE": 70,
|
|
||||||
"FIELD_NETWORK_ORIGIN_CELL_QUANTIZED_POSITION_VECTOR": 54,
|
|
||||||
"FIELD_NETWORK_ORIGIN_CELL_QUANTIZED_VECTOR": 40,
|
|
||||||
"FIELD_NETWORK_QUANTIZED_FLOAT": 44,
|
|
||||||
"FIELD_NETWORK_QUANTIZED_VECTOR": 43,
|
|
||||||
"FIELD_POSITION_VECTOR": 14,
|
|
||||||
"FIELD_POSITIVEINTEGER_OR_NULL": 35,
|
|
||||||
"FIELD_QANGLE": 39,
|
|
||||||
"FIELD_QANGLE_WORLDSPACE": 46,
|
|
||||||
"FIELD_QUATERNION": 4,
|
|
||||||
"FIELD_QUATERNION_WORLDSPACE": 47,
|
|
||||||
"FIELD_RESOURCE": 28,
|
|
||||||
"FIELD_ROTATION_VECTOR": 71,
|
|
||||||
"FIELD_ROTATION_VECTOR_WORLDSPACE": 72,
|
|
||||||
"FIELD_SCALE32": 74,
|
|
||||||
"FIELD_SHIM": 63,
|
|
||||||
"FIELD_SOUNDNAME": 17,
|
|
||||||
"FIELD_STRING": 2,
|
|
||||||
"FIELD_STRING_AND_TOKEN": 75,
|
|
||||||
"FIELD_TICK": 16,
|
|
||||||
"FIELD_TIME": 15,
|
|
||||||
"FIELD_TYPECOUNT": 80,
|
|
||||||
"FIELD_TYPEUNKNOWN": 29,
|
|
||||||
"FIELD_UINT16": 58,
|
|
||||||
"FIELD_UINT32": 37,
|
|
||||||
"FIELD_UINT64": 33,
|
|
||||||
"FIELD_UINT8": 57,
|
|
||||||
"FIELD_UNUSED": 24,
|
|
||||||
"FIELD_UTLSTRING": 53,
|
|
||||||
"FIELD_UTLSTRINGTOKEN": 38,
|
|
||||||
"FIELD_V8_ARRAY": 51,
|
|
||||||
"FIELD_V8_CALLBACK_INFO": 52,
|
|
||||||
"FIELD_V8_OBJECT": 50,
|
|
||||||
"FIELD_V8_VALUE": 49,
|
|
||||||
"FIELD_VARIANT": 32,
|
|
||||||
"FIELD_VECTOR": 3,
|
|
||||||
"FIELD_VECTOR2D": 25,
|
|
||||||
"FIELD_VECTOR4D": 27,
|
|
||||||
"FIELD_VMATRIX": 20,
|
|
||||||
"FIELD_VMATRIX_WORLDSPACE": 21,
|
|
||||||
"FIELD_VOID": 0,
|
|
||||||
"FIELD_WORLD_GROUP_ID": 78
|
|
||||||
},
|
|
||||||
"type": "uint8"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,108 +1,14 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
pub mod cs2_dumper {
|
pub mod cs2_dumper {
|
||||||
pub mod schemas {
|
pub mod schemas {
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
// Classes count: 5
|
// Classes count: 7
|
||||||
// Enums count: 2
|
// Enums count: 0
|
||||||
pub mod schemasystem_dll {
|
pub mod schemasystem_dll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum ThreeState_t {
|
|
||||||
TRS_FALSE = 0x0,
|
|
||||||
TRS_TRUE = 0x1,
|
|
||||||
TRS_NONE = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 81
|
|
||||||
#[repr(u8)]
|
|
||||||
pub enum fieldtype_t {
|
|
||||||
FIELD_VOID = 0x0,
|
|
||||||
FIELD_FLOAT32 = 0x1,
|
|
||||||
FIELD_STRING = 0x2,
|
|
||||||
FIELD_VECTOR = 0x3,
|
|
||||||
FIELD_QUATERNION = 0x4,
|
|
||||||
FIELD_INT32 = 0x5,
|
|
||||||
FIELD_BOOLEAN = 0x6,
|
|
||||||
FIELD_INT16 = 0x7,
|
|
||||||
FIELD_CHARACTER = 0x8,
|
|
||||||
FIELD_COLOR32 = 0x9,
|
|
||||||
FIELD_EMBEDDED = 0xA,
|
|
||||||
FIELD_CUSTOM = 0xB,
|
|
||||||
FIELD_CLASSPTR = 0xC,
|
|
||||||
FIELD_EHANDLE = 0xD,
|
|
||||||
FIELD_POSITION_VECTOR = 0xE,
|
|
||||||
FIELD_TIME = 0xF,
|
|
||||||
FIELD_TICK = 0x10,
|
|
||||||
FIELD_SOUNDNAME = 0x11,
|
|
||||||
FIELD_INPUT = 0x12,
|
|
||||||
FIELD_FUNCTION = 0x13,
|
|
||||||
FIELD_VMATRIX = 0x14,
|
|
||||||
FIELD_VMATRIX_WORLDSPACE = 0x15,
|
|
||||||
FIELD_MATRIX3X4_WORLDSPACE = 0x16,
|
|
||||||
FIELD_INTERVAL = 0x17,
|
|
||||||
FIELD_UNUSED = 0x18,
|
|
||||||
FIELD_VECTOR2D = 0x19,
|
|
||||||
FIELD_INT64 = 0x1A,
|
|
||||||
FIELD_VECTOR4D = 0x1B,
|
|
||||||
FIELD_RESOURCE = 0x1C,
|
|
||||||
FIELD_TYPEUNKNOWN = 0x1D,
|
|
||||||
FIELD_CSTRING = 0x1E,
|
|
||||||
FIELD_HSCRIPT = 0x1F,
|
|
||||||
FIELD_VARIANT = 0x20,
|
|
||||||
FIELD_UINT64 = 0x21,
|
|
||||||
FIELD_FLOAT64 = 0x22,
|
|
||||||
FIELD_POSITIVEINTEGER_OR_NULL = 0x23,
|
|
||||||
FIELD_HSCRIPT_NEW_INSTANCE = 0x24,
|
|
||||||
FIELD_UINT32 = 0x25,
|
|
||||||
FIELD_UTLSTRINGTOKEN = 0x26,
|
|
||||||
FIELD_QANGLE = 0x27,
|
|
||||||
FIELD_NETWORK_ORIGIN_CELL_QUANTIZED_VECTOR = 0x28,
|
|
||||||
FIELD_HMATERIAL = 0x29,
|
|
||||||
FIELD_HMODEL = 0x2A,
|
|
||||||
FIELD_NETWORK_QUANTIZED_VECTOR = 0x2B,
|
|
||||||
FIELD_NETWORK_QUANTIZED_FLOAT = 0x2C,
|
|
||||||
FIELD_DIRECTION_VECTOR_WORLDSPACE = 0x2D,
|
|
||||||
FIELD_QANGLE_WORLDSPACE = 0x2E,
|
|
||||||
FIELD_QUATERNION_WORLDSPACE = 0x2F,
|
|
||||||
FIELD_HSCRIPT_LIGHTBINDING = 0x30,
|
|
||||||
FIELD_V8_VALUE = 0x31,
|
|
||||||
FIELD_V8_OBJECT = 0x32,
|
|
||||||
FIELD_V8_ARRAY = 0x33,
|
|
||||||
FIELD_V8_CALLBACK_INFO = 0x34,
|
|
||||||
FIELD_UTLSTRING = 0x35,
|
|
||||||
FIELD_NETWORK_ORIGIN_CELL_QUANTIZED_POSITION_VECTOR = 0x36,
|
|
||||||
FIELD_HRENDERTEXTURE = 0x37,
|
|
||||||
FIELD_HPARTICLESYSTEMDEFINITION = 0x38,
|
|
||||||
FIELD_UINT8 = 0x39,
|
|
||||||
FIELD_UINT16 = 0x3A,
|
|
||||||
FIELD_CTRANSFORM = 0x3B,
|
|
||||||
FIELD_CTRANSFORM_WORLDSPACE = 0x3C,
|
|
||||||
FIELD_HPOSTPROCESSING = 0x3D,
|
|
||||||
FIELD_MATRIX3X4 = 0x3E,
|
|
||||||
FIELD_SHIM = 0x3F,
|
|
||||||
FIELD_CMOTIONTRANSFORM = 0x40,
|
|
||||||
FIELD_CMOTIONTRANSFORM_WORLDSPACE = 0x41,
|
|
||||||
FIELD_ATTACHMENT_HANDLE = 0x42,
|
|
||||||
FIELD_AMMO_INDEX = 0x43,
|
|
||||||
FIELD_CONDITION_ID = 0x44,
|
|
||||||
FIELD_AI_SCHEDULE_BITS = 0x45,
|
|
||||||
FIELD_MODIFIER_HANDLE = 0x46,
|
|
||||||
FIELD_ROTATION_VECTOR = 0x47,
|
|
||||||
FIELD_ROTATION_VECTOR_WORLDSPACE = 0x48,
|
|
||||||
FIELD_HVDATA = 0x49,
|
|
||||||
FIELD_SCALE32 = 0x4A,
|
|
||||||
FIELD_STRING_AND_TOKEN = 0x4B,
|
|
||||||
FIELD_ENGINE_TIME = 0x4C,
|
|
||||||
FIELD_ENGINE_TICK = 0x4D,
|
|
||||||
FIELD_WORLD_GROUP_ID = 0x4E,
|
|
||||||
FIELD_GLOBALSYMBOL = 0x4F,
|
|
||||||
FIELD_TYPECOUNT = 0x50
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 0
|
// Fields count: 0
|
||||||
//
|
//
|
||||||
@ -143,6 +49,20 @@ pub mod cs2_dumper {
|
|||||||
pub mod CExampleSchemaVData_PolymorphicDerivedB {
|
pub mod CExampleSchemaVData_PolymorphicDerivedB {
|
||||||
pub const m_nDerivedB: usize = 0x10; // int32
|
pub const m_nDerivedB: usize = 0x10; // int32
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCResourceManifestInternal {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCDOTAPatchNotesList {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
4244
output/server.dll.cs
4244
output/server.dll.cs
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
4372
output/server.dll.rs
4372
output/server.dll.rs
File diff suppressed because it is too large
Load Diff
@ -1,177 +1,11 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
// Classes count: 50
|
// Classes count: 78
|
||||||
// Enums count: 13
|
// Enums count: 0
|
||||||
public static class SoundsystemDll {
|
public static class SoundsystemDll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 30
|
|
||||||
public enum soundlevel_t : uint {
|
|
||||||
SNDLVL_NONE = 0x0,
|
|
||||||
SNDLVL_20dB = 0x14,
|
|
||||||
SNDLVL_25dB = 0x19,
|
|
||||||
SNDLVL_30dB = 0x1E,
|
|
||||||
SNDLVL_35dB = 0x23,
|
|
||||||
SNDLVL_40dB = 0x28,
|
|
||||||
SNDLVL_45dB = 0x2D,
|
|
||||||
SNDLVL_50dB = 0x32,
|
|
||||||
SNDLVL_55dB = 0x37,
|
|
||||||
SNDLVL_IDLE = 0x3C,
|
|
||||||
SNDLVL_60dB = 0x3C,
|
|
||||||
SNDLVL_65dB = 0x41,
|
|
||||||
SNDLVL_STATIC = 0x42,
|
|
||||||
SNDLVL_70dB = 0x46,
|
|
||||||
SNDLVL_NORM = 0x4B,
|
|
||||||
SNDLVL_75dB = 0x4B,
|
|
||||||
SNDLVL_80dB = 0x50,
|
|
||||||
SNDLVL_TALKING = 0x50,
|
|
||||||
SNDLVL_85dB = 0x55,
|
|
||||||
SNDLVL_90dB = 0x5A,
|
|
||||||
SNDLVL_95dB = 0x5F,
|
|
||||||
SNDLVL_100dB = 0x64,
|
|
||||||
SNDLVL_105dB = 0x69,
|
|
||||||
SNDLVL_110dB = 0x6E,
|
|
||||||
SNDLVL_120dB = 0x78,
|
|
||||||
SNDLVL_130dB = 0x82,
|
|
||||||
SNDLVL_GUNFIRE = 0x8C,
|
|
||||||
SNDLVL_140dB = 0x8C,
|
|
||||||
SNDLVL_150dB = 0x96,
|
|
||||||
SNDLVL_180dB = 0xB4
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 6
|
|
||||||
public enum ActionType_t : uint {
|
|
||||||
SOS_ACTION_NONE = 0x0,
|
|
||||||
SOS_ACTION_LIMITER = 0x1,
|
|
||||||
SOS_ACTION_TIME_LIMIT = 0x2,
|
|
||||||
SOS_ACTION_TIME_BLOCK_LIMITER = 0x3,
|
|
||||||
SOS_ACTION_SET_SOUNDEVENT_PARAM = 0x4,
|
|
||||||
SOS_ACTION_SOUNDEVENT_CLUSTER = 0x5
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
public enum SosActionStopType_t : uint {
|
|
||||||
SOS_STOPTYPE_NONE = 0x0,
|
|
||||||
SOS_STOPTYPE_TIME = 0x1,
|
|
||||||
SOS_STOPTYPE_OPVAR = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 2
|
|
||||||
public enum SosActionSortType_t : uint {
|
|
||||||
SOS_SORTTYPE_HIGHEST = 0x0,
|
|
||||||
SOS_SORTTYPE_LOWEST = 0x1
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 2
|
|
||||||
public enum SosGroupType_t : uint {
|
|
||||||
SOS_GROUPTYPE_DYNAMIC = 0x0,
|
|
||||||
SOS_GROUPTYPE_STATIC = 0x1
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 6
|
|
||||||
public enum SosEditItemType_t : uint {
|
|
||||||
SOS_EDIT_ITEM_TYPE_SOUNDEVENTS = 0x0,
|
|
||||||
SOS_EDIT_ITEM_TYPE_SOUNDEVENT = 0x1,
|
|
||||||
SOS_EDIT_ITEM_TYPE_LIBRARYSTACKS = 0x2,
|
|
||||||
SOS_EDIT_ITEM_TYPE_STACK = 0x3,
|
|
||||||
SOS_EDIT_ITEM_TYPE_OPERATOR = 0x4,
|
|
||||||
SOS_EDIT_ITEM_TYPE_FIELD = 0x5
|
|
||||||
}
|
|
||||||
// Alignment: 2
|
|
||||||
// Members count: 10
|
|
||||||
public enum VMixFilterType_t : ushort {
|
|
||||||
FILTER_UNKNOWN = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
FILTER_LOWPASS = 0x0,
|
|
||||||
FILTER_HIGHPASS = 0x1,
|
|
||||||
FILTER_BANDPASS = 0x2,
|
|
||||||
FILTER_NOTCH = 0x3,
|
|
||||||
FILTER_PEAKING_EQ = 0x4,
|
|
||||||
FILTER_LOW_SHELF = 0x5,
|
|
||||||
FILTER_HIGH_SHELF = 0x6,
|
|
||||||
FILTER_ALLPASS = 0x7,
|
|
||||||
FILTER_PASSTHROUGH = 0x8
|
|
||||||
}
|
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 9
|
|
||||||
public enum VMixFilterSlope_t : byte {
|
|
||||||
FILTER_SLOPE_1POLE_6dB = 0x0,
|
|
||||||
FILTER_SLOPE_1POLE_12dB = 0x1,
|
|
||||||
FILTER_SLOPE_1POLE_18dB = 0x2,
|
|
||||||
FILTER_SLOPE_1POLE_24dB = 0x3,
|
|
||||||
FILTER_SLOPE_12dB = 0x4,
|
|
||||||
FILTER_SLOPE_24dB = 0x5,
|
|
||||||
FILTER_SLOPE_36dB = 0x6,
|
|
||||||
FILTER_SLOPE_48dB = 0x7,
|
|
||||||
FILTER_SLOPE_MAX = 0x7
|
|
||||||
}
|
|
||||||
// Alignment: 2
|
|
||||||
// Members count: 30
|
|
||||||
public enum VMixProcessorType_t : ushort {
|
|
||||||
VPROCESSOR_UNKNOWN = 0x0,
|
|
||||||
VPROCESSOR_STEAMAUDIO_REVERB = 0x1,
|
|
||||||
VPROCESSOR_RT_PITCH = 0x2,
|
|
||||||
VPROCESSOR_STEAMAUDIO_HRTF = 0x3,
|
|
||||||
VPROCESSOR_DYNAMICS = 0x4,
|
|
||||||
VPROCESSOR_PRESETDSP = 0x5,
|
|
||||||
VPROCESSOR_DELAY = 0x6,
|
|
||||||
VPROCESSOR_MOD_DELAY = 0x7,
|
|
||||||
VPROCESSOR_DIFFUSOR = 0x8,
|
|
||||||
VPROCESSOR_BOXVERB = 0x9,
|
|
||||||
VPROCESSOR_FREEVERB = 0xA,
|
|
||||||
VPROCESSOR_PLATEVERB = 0xB,
|
|
||||||
VPROCESSOR_FULLWAVE_INTEGRATOR = 0xC,
|
|
||||||
VPROCESSOR_FILTER = 0xD,
|
|
||||||
VPROCESSOR_STEAMAUDIO_PATHING = 0xE,
|
|
||||||
VPROCESSOR_EQ8 = 0xF,
|
|
||||||
VPROCESSOR_ENVELOPE = 0x10,
|
|
||||||
VPROCESSOR_VOCODER = 0x11,
|
|
||||||
VPROCESSOR_CONVOLUTION = 0x12,
|
|
||||||
VPROCESSOR_DYNAMICS_3BAND = 0x13,
|
|
||||||
VPROCESSOR_DYNAMICS_COMPRESSOR = 0x14,
|
|
||||||
VPROCESSOR_SHAPER = 0x15,
|
|
||||||
VPROCESSOR_PANNER = 0x16,
|
|
||||||
VPROCESSOR_UTILITY = 0x17,
|
|
||||||
VPROCESSOR_AUTOFILTER = 0x18,
|
|
||||||
VPROCESSOR_OSC = 0x19,
|
|
||||||
VPROCESSOR_STEREODELAY = 0x1A,
|
|
||||||
VPROCESSOR_EFFECT_CHAIN = 0x1B,
|
|
||||||
VPROCESSOR_SUBGRAPH_SWITCH = 0x1C,
|
|
||||||
VPROCESSOR_STEAMAUDIO_DIRECT = 0x1D
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 5
|
|
||||||
public enum VMixLFOShape_t : uint {
|
|
||||||
LFO_SHAPE_SINE = 0x0,
|
|
||||||
LFO_SHAPE_SQUARE = 0x1,
|
|
||||||
LFO_SHAPE_TRI = 0x2,
|
|
||||||
LFO_SHAPE_SAW = 0x3,
|
|
||||||
LFO_SHAPE_NOISE = 0x4
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 2
|
|
||||||
public enum VMixPannerType_t : uint {
|
|
||||||
PANNER_TYPE_LINEAR = 0x0,
|
|
||||||
PANNER_TYPE_EQUAL_POWER = 0x1
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
public enum VMixSubgraphSwitchInterpolationType_t : uint {
|
|
||||||
SUBGRAPH_INTERPOLATION_TEMPORAL_CROSSFADE = 0x0,
|
|
||||||
SUBGRAPH_INTERPOLATION_TEMPORAL_FADE_OUT = 0x1,
|
|
||||||
SUBGRAPH_INTERPOLATION_KEEP_LAST_SUBGRAPH_RUNNING = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 6
|
|
||||||
public enum VMixChannelOperation_t : uint {
|
|
||||||
VMIX_CHAN_STEREO = 0x0,
|
|
||||||
VMIX_CHAN_LEFT = 0x1,
|
|
||||||
VMIX_CHAN_RIGHT = 0x2,
|
|
||||||
VMIX_CHAN_SWAP = 0x3,
|
|
||||||
VMIX_CHAN_MONO = 0x4,
|
|
||||||
VMIX_CHAN_MID_SIDE = 0x5
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 3
|
// Fields count: 3
|
||||||
//
|
//
|
||||||
@ -752,5 +586,244 @@ namespace CS2Dumper.Schemas {
|
|||||||
public const nint m_bOnlyTailsOnFadeOut = 0x4; // bool
|
public const nint m_bOnlyTailsOnFadeOut = 0x4; // bool
|
||||||
public const nint m_flInterpolationTime = 0x8; // float32
|
public const nint m_flInterpolationTime = 0x8; // float32
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 4
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CovMatrix3 {
|
||||||
|
public const nint m_vDiag = 0x0; //
|
||||||
|
public const nint m_flXY = 0xC; // float32
|
||||||
|
public const nint m_flXZ = 0x10; // float32
|
||||||
|
public const nint m_flYZ = 0x14; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 4
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class FourCovMatrices3 {
|
||||||
|
public const nint m_vDiag = 0x0; // FourVectors
|
||||||
|
public const nint m_flXY = 0x30; // fltx4
|
||||||
|
public const nint m_flXZ = 0x40; // fltx4
|
||||||
|
public const nint m_flYZ = 0x50; // fltx4
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 3
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class FeFitInfluence_t {
|
||||||
|
public const nint nVertexNode = 0x0; // uint32
|
||||||
|
public const nint flWeight = 0x4; // float32
|
||||||
|
public const nint nMatrixNode = 0x8; // uint32
|
||||||
|
}
|
||||||
|
// Parent: FeTaperedCapsuleRigid_t
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class FeBuildTaperedCapsuleRigid_t {
|
||||||
|
public const nint m_nPriority = 0x30; // int32
|
||||||
|
public const nint m_nVertexMapHash = 0x34; // uint32
|
||||||
|
}
|
||||||
|
// Parent: FeBoxRigid_t
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class FeBuildBoxRigid_t {
|
||||||
|
public const nint m_nPriority = 0x40; // int32
|
||||||
|
public const nint m_nVertexMapHash = 0x44; // uint32
|
||||||
|
}
|
||||||
|
// Parent: FeSphereRigid_t
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class FeBuildSphereRigid_t {
|
||||||
|
public const nint m_nPriority = 0x20; // int32
|
||||||
|
public const nint m_nVertexMapHash = 0x24; // uint32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class FeSourceEdge_t {
|
||||||
|
public const nint nNode = 0x0; // uint16[2]
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class FeVertexMapBuild_t {
|
||||||
|
public const nint m_VertexMapName = 0x0; // CUtlString
|
||||||
|
public const nint m_nNameHash = 0x8; // uint32
|
||||||
|
public const nint m_Color = 0xC; // Color
|
||||||
|
public const nint m_flVolumetricSolveStrength = 0x10; // float32
|
||||||
|
public const nint m_nScaleSourceNode = 0x14; // int32
|
||||||
|
public const nint m_Weights = 0x18; // CUtlVector<float32>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CFeVertexMapBuildArray {
|
||||||
|
public const nint m_Array = 0x0; // CUtlVector<FeVertexMapBuild_t*>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class FeProxyVertexMap_t {
|
||||||
|
public const nint m_Name = 0x0; // CUtlString
|
||||||
|
public const nint m_flWeight = 0x8; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 7
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CFeMorphLayer {
|
||||||
|
public const nint m_Name = 0x0; // CUtlString
|
||||||
|
public const nint m_nNameHash = 0x8; // uint32
|
||||||
|
public const nint m_Nodes = 0x10; // CUtlVector<uint16>
|
||||||
|
public const nint m_InitPos = 0x28; // CUtlVector<Vector>
|
||||||
|
public const nint m_Gravity = 0x40; // CUtlVector<float32>
|
||||||
|
public const nint m_GoalStrength = 0x58; // CUtlVector<float32>
|
||||||
|
public const nint m_GoalDamping = 0x70; // CUtlVector<float32>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class Dop26_t {
|
||||||
|
public const nint m_flSupport = 0x0; // float32[26]
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class RnCapsule_t {
|
||||||
|
public const nint m_vCenter = 0x0; // Vector[2]
|
||||||
|
public const nint m_flRadius = 0x18; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
public static class KeyValues {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
public static class CCompressor__Vector__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
public static class CCompressor__QuaternionStorage__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
public static class CCompressor__int32__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
public static class CCompressor__bool__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
public static class CCompressor__Color__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
public static class CCompressor__Vector2D__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
public static class CCompressor__Vector4D__ {
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 5
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class C_OP_ConstrainDistance {
|
||||||
|
public const nint m_fMinDistance = 0x1C0; // CParticleCollectionFloatInput
|
||||||
|
public const nint m_fMaxDistance = 0x318; // CParticleCollectionFloatInput
|
||||||
|
public const nint m_nControlPointNumber = 0x470; // int32
|
||||||
|
public const nint m_CenterOffset = 0x474; //
|
||||||
|
public const nint m_bGlobalCenter = 0x480; // bool
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class C_OP_CollideWithSelf {
|
||||||
|
public const nint m_flRadiusScale = 0x1C0; // CPerParticleFloatInput
|
||||||
|
public const nint m_flMinimumSpeed = 0x318; // CPerParticleFloatInput
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class C_OP_CollideWithParentParticles {
|
||||||
|
public const nint m_flParentRadiusScale = 0x1C0; // CPerParticleFloatInput
|
||||||
|
public const nint m_flRadiusScale = 0x318; // CPerParticleFloatInput
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 8
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class C_OP_ConstrainDistanceToPath {
|
||||||
|
public const nint m_fMinDistance = 0x1C0; // float32
|
||||||
|
public const nint m_flMaxDistance0 = 0x1C4; // float32
|
||||||
|
public const nint m_flMaxDistanceMid = 0x1C8; // float32
|
||||||
|
public const nint m_flMaxDistance1 = 0x1CC; // float32
|
||||||
|
public const nint m_PathParameters = 0x1D0; // CPathParameters
|
||||||
|
public const nint m_flTravelTime = 0x210; // float32
|
||||||
|
public const nint m_nFieldScale = 0x214; // ParticleAttributeIndex_t
|
||||||
|
public const nint m_nManualTField = 0x218; // ParticleAttributeIndex_t
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 5
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class C_OP_ConstrainDistanceToUserSpecifiedPath {
|
||||||
|
public const nint m_fMinDistance = 0x1C0; // float32
|
||||||
|
public const nint m_flMaxDistance = 0x1C4; // float32
|
||||||
|
public const nint m_flTimeScale = 0x1C8; // float32
|
||||||
|
public const nint m_bLoopedPath = 0x1CC; // bool
|
||||||
|
public const nint m_pointList = 0x1D0; // CUtlVector<PointDefinitionWithTimeValues_t>
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 8
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class C_OP_PlanarConstraint {
|
||||||
|
public const nint m_PointOnPlane = 0x1C0; //
|
||||||
|
public const nint m_PlaneNormal = 0x1CC; //
|
||||||
|
public const nint m_nControlPointNumber = 0x1D8; // int32
|
||||||
|
public const nint m_bGlobalOrigin = 0x1DC; // bool
|
||||||
|
public const nint m_bGlobalNormal = 0x1DD; // bool
|
||||||
|
public const nint m_flRadiusScale = 0x1E0; // CPerParticleFloatInput
|
||||||
|
public const nint m_flMaximumDistanceToCP = 0x338; // CParticleCollectionFloatInput
|
||||||
|
public const nint m_bUseOldCode = 0x490; // bool
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class C_OP_WorldCollideConstraint {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -8,175 +8,9 @@
|
|||||||
namespace cs2_dumper {
|
namespace cs2_dumper {
|
||||||
namespace schemas {
|
namespace schemas {
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
// Classes count: 50
|
// Classes count: 78
|
||||||
// Enums count: 13
|
// Enums count: 0
|
||||||
namespace soundsystem_dll {
|
namespace soundsystem_dll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 30
|
|
||||||
enum class soundlevel_t : uint32_t {
|
|
||||||
SNDLVL_NONE = 0x0,
|
|
||||||
SNDLVL_20dB = 0x14,
|
|
||||||
SNDLVL_25dB = 0x19,
|
|
||||||
SNDLVL_30dB = 0x1E,
|
|
||||||
SNDLVL_35dB = 0x23,
|
|
||||||
SNDLVL_40dB = 0x28,
|
|
||||||
SNDLVL_45dB = 0x2D,
|
|
||||||
SNDLVL_50dB = 0x32,
|
|
||||||
SNDLVL_55dB = 0x37,
|
|
||||||
SNDLVL_IDLE = 0x3C,
|
|
||||||
SNDLVL_60dB = 0x3C,
|
|
||||||
SNDLVL_65dB = 0x41,
|
|
||||||
SNDLVL_STATIC = 0x42,
|
|
||||||
SNDLVL_70dB = 0x46,
|
|
||||||
SNDLVL_NORM = 0x4B,
|
|
||||||
SNDLVL_75dB = 0x4B,
|
|
||||||
SNDLVL_80dB = 0x50,
|
|
||||||
SNDLVL_TALKING = 0x50,
|
|
||||||
SNDLVL_85dB = 0x55,
|
|
||||||
SNDLVL_90dB = 0x5A,
|
|
||||||
SNDLVL_95dB = 0x5F,
|
|
||||||
SNDLVL_100dB = 0x64,
|
|
||||||
SNDLVL_105dB = 0x69,
|
|
||||||
SNDLVL_110dB = 0x6E,
|
|
||||||
SNDLVL_120dB = 0x78,
|
|
||||||
SNDLVL_130dB = 0x82,
|
|
||||||
SNDLVL_GUNFIRE = 0x8C,
|
|
||||||
SNDLVL_140dB = 0x8C,
|
|
||||||
SNDLVL_150dB = 0x96,
|
|
||||||
SNDLVL_180dB = 0xB4
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 6
|
|
||||||
enum class ActionType_t : uint32_t {
|
|
||||||
SOS_ACTION_NONE = 0x0,
|
|
||||||
SOS_ACTION_LIMITER = 0x1,
|
|
||||||
SOS_ACTION_TIME_LIMIT = 0x2,
|
|
||||||
SOS_ACTION_TIME_BLOCK_LIMITER = 0x3,
|
|
||||||
SOS_ACTION_SET_SOUNDEVENT_PARAM = 0x4,
|
|
||||||
SOS_ACTION_SOUNDEVENT_CLUSTER = 0x5
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
enum class SosActionStopType_t : uint32_t {
|
|
||||||
SOS_STOPTYPE_NONE = 0x0,
|
|
||||||
SOS_STOPTYPE_TIME = 0x1,
|
|
||||||
SOS_STOPTYPE_OPVAR = 0x2
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 2
|
|
||||||
enum class SosActionSortType_t : uint32_t {
|
|
||||||
SOS_SORTTYPE_HIGHEST = 0x0,
|
|
||||||
SOS_SORTTYPE_LOWEST = 0x1
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 2
|
|
||||||
enum class SosGroupType_t : uint32_t {
|
|
||||||
SOS_GROUPTYPE_DYNAMIC = 0x0,
|
|
||||||
SOS_GROUPTYPE_STATIC = 0x1
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 6
|
|
||||||
enum class SosEditItemType_t : uint32_t {
|
|
||||||
SOS_EDIT_ITEM_TYPE_SOUNDEVENTS = 0x0,
|
|
||||||
SOS_EDIT_ITEM_TYPE_SOUNDEVENT = 0x1,
|
|
||||||
SOS_EDIT_ITEM_TYPE_LIBRARYSTACKS = 0x2,
|
|
||||||
SOS_EDIT_ITEM_TYPE_STACK = 0x3,
|
|
||||||
SOS_EDIT_ITEM_TYPE_OPERATOR = 0x4,
|
|
||||||
SOS_EDIT_ITEM_TYPE_FIELD = 0x5
|
|
||||||
};
|
|
||||||
// Alignment: 2
|
|
||||||
// Members count: 10
|
|
||||||
enum class VMixFilterType_t : uint16_t {
|
|
||||||
FILTER_UNKNOWN = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
FILTER_LOWPASS = 0x0,
|
|
||||||
FILTER_HIGHPASS = 0x1,
|
|
||||||
FILTER_BANDPASS = 0x2,
|
|
||||||
FILTER_NOTCH = 0x3,
|
|
||||||
FILTER_PEAKING_EQ = 0x4,
|
|
||||||
FILTER_LOW_SHELF = 0x5,
|
|
||||||
FILTER_HIGH_SHELF = 0x6,
|
|
||||||
FILTER_ALLPASS = 0x7,
|
|
||||||
FILTER_PASSTHROUGH = 0x8
|
|
||||||
};
|
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 9
|
|
||||||
enum class VMixFilterSlope_t : uint8_t {
|
|
||||||
FILTER_SLOPE_1POLE_6dB = 0x0,
|
|
||||||
FILTER_SLOPE_1POLE_12dB = 0x1,
|
|
||||||
FILTER_SLOPE_1POLE_18dB = 0x2,
|
|
||||||
FILTER_SLOPE_1POLE_24dB = 0x3,
|
|
||||||
FILTER_SLOPE_12dB = 0x4,
|
|
||||||
FILTER_SLOPE_24dB = 0x5,
|
|
||||||
FILTER_SLOPE_36dB = 0x6,
|
|
||||||
FILTER_SLOPE_48dB = 0x7,
|
|
||||||
FILTER_SLOPE_MAX = 0x7
|
|
||||||
};
|
|
||||||
// Alignment: 2
|
|
||||||
// Members count: 30
|
|
||||||
enum class VMixProcessorType_t : uint16_t {
|
|
||||||
VPROCESSOR_UNKNOWN = 0x0,
|
|
||||||
VPROCESSOR_STEAMAUDIO_REVERB = 0x1,
|
|
||||||
VPROCESSOR_RT_PITCH = 0x2,
|
|
||||||
VPROCESSOR_STEAMAUDIO_HRTF = 0x3,
|
|
||||||
VPROCESSOR_DYNAMICS = 0x4,
|
|
||||||
VPROCESSOR_PRESETDSP = 0x5,
|
|
||||||
VPROCESSOR_DELAY = 0x6,
|
|
||||||
VPROCESSOR_MOD_DELAY = 0x7,
|
|
||||||
VPROCESSOR_DIFFUSOR = 0x8,
|
|
||||||
VPROCESSOR_BOXVERB = 0x9,
|
|
||||||
VPROCESSOR_FREEVERB = 0xA,
|
|
||||||
VPROCESSOR_PLATEVERB = 0xB,
|
|
||||||
VPROCESSOR_FULLWAVE_INTEGRATOR = 0xC,
|
|
||||||
VPROCESSOR_FILTER = 0xD,
|
|
||||||
VPROCESSOR_STEAMAUDIO_PATHING = 0xE,
|
|
||||||
VPROCESSOR_EQ8 = 0xF,
|
|
||||||
VPROCESSOR_ENVELOPE = 0x10,
|
|
||||||
VPROCESSOR_VOCODER = 0x11,
|
|
||||||
VPROCESSOR_CONVOLUTION = 0x12,
|
|
||||||
VPROCESSOR_DYNAMICS_3BAND = 0x13,
|
|
||||||
VPROCESSOR_DYNAMICS_COMPRESSOR = 0x14,
|
|
||||||
VPROCESSOR_SHAPER = 0x15,
|
|
||||||
VPROCESSOR_PANNER = 0x16,
|
|
||||||
VPROCESSOR_UTILITY = 0x17,
|
|
||||||
VPROCESSOR_AUTOFILTER = 0x18,
|
|
||||||
VPROCESSOR_OSC = 0x19,
|
|
||||||
VPROCESSOR_STEREODELAY = 0x1A,
|
|
||||||
VPROCESSOR_EFFECT_CHAIN = 0x1B,
|
|
||||||
VPROCESSOR_SUBGRAPH_SWITCH = 0x1C,
|
|
||||||
VPROCESSOR_STEAMAUDIO_DIRECT = 0x1D
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 5
|
|
||||||
enum class VMixLFOShape_t : uint32_t {
|
|
||||||
LFO_SHAPE_SINE = 0x0,
|
|
||||||
LFO_SHAPE_SQUARE = 0x1,
|
|
||||||
LFO_SHAPE_TRI = 0x2,
|
|
||||||
LFO_SHAPE_SAW = 0x3,
|
|
||||||
LFO_SHAPE_NOISE = 0x4
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 2
|
|
||||||
enum class VMixPannerType_t : uint32_t {
|
|
||||||
PANNER_TYPE_LINEAR = 0x0,
|
|
||||||
PANNER_TYPE_EQUAL_POWER = 0x1
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
enum class VMixSubgraphSwitchInterpolationType_t : uint32_t {
|
|
||||||
SUBGRAPH_INTERPOLATION_TEMPORAL_CROSSFADE = 0x0,
|
|
||||||
SUBGRAPH_INTERPOLATION_TEMPORAL_FADE_OUT = 0x1,
|
|
||||||
SUBGRAPH_INTERPOLATION_KEEP_LAST_SUBGRAPH_RUNNING = 0x2
|
|
||||||
};
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 6
|
|
||||||
enum class VMixChannelOperation_t : uint32_t {
|
|
||||||
VMIX_CHAN_STEREO = 0x0,
|
|
||||||
VMIX_CHAN_LEFT = 0x1,
|
|
||||||
VMIX_CHAN_RIGHT = 0x2,
|
|
||||||
VMIX_CHAN_SWAP = 0x3,
|
|
||||||
VMIX_CHAN_MONO = 0x4,
|
|
||||||
VMIX_CHAN_MID_SIDE = 0x5
|
|
||||||
};
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 3
|
// Fields count: 3
|
||||||
//
|
//
|
||||||
@ -757,6 +591,245 @@ namespace cs2_dumper {
|
|||||||
constexpr std::ptrdiff_t m_bOnlyTailsOnFadeOut = 0x4; // bool
|
constexpr std::ptrdiff_t m_bOnlyTailsOnFadeOut = 0x4; // bool
|
||||||
constexpr std::ptrdiff_t m_flInterpolationTime = 0x8; // float32
|
constexpr std::ptrdiff_t m_flInterpolationTime = 0x8; // float32
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 4
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CovMatrix3 {
|
||||||
|
constexpr std::ptrdiff_t m_vDiag = 0x0; //
|
||||||
|
constexpr std::ptrdiff_t m_flXY = 0xC; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flXZ = 0x10; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flYZ = 0x14; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 4
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace FourCovMatrices3 {
|
||||||
|
constexpr std::ptrdiff_t m_vDiag = 0x0; // FourVectors
|
||||||
|
constexpr std::ptrdiff_t m_flXY = 0x30; // fltx4
|
||||||
|
constexpr std::ptrdiff_t m_flXZ = 0x40; // fltx4
|
||||||
|
constexpr std::ptrdiff_t m_flYZ = 0x50; // fltx4
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 3
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace FeFitInfluence_t {
|
||||||
|
constexpr std::ptrdiff_t nVertexNode = 0x0; // uint32
|
||||||
|
constexpr std::ptrdiff_t flWeight = 0x4; // float32
|
||||||
|
constexpr std::ptrdiff_t nMatrixNode = 0x8; // uint32
|
||||||
|
}
|
||||||
|
// Parent: FeTaperedCapsuleRigid_t
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace FeBuildTaperedCapsuleRigid_t {
|
||||||
|
constexpr std::ptrdiff_t m_nPriority = 0x30; // int32
|
||||||
|
constexpr std::ptrdiff_t m_nVertexMapHash = 0x34; // uint32
|
||||||
|
}
|
||||||
|
// Parent: FeBoxRigid_t
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace FeBuildBoxRigid_t {
|
||||||
|
constexpr std::ptrdiff_t m_nPriority = 0x40; // int32
|
||||||
|
constexpr std::ptrdiff_t m_nVertexMapHash = 0x44; // uint32
|
||||||
|
}
|
||||||
|
// Parent: FeSphereRigid_t
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace FeBuildSphereRigid_t {
|
||||||
|
constexpr std::ptrdiff_t m_nPriority = 0x20; // int32
|
||||||
|
constexpr std::ptrdiff_t m_nVertexMapHash = 0x24; // uint32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace FeSourceEdge_t {
|
||||||
|
constexpr std::ptrdiff_t nNode = 0x0; // uint16[2]
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace FeVertexMapBuild_t {
|
||||||
|
constexpr std::ptrdiff_t m_VertexMapName = 0x0; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t m_nNameHash = 0x8; // uint32
|
||||||
|
constexpr std::ptrdiff_t m_Color = 0xC; // Color
|
||||||
|
constexpr std::ptrdiff_t m_flVolumetricSolveStrength = 0x10; // float32
|
||||||
|
constexpr std::ptrdiff_t m_nScaleSourceNode = 0x14; // int32
|
||||||
|
constexpr std::ptrdiff_t m_Weights = 0x18; // CUtlVector<float32>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CFeVertexMapBuildArray {
|
||||||
|
constexpr std::ptrdiff_t m_Array = 0x0; // CUtlVector<FeVertexMapBuild_t*>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace FeProxyVertexMap_t {
|
||||||
|
constexpr std::ptrdiff_t m_Name = 0x0; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t m_flWeight = 0x8; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 7
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CFeMorphLayer {
|
||||||
|
constexpr std::ptrdiff_t m_Name = 0x0; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t m_nNameHash = 0x8; // uint32
|
||||||
|
constexpr std::ptrdiff_t m_Nodes = 0x10; // CUtlVector<uint16>
|
||||||
|
constexpr std::ptrdiff_t m_InitPos = 0x28; // CUtlVector<Vector>
|
||||||
|
constexpr std::ptrdiff_t m_Gravity = 0x40; // CUtlVector<float32>
|
||||||
|
constexpr std::ptrdiff_t m_GoalStrength = 0x58; // CUtlVector<float32>
|
||||||
|
constexpr std::ptrdiff_t m_GoalDamping = 0x70; // CUtlVector<float32>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace Dop26_t {
|
||||||
|
constexpr std::ptrdiff_t m_flSupport = 0x0; // float32[26]
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace RnCapsule_t {
|
||||||
|
constexpr std::ptrdiff_t m_vCenter = 0x0; // Vector[2]
|
||||||
|
constexpr std::ptrdiff_t m_flRadius = 0x18; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
namespace KeyValues {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
namespace CCompressor__Vector__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
namespace CCompressor__QuaternionStorage__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
namespace CCompressor__int32__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
namespace CCompressor__bool__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
namespace CCompressor__Color__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
namespace CCompressor__Vector2D__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
namespace CCompressor__Vector4D__ {
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 5
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace C_OP_ConstrainDistance {
|
||||||
|
constexpr std::ptrdiff_t m_fMinDistance = 0x1C0; // CParticleCollectionFloatInput
|
||||||
|
constexpr std::ptrdiff_t m_fMaxDistance = 0x318; // CParticleCollectionFloatInput
|
||||||
|
constexpr std::ptrdiff_t m_nControlPointNumber = 0x470; // int32
|
||||||
|
constexpr std::ptrdiff_t m_CenterOffset = 0x474; //
|
||||||
|
constexpr std::ptrdiff_t m_bGlobalCenter = 0x480; // bool
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace C_OP_CollideWithSelf {
|
||||||
|
constexpr std::ptrdiff_t m_flRadiusScale = 0x1C0; // CPerParticleFloatInput
|
||||||
|
constexpr std::ptrdiff_t m_flMinimumSpeed = 0x318; // CPerParticleFloatInput
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace C_OP_CollideWithParentParticles {
|
||||||
|
constexpr std::ptrdiff_t m_flParentRadiusScale = 0x1C0; // CPerParticleFloatInput
|
||||||
|
constexpr std::ptrdiff_t m_flRadiusScale = 0x318; // CPerParticleFloatInput
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 8
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace C_OP_ConstrainDistanceToPath {
|
||||||
|
constexpr std::ptrdiff_t m_fMinDistance = 0x1C0; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flMaxDistance0 = 0x1C4; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flMaxDistanceMid = 0x1C8; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flMaxDistance1 = 0x1CC; // float32
|
||||||
|
constexpr std::ptrdiff_t m_PathParameters = 0x1D0; // CPathParameters
|
||||||
|
constexpr std::ptrdiff_t m_flTravelTime = 0x210; // float32
|
||||||
|
constexpr std::ptrdiff_t m_nFieldScale = 0x214; // ParticleAttributeIndex_t
|
||||||
|
constexpr std::ptrdiff_t m_nManualTField = 0x218; // ParticleAttributeIndex_t
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 5
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace C_OP_ConstrainDistanceToUserSpecifiedPath {
|
||||||
|
constexpr std::ptrdiff_t m_fMinDistance = 0x1C0; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flMaxDistance = 0x1C4; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flTimeScale = 0x1C8; // float32
|
||||||
|
constexpr std::ptrdiff_t m_bLoopedPath = 0x1CC; // bool
|
||||||
|
constexpr std::ptrdiff_t m_pointList = 0x1D0; // CUtlVector<PointDefinitionWithTimeValues_t>
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 8
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace C_OP_PlanarConstraint {
|
||||||
|
constexpr std::ptrdiff_t m_PointOnPlane = 0x1C0; //
|
||||||
|
constexpr std::ptrdiff_t m_PlaneNormal = 0x1CC; //
|
||||||
|
constexpr std::ptrdiff_t m_nControlPointNumber = 0x1D8; // int32
|
||||||
|
constexpr std::ptrdiff_t m_bGlobalOrigin = 0x1DC; // bool
|
||||||
|
constexpr std::ptrdiff_t m_bGlobalNormal = 0x1DD; // bool
|
||||||
|
constexpr std::ptrdiff_t m_flRadiusScale = 0x1E0; // CPerParticleFloatInput
|
||||||
|
constexpr std::ptrdiff_t m_flMaximumDistanceToCP = 0x338; // CParticleCollectionFloatInput
|
||||||
|
constexpr std::ptrdiff_t m_bUseOldCode = 0x490; // bool
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace C_OP_WorldCollideConstraint {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,41 @@
|
|||||||
{
|
{
|
||||||
"soundsystem.dll": {
|
"soundsystem.dll": {
|
||||||
"classes": {
|
"classes": {
|
||||||
|
"CCompressor__Color__": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CCompressor__QuaternionStorage__": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CCompressor__Vector2D__": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CCompressor__Vector4D__": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CCompressor__Vector__": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CCompressor__bool__": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CCompressor__int32__": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
"CDSPMixgroupModifier": {
|
"CDSPMixgroupModifier": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"m_flListenerReverbModifierWhenSourceReverbIsActive": 24,
|
"m_flListenerReverbModifierWhenSourceReverbIsActive": 24,
|
||||||
@ -31,6 +66,36 @@
|
|||||||
],
|
],
|
||||||
"parent": null
|
"parent": null
|
||||||
},
|
},
|
||||||
|
"CFeMorphLayer": {
|
||||||
|
"fields": {
|
||||||
|
"m_GoalDamping": 112,
|
||||||
|
"m_GoalStrength": 88,
|
||||||
|
"m_Gravity": 64,
|
||||||
|
"m_InitPos": 40,
|
||||||
|
"m_Name": 0,
|
||||||
|
"m_Nodes": 16,
|
||||||
|
"m_nNameHash": 8
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CFeVertexMapBuildArray": {
|
||||||
|
"fields": {
|
||||||
|
"m_Array": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
"CSosGroupActionLimitSchema": {
|
"CSosGroupActionLimitSchema": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"m_nMaxCount": 24,
|
"m_nMaxCount": 24,
|
||||||
@ -356,6 +421,267 @@
|
|||||||
],
|
],
|
||||||
"parent": "CVoiceContainerBase"
|
"parent": "CVoiceContainerBase"
|
||||||
},
|
},
|
||||||
|
"C_OP_CollideWithParentParticles": {
|
||||||
|
"fields": {
|
||||||
|
"m_flParentRadiusScale": 448,
|
||||||
|
"m_flRadiusScale": 792
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "CParticleFunctionConstraint"
|
||||||
|
},
|
||||||
|
"C_OP_CollideWithSelf": {
|
||||||
|
"fields": {
|
||||||
|
"m_flMinimumSpeed": 792,
|
||||||
|
"m_flRadiusScale": 448
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "CParticleFunctionConstraint"
|
||||||
|
},
|
||||||
|
"C_OP_ConstrainDistance": {
|
||||||
|
"fields": {
|
||||||
|
"m_CenterOffset": 1140,
|
||||||
|
"m_bGlobalCenter": 1152,
|
||||||
|
"m_fMaxDistance": 792,
|
||||||
|
"m_fMinDistance": 448,
|
||||||
|
"m_nControlPointNumber": 1136
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "CParticleFunctionConstraint"
|
||||||
|
},
|
||||||
|
"C_OP_ConstrainDistanceToPath": {
|
||||||
|
"fields": {
|
||||||
|
"m_PathParameters": 464,
|
||||||
|
"m_fMinDistance": 448,
|
||||||
|
"m_flMaxDistance0": 452,
|
||||||
|
"m_flMaxDistance1": 460,
|
||||||
|
"m_flMaxDistanceMid": 456,
|
||||||
|
"m_flTravelTime": 528,
|
||||||
|
"m_nFieldScale": 532,
|
||||||
|
"m_nManualTField": 536
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "CParticleFunctionConstraint"
|
||||||
|
},
|
||||||
|
"C_OP_ConstrainDistanceToUserSpecifiedPath": {
|
||||||
|
"fields": {
|
||||||
|
"m_bLoopedPath": 460,
|
||||||
|
"m_fMinDistance": 448,
|
||||||
|
"m_flMaxDistance": 452,
|
||||||
|
"m_flTimeScale": 456,
|
||||||
|
"m_pointList": 464
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "CParticleFunctionConstraint"
|
||||||
|
},
|
||||||
|
"C_OP_PlanarConstraint": {
|
||||||
|
"fields": {
|
||||||
|
"m_PlaneNormal": 460,
|
||||||
|
"m_PointOnPlane": 448,
|
||||||
|
"m_bGlobalNormal": 477,
|
||||||
|
"m_bGlobalOrigin": 476,
|
||||||
|
"m_bUseOldCode": 1168,
|
||||||
|
"m_flMaximumDistanceToCP": 824,
|
||||||
|
"m_flRadiusScale": 480,
|
||||||
|
"m_nControlPointNumber": 472
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "CParticleFunctionConstraint"
|
||||||
|
},
|
||||||
|
"C_OP_WorldCollideConstraint": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "CParticleFunctionConstraint"
|
||||||
|
},
|
||||||
|
"CovMatrix3": {
|
||||||
|
"fields": {
|
||||||
|
"m_flXY": 12,
|
||||||
|
"m_flXZ": 16,
|
||||||
|
"m_flYZ": 20,
|
||||||
|
"m_vDiag": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"Dop26_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_flSupport": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"FeBuildBoxRigid_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_nPriority": 64,
|
||||||
|
"m_nVertexMapHash": 68
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "FeBoxRigid_t"
|
||||||
|
},
|
||||||
|
"FeBuildSphereRigid_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_nPriority": 32,
|
||||||
|
"m_nVertexMapHash": 36
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "FeSphereRigid_t"
|
||||||
|
},
|
||||||
|
"FeBuildTaperedCapsuleRigid_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_nPriority": 48,
|
||||||
|
"m_nVertexMapHash": 52
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "FeTaperedCapsuleRigid_t"
|
||||||
|
},
|
||||||
|
"FeFitInfluence_t": {
|
||||||
|
"fields": {
|
||||||
|
"flWeight": 4,
|
||||||
|
"nMatrixNode": 8,
|
||||||
|
"nVertexNode": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"FeProxyVertexMap_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_Name": 0,
|
||||||
|
"m_flWeight": 8
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"FeSourceEdge_t": {
|
||||||
|
"fields": {
|
||||||
|
"nNode": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"FeVertexMapBuild_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_Color": 12,
|
||||||
|
"m_VertexMapName": 0,
|
||||||
|
"m_Weights": 24,
|
||||||
|
"m_flVolumetricSolveStrength": 16,
|
||||||
|
"m_nNameHash": 8,
|
||||||
|
"m_nScaleSourceNode": 20
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"FourCovMatrices3": {
|
||||||
|
"fields": {
|
||||||
|
"m_flXY": 48,
|
||||||
|
"m_flXZ": 64,
|
||||||
|
"m_flYZ": 80,
|
||||||
|
"m_vDiag": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"KeyValues": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"RnCapsule_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_flRadius": 24,
|
||||||
|
"m_vCenter": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
"SelectedEditItemInfo_t": {
|
"SelectedEditItemInfo_t": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"m_EditItems": 0
|
"m_EditItems": 0
|
||||||
@ -787,199 +1113,6 @@
|
|||||||
"parent": null
|
"parent": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"enums": {
|
"enums": {}
|
||||||
"ActionType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"SOS_ACTION_LIMITER": 1,
|
|
||||||
"SOS_ACTION_NONE": 0,
|
|
||||||
"SOS_ACTION_SET_SOUNDEVENT_PARAM": 4,
|
|
||||||
"SOS_ACTION_SOUNDEVENT_CLUSTER": 5,
|
|
||||||
"SOS_ACTION_TIME_BLOCK_LIMITER": 3,
|
|
||||||
"SOS_ACTION_TIME_LIMIT": 2
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"SosActionSortType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"SOS_SORTTYPE_HIGHEST": 0,
|
|
||||||
"SOS_SORTTYPE_LOWEST": 1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"SosActionStopType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"SOS_STOPTYPE_NONE": 0,
|
|
||||||
"SOS_STOPTYPE_OPVAR": 2,
|
|
||||||
"SOS_STOPTYPE_TIME": 1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"SosEditItemType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"SOS_EDIT_ITEM_TYPE_FIELD": 5,
|
|
||||||
"SOS_EDIT_ITEM_TYPE_LIBRARYSTACKS": 2,
|
|
||||||
"SOS_EDIT_ITEM_TYPE_OPERATOR": 4,
|
|
||||||
"SOS_EDIT_ITEM_TYPE_SOUNDEVENT": 1,
|
|
||||||
"SOS_EDIT_ITEM_TYPE_SOUNDEVENTS": 0,
|
|
||||||
"SOS_EDIT_ITEM_TYPE_STACK": 3
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"SosGroupType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"SOS_GROUPTYPE_DYNAMIC": 0,
|
|
||||||
"SOS_GROUPTYPE_STATIC": 1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"VMixChannelOperation_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"VMIX_CHAN_LEFT": 1,
|
|
||||||
"VMIX_CHAN_MID_SIDE": 5,
|
|
||||||
"VMIX_CHAN_MONO": 4,
|
|
||||||
"VMIX_CHAN_RIGHT": 2,
|
|
||||||
"VMIX_CHAN_STEREO": 0,
|
|
||||||
"VMIX_CHAN_SWAP": 3
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"VMixFilterSlope_t": {
|
|
||||||
"alignment": 1,
|
|
||||||
"members": {
|
|
||||||
"FILTER_SLOPE_12dB": 4,
|
|
||||||
"FILTER_SLOPE_1POLE_12dB": 1,
|
|
||||||
"FILTER_SLOPE_1POLE_18dB": 2,
|
|
||||||
"FILTER_SLOPE_1POLE_24dB": 3,
|
|
||||||
"FILTER_SLOPE_1POLE_6dB": 0,
|
|
||||||
"FILTER_SLOPE_24dB": 5,
|
|
||||||
"FILTER_SLOPE_36dB": 6,
|
|
||||||
"FILTER_SLOPE_48dB": 7,
|
|
||||||
"FILTER_SLOPE_MAX": 7
|
|
||||||
},
|
|
||||||
"type": "uint8"
|
|
||||||
},
|
|
||||||
"VMixFilterType_t": {
|
|
||||||
"alignment": 2,
|
|
||||||
"members": {
|
|
||||||
"FILTER_ALLPASS": 7,
|
|
||||||
"FILTER_BANDPASS": 2,
|
|
||||||
"FILTER_HIGHPASS": 1,
|
|
||||||
"FILTER_HIGH_SHELF": 6,
|
|
||||||
"FILTER_LOWPASS": 0,
|
|
||||||
"FILTER_LOW_SHELF": 5,
|
|
||||||
"FILTER_NOTCH": 3,
|
|
||||||
"FILTER_PASSTHROUGH": 8,
|
|
||||||
"FILTER_PEAKING_EQ": 4,
|
|
||||||
"FILTER_UNKNOWN": -1
|
|
||||||
},
|
|
||||||
"type": "uint16"
|
|
||||||
},
|
|
||||||
"VMixLFOShape_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"LFO_SHAPE_NOISE": 4,
|
|
||||||
"LFO_SHAPE_SAW": 3,
|
|
||||||
"LFO_SHAPE_SINE": 0,
|
|
||||||
"LFO_SHAPE_SQUARE": 1,
|
|
||||||
"LFO_SHAPE_TRI": 2
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"VMixPannerType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"PANNER_TYPE_EQUAL_POWER": 1,
|
|
||||||
"PANNER_TYPE_LINEAR": 0
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"VMixProcessorType_t": {
|
|
||||||
"alignment": 2,
|
|
||||||
"members": {
|
|
||||||
"VPROCESSOR_AUTOFILTER": 24,
|
|
||||||
"VPROCESSOR_BOXVERB": 9,
|
|
||||||
"VPROCESSOR_CONVOLUTION": 18,
|
|
||||||
"VPROCESSOR_DELAY": 6,
|
|
||||||
"VPROCESSOR_DIFFUSOR": 8,
|
|
||||||
"VPROCESSOR_DYNAMICS": 4,
|
|
||||||
"VPROCESSOR_DYNAMICS_3BAND": 19,
|
|
||||||
"VPROCESSOR_DYNAMICS_COMPRESSOR": 20,
|
|
||||||
"VPROCESSOR_EFFECT_CHAIN": 27,
|
|
||||||
"VPROCESSOR_ENVELOPE": 16,
|
|
||||||
"VPROCESSOR_EQ8": 15,
|
|
||||||
"VPROCESSOR_FILTER": 13,
|
|
||||||
"VPROCESSOR_FREEVERB": 10,
|
|
||||||
"VPROCESSOR_FULLWAVE_INTEGRATOR": 12,
|
|
||||||
"VPROCESSOR_MOD_DELAY": 7,
|
|
||||||
"VPROCESSOR_OSC": 25,
|
|
||||||
"VPROCESSOR_PANNER": 22,
|
|
||||||
"VPROCESSOR_PLATEVERB": 11,
|
|
||||||
"VPROCESSOR_PRESETDSP": 5,
|
|
||||||
"VPROCESSOR_RT_PITCH": 2,
|
|
||||||
"VPROCESSOR_SHAPER": 21,
|
|
||||||
"VPROCESSOR_STEAMAUDIO_DIRECT": 29,
|
|
||||||
"VPROCESSOR_STEAMAUDIO_HRTF": 3,
|
|
||||||
"VPROCESSOR_STEAMAUDIO_PATHING": 14,
|
|
||||||
"VPROCESSOR_STEAMAUDIO_REVERB": 1,
|
|
||||||
"VPROCESSOR_STEREODELAY": 26,
|
|
||||||
"VPROCESSOR_SUBGRAPH_SWITCH": 28,
|
|
||||||
"VPROCESSOR_UNKNOWN": 0,
|
|
||||||
"VPROCESSOR_UTILITY": 23,
|
|
||||||
"VPROCESSOR_VOCODER": 17
|
|
||||||
},
|
|
||||||
"type": "uint16"
|
|
||||||
},
|
|
||||||
"VMixSubgraphSwitchInterpolationType_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"SUBGRAPH_INTERPOLATION_KEEP_LAST_SUBGRAPH_RUNNING": 2,
|
|
||||||
"SUBGRAPH_INTERPOLATION_TEMPORAL_CROSSFADE": 0,
|
|
||||||
"SUBGRAPH_INTERPOLATION_TEMPORAL_FADE_OUT": 1
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
},
|
|
||||||
"soundlevel_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"SNDLVL_100dB": 100,
|
|
||||||
"SNDLVL_105dB": 105,
|
|
||||||
"SNDLVL_110dB": 110,
|
|
||||||
"SNDLVL_120dB": 120,
|
|
||||||
"SNDLVL_130dB": 130,
|
|
||||||
"SNDLVL_140dB": 140,
|
|
||||||
"SNDLVL_150dB": 150,
|
|
||||||
"SNDLVL_180dB": 180,
|
|
||||||
"SNDLVL_20dB": 20,
|
|
||||||
"SNDLVL_25dB": 25,
|
|
||||||
"SNDLVL_30dB": 30,
|
|
||||||
"SNDLVL_35dB": 35,
|
|
||||||
"SNDLVL_40dB": 40,
|
|
||||||
"SNDLVL_45dB": 45,
|
|
||||||
"SNDLVL_50dB": 50,
|
|
||||||
"SNDLVL_55dB": 55,
|
|
||||||
"SNDLVL_60dB": 60,
|
|
||||||
"SNDLVL_65dB": 65,
|
|
||||||
"SNDLVL_70dB": 70,
|
|
||||||
"SNDLVL_75dB": 75,
|
|
||||||
"SNDLVL_80dB": 80,
|
|
||||||
"SNDLVL_85dB": 85,
|
|
||||||
"SNDLVL_90dB": 90,
|
|
||||||
"SNDLVL_95dB": 95,
|
|
||||||
"SNDLVL_GUNFIRE": 140,
|
|
||||||
"SNDLVL_IDLE": 60,
|
|
||||||
"SNDLVL_NONE": 0,
|
|
||||||
"SNDLVL_NORM": 75,
|
|
||||||
"SNDLVL_STATIC": 66,
|
|
||||||
"SNDLVL_TALKING": 80
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,193 +1,14 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
pub mod cs2_dumper {
|
pub mod cs2_dumper {
|
||||||
pub mod schemas {
|
pub mod schemas {
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
// Classes count: 50
|
// Classes count: 78
|
||||||
// Enums count: 13
|
// Enums count: 0
|
||||||
pub mod soundsystem_dll {
|
pub mod soundsystem_dll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 30
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum soundlevel_t {
|
|
||||||
SNDLVL_NONE = 0x0,
|
|
||||||
SNDLVL_20dB = 0x14,
|
|
||||||
SNDLVL_25dB = 0x19,
|
|
||||||
SNDLVL_30dB = 0x1E,
|
|
||||||
SNDLVL_35dB = 0x23,
|
|
||||||
SNDLVL_40dB = 0x28,
|
|
||||||
SNDLVL_45dB = 0x2D,
|
|
||||||
SNDLVL_50dB = 0x32,
|
|
||||||
SNDLVL_55dB = 0x37,
|
|
||||||
SNDLVL_IDLE = 0x3C,
|
|
||||||
SNDLVL_60dB = 0x3C,
|
|
||||||
SNDLVL_65dB = 0x41,
|
|
||||||
SNDLVL_STATIC = 0x42,
|
|
||||||
SNDLVL_70dB = 0x46,
|
|
||||||
SNDLVL_NORM = 0x4B,
|
|
||||||
SNDLVL_75dB = 0x4B,
|
|
||||||
SNDLVL_80dB = 0x50,
|
|
||||||
SNDLVL_TALKING = 0x50,
|
|
||||||
SNDLVL_85dB = 0x55,
|
|
||||||
SNDLVL_90dB = 0x5A,
|
|
||||||
SNDLVL_95dB = 0x5F,
|
|
||||||
SNDLVL_100dB = 0x64,
|
|
||||||
SNDLVL_105dB = 0x69,
|
|
||||||
SNDLVL_110dB = 0x6E,
|
|
||||||
SNDLVL_120dB = 0x78,
|
|
||||||
SNDLVL_130dB = 0x82,
|
|
||||||
SNDLVL_GUNFIRE = 0x8C,
|
|
||||||
SNDLVL_140dB = 0x8C,
|
|
||||||
SNDLVL_150dB = 0x96,
|
|
||||||
SNDLVL_180dB = 0xB4
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 6
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum ActionType_t {
|
|
||||||
SOS_ACTION_NONE = 0x0,
|
|
||||||
SOS_ACTION_LIMITER = 0x1,
|
|
||||||
SOS_ACTION_TIME_LIMIT = 0x2,
|
|
||||||
SOS_ACTION_TIME_BLOCK_LIMITER = 0x3,
|
|
||||||
SOS_ACTION_SET_SOUNDEVENT_PARAM = 0x4,
|
|
||||||
SOS_ACTION_SOUNDEVENT_CLUSTER = 0x5
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum SosActionStopType_t {
|
|
||||||
SOS_STOPTYPE_NONE = 0x0,
|
|
||||||
SOS_STOPTYPE_TIME = 0x1,
|
|
||||||
SOS_STOPTYPE_OPVAR = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 2
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum SosActionSortType_t {
|
|
||||||
SOS_SORTTYPE_HIGHEST = 0x0,
|
|
||||||
SOS_SORTTYPE_LOWEST = 0x1
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 2
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum SosGroupType_t {
|
|
||||||
SOS_GROUPTYPE_DYNAMIC = 0x0,
|
|
||||||
SOS_GROUPTYPE_STATIC = 0x1
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 6
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum SosEditItemType_t {
|
|
||||||
SOS_EDIT_ITEM_TYPE_SOUNDEVENTS = 0x0,
|
|
||||||
SOS_EDIT_ITEM_TYPE_SOUNDEVENT = 0x1,
|
|
||||||
SOS_EDIT_ITEM_TYPE_LIBRARYSTACKS = 0x2,
|
|
||||||
SOS_EDIT_ITEM_TYPE_STACK = 0x3,
|
|
||||||
SOS_EDIT_ITEM_TYPE_OPERATOR = 0x4,
|
|
||||||
SOS_EDIT_ITEM_TYPE_FIELD = 0x5
|
|
||||||
}
|
|
||||||
// Alignment: 2
|
|
||||||
// Members count: 10
|
|
||||||
#[repr(u16)]
|
|
||||||
pub enum VMixFilterType_t {
|
|
||||||
FILTER_UNKNOWN = 0xFFFFFFFFFFFFFFFF,
|
|
||||||
FILTER_LOWPASS = 0x0,
|
|
||||||
FILTER_HIGHPASS = 0x1,
|
|
||||||
FILTER_BANDPASS = 0x2,
|
|
||||||
FILTER_NOTCH = 0x3,
|
|
||||||
FILTER_PEAKING_EQ = 0x4,
|
|
||||||
FILTER_LOW_SHELF = 0x5,
|
|
||||||
FILTER_HIGH_SHELF = 0x6,
|
|
||||||
FILTER_ALLPASS = 0x7,
|
|
||||||
FILTER_PASSTHROUGH = 0x8
|
|
||||||
}
|
|
||||||
// Alignment: 1
|
|
||||||
// Members count: 9
|
|
||||||
#[repr(u8)]
|
|
||||||
pub enum VMixFilterSlope_t {
|
|
||||||
FILTER_SLOPE_1POLE_6dB = 0x0,
|
|
||||||
FILTER_SLOPE_1POLE_12dB = 0x1,
|
|
||||||
FILTER_SLOPE_1POLE_18dB = 0x2,
|
|
||||||
FILTER_SLOPE_1POLE_24dB = 0x3,
|
|
||||||
FILTER_SLOPE_12dB = 0x4,
|
|
||||||
FILTER_SLOPE_24dB = 0x5,
|
|
||||||
FILTER_SLOPE_36dB = 0x6,
|
|
||||||
FILTER_SLOPE_48dB = 0x7,
|
|
||||||
FILTER_SLOPE_MAX = 0x7
|
|
||||||
}
|
|
||||||
// Alignment: 2
|
|
||||||
// Members count: 30
|
|
||||||
#[repr(u16)]
|
|
||||||
pub enum VMixProcessorType_t {
|
|
||||||
VPROCESSOR_UNKNOWN = 0x0,
|
|
||||||
VPROCESSOR_STEAMAUDIO_REVERB = 0x1,
|
|
||||||
VPROCESSOR_RT_PITCH = 0x2,
|
|
||||||
VPROCESSOR_STEAMAUDIO_HRTF = 0x3,
|
|
||||||
VPROCESSOR_DYNAMICS = 0x4,
|
|
||||||
VPROCESSOR_PRESETDSP = 0x5,
|
|
||||||
VPROCESSOR_DELAY = 0x6,
|
|
||||||
VPROCESSOR_MOD_DELAY = 0x7,
|
|
||||||
VPROCESSOR_DIFFUSOR = 0x8,
|
|
||||||
VPROCESSOR_BOXVERB = 0x9,
|
|
||||||
VPROCESSOR_FREEVERB = 0xA,
|
|
||||||
VPROCESSOR_PLATEVERB = 0xB,
|
|
||||||
VPROCESSOR_FULLWAVE_INTEGRATOR = 0xC,
|
|
||||||
VPROCESSOR_FILTER = 0xD,
|
|
||||||
VPROCESSOR_STEAMAUDIO_PATHING = 0xE,
|
|
||||||
VPROCESSOR_EQ8 = 0xF,
|
|
||||||
VPROCESSOR_ENVELOPE = 0x10,
|
|
||||||
VPROCESSOR_VOCODER = 0x11,
|
|
||||||
VPROCESSOR_CONVOLUTION = 0x12,
|
|
||||||
VPROCESSOR_DYNAMICS_3BAND = 0x13,
|
|
||||||
VPROCESSOR_DYNAMICS_COMPRESSOR = 0x14,
|
|
||||||
VPROCESSOR_SHAPER = 0x15,
|
|
||||||
VPROCESSOR_PANNER = 0x16,
|
|
||||||
VPROCESSOR_UTILITY = 0x17,
|
|
||||||
VPROCESSOR_AUTOFILTER = 0x18,
|
|
||||||
VPROCESSOR_OSC = 0x19,
|
|
||||||
VPROCESSOR_STEREODELAY = 0x1A,
|
|
||||||
VPROCESSOR_EFFECT_CHAIN = 0x1B,
|
|
||||||
VPROCESSOR_SUBGRAPH_SWITCH = 0x1C,
|
|
||||||
VPROCESSOR_STEAMAUDIO_DIRECT = 0x1D
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 5
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum VMixLFOShape_t {
|
|
||||||
LFO_SHAPE_SINE = 0x0,
|
|
||||||
LFO_SHAPE_SQUARE = 0x1,
|
|
||||||
LFO_SHAPE_TRI = 0x2,
|
|
||||||
LFO_SHAPE_SAW = 0x3,
|
|
||||||
LFO_SHAPE_NOISE = 0x4
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 2
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum VMixPannerType_t {
|
|
||||||
PANNER_TYPE_LINEAR = 0x0,
|
|
||||||
PANNER_TYPE_EQUAL_POWER = 0x1
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 3
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum VMixSubgraphSwitchInterpolationType_t {
|
|
||||||
SUBGRAPH_INTERPOLATION_TEMPORAL_CROSSFADE = 0x0,
|
|
||||||
SUBGRAPH_INTERPOLATION_TEMPORAL_FADE_OUT = 0x1,
|
|
||||||
SUBGRAPH_INTERPOLATION_KEEP_LAST_SUBGRAPH_RUNNING = 0x2
|
|
||||||
}
|
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 6
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum VMixChannelOperation_t {
|
|
||||||
VMIX_CHAN_STEREO = 0x0,
|
|
||||||
VMIX_CHAN_LEFT = 0x1,
|
|
||||||
VMIX_CHAN_RIGHT = 0x2,
|
|
||||||
VMIX_CHAN_SWAP = 0x3,
|
|
||||||
VMIX_CHAN_MONO = 0x4,
|
|
||||||
VMIX_CHAN_MID_SIDE = 0x5
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 3
|
// Fields count: 3
|
||||||
//
|
//
|
||||||
@ -768,6 +589,245 @@ pub mod cs2_dumper {
|
|||||||
pub const m_bOnlyTailsOnFadeOut: usize = 0x4; // bool
|
pub const m_bOnlyTailsOnFadeOut: usize = 0x4; // bool
|
||||||
pub const m_flInterpolationTime: usize = 0x8; // float32
|
pub const m_flInterpolationTime: usize = 0x8; // float32
|
||||||
}
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 4
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CovMatrix3 {
|
||||||
|
pub const m_vDiag: usize = 0x0; //
|
||||||
|
pub const m_flXY: usize = 0xC; // float32
|
||||||
|
pub const m_flXZ: usize = 0x10; // float32
|
||||||
|
pub const m_flYZ: usize = 0x14; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 4
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod FourCovMatrices3 {
|
||||||
|
pub const m_vDiag: usize = 0x0; // FourVectors
|
||||||
|
pub const m_flXY: usize = 0x30; // fltx4
|
||||||
|
pub const m_flXZ: usize = 0x40; // fltx4
|
||||||
|
pub const m_flYZ: usize = 0x50; // fltx4
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 3
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod FeFitInfluence_t {
|
||||||
|
pub const nVertexNode: usize = 0x0; // uint32
|
||||||
|
pub const flWeight: usize = 0x4; // float32
|
||||||
|
pub const nMatrixNode: usize = 0x8; // uint32
|
||||||
|
}
|
||||||
|
// Parent: FeTaperedCapsuleRigid_t
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod FeBuildTaperedCapsuleRigid_t {
|
||||||
|
pub const m_nPriority: usize = 0x30; // int32
|
||||||
|
pub const m_nVertexMapHash: usize = 0x34; // uint32
|
||||||
|
}
|
||||||
|
// Parent: FeBoxRigid_t
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod FeBuildBoxRigid_t {
|
||||||
|
pub const m_nPriority: usize = 0x40; // int32
|
||||||
|
pub const m_nVertexMapHash: usize = 0x44; // uint32
|
||||||
|
}
|
||||||
|
// Parent: FeSphereRigid_t
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod FeBuildSphereRigid_t {
|
||||||
|
pub const m_nPriority: usize = 0x20; // int32
|
||||||
|
pub const m_nVertexMapHash: usize = 0x24; // uint32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod FeSourceEdge_t {
|
||||||
|
pub const nNode: usize = 0x0; // uint16[2]
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod FeVertexMapBuild_t {
|
||||||
|
pub const m_VertexMapName: usize = 0x0; // CUtlString
|
||||||
|
pub const m_nNameHash: usize = 0x8; // uint32
|
||||||
|
pub const m_Color: usize = 0xC; // Color
|
||||||
|
pub const m_flVolumetricSolveStrength: usize = 0x10; // float32
|
||||||
|
pub const m_nScaleSourceNode: usize = 0x14; // int32
|
||||||
|
pub const m_Weights: usize = 0x18; // CUtlVector<float32>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CFeVertexMapBuildArray {
|
||||||
|
pub const m_Array: usize = 0x0; // CUtlVector<FeVertexMapBuild_t*>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod FeProxyVertexMap_t {
|
||||||
|
pub const m_Name: usize = 0x0; // CUtlString
|
||||||
|
pub const m_flWeight: usize = 0x8; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 7
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CFeMorphLayer {
|
||||||
|
pub const m_Name: usize = 0x0; // CUtlString
|
||||||
|
pub const m_nNameHash: usize = 0x8; // uint32
|
||||||
|
pub const m_Nodes: usize = 0x10; // CUtlVector<uint16>
|
||||||
|
pub const m_InitPos: usize = 0x28; // CUtlVector<Vector>
|
||||||
|
pub const m_Gravity: usize = 0x40; // CUtlVector<float32>
|
||||||
|
pub const m_GoalStrength: usize = 0x58; // CUtlVector<float32>
|
||||||
|
pub const m_GoalDamping: usize = 0x70; // CUtlVector<float32>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod Dop26_t {
|
||||||
|
pub const m_flSupport: usize = 0x0; // float32[26]
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod RnCapsule_t {
|
||||||
|
pub const m_vCenter: usize = 0x0; // Vector[2]
|
||||||
|
pub const m_flRadius: usize = 0x18; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
pub mod KeyValues {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
pub mod CCompressor__Vector__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
pub mod CCompressor__QuaternionStorage__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
pub mod CCompressor__int32__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
pub mod CCompressor__bool__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
pub mod CCompressor__Color__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
pub mod CCompressor__Vector2D__ {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
pub mod CCompressor__Vector4D__ {
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 5
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod C_OP_ConstrainDistance {
|
||||||
|
pub const m_fMinDistance: usize = 0x1C0; // CParticleCollectionFloatInput
|
||||||
|
pub const m_fMaxDistance: usize = 0x318; // CParticleCollectionFloatInput
|
||||||
|
pub const m_nControlPointNumber: usize = 0x470; // int32
|
||||||
|
pub const m_CenterOffset: usize = 0x474; //
|
||||||
|
pub const m_bGlobalCenter: usize = 0x480; // bool
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod C_OP_CollideWithSelf {
|
||||||
|
pub const m_flRadiusScale: usize = 0x1C0; // CPerParticleFloatInput
|
||||||
|
pub const m_flMinimumSpeed: usize = 0x318; // CPerParticleFloatInput
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod C_OP_CollideWithParentParticles {
|
||||||
|
pub const m_flParentRadiusScale: usize = 0x1C0; // CPerParticleFloatInput
|
||||||
|
pub const m_flRadiusScale: usize = 0x318; // CPerParticleFloatInput
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 8
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod C_OP_ConstrainDistanceToPath {
|
||||||
|
pub const m_fMinDistance: usize = 0x1C0; // float32
|
||||||
|
pub const m_flMaxDistance0: usize = 0x1C4; // float32
|
||||||
|
pub const m_flMaxDistanceMid: usize = 0x1C8; // float32
|
||||||
|
pub const m_flMaxDistance1: usize = 0x1CC; // float32
|
||||||
|
pub const m_PathParameters: usize = 0x1D0; // CPathParameters
|
||||||
|
pub const m_flTravelTime: usize = 0x210; // float32
|
||||||
|
pub const m_nFieldScale: usize = 0x214; // ParticleAttributeIndex_t
|
||||||
|
pub const m_nManualTField: usize = 0x218; // ParticleAttributeIndex_t
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 5
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod C_OP_ConstrainDistanceToUserSpecifiedPath {
|
||||||
|
pub const m_fMinDistance: usize = 0x1C0; // float32
|
||||||
|
pub const m_flMaxDistance: usize = 0x1C4; // float32
|
||||||
|
pub const m_flTimeScale: usize = 0x1C8; // float32
|
||||||
|
pub const m_bLoopedPath: usize = 0x1CC; // bool
|
||||||
|
pub const m_pointList: usize = 0x1D0; // CUtlVector<PointDefinitionWithTimeValues_t>
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 8
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod C_OP_PlanarConstraint {
|
||||||
|
pub const m_PointOnPlane: usize = 0x1C0; //
|
||||||
|
pub const m_PlaneNormal: usize = 0x1CC; //
|
||||||
|
pub const m_nControlPointNumber: usize = 0x1D8; // int32
|
||||||
|
pub const m_bGlobalOrigin: usize = 0x1DC; // bool
|
||||||
|
pub const m_bGlobalNormal: usize = 0x1DD; // bool
|
||||||
|
pub const m_flRadiusScale: usize = 0x1E0; // CPerParticleFloatInput
|
||||||
|
pub const m_flMaximumDistanceToCP: usize = 0x338; // CParticleCollectionFloatInput
|
||||||
|
pub const m_bUseOldCode: usize = 0x490; // bool
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionConstraint
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod C_OP_WorldCollideConstraint {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,28 +1,11 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
// Classes count: 24
|
// Classes count: 47
|
||||||
// Enums count: 1
|
// Enums count: 0
|
||||||
public static class WorldrendererDll {
|
public static class WorldrendererDll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 13
|
|
||||||
public enum ObjectTypeFlags_t : uint {
|
|
||||||
OBJECT_TYPE_NONE = 0x0,
|
|
||||||
OBJECT_TYPE_MODEL = 0x8,
|
|
||||||
OBJECT_TYPE_BLOCK_LIGHT = 0x10,
|
|
||||||
OBJECT_TYPE_NO_SHADOWS = 0x20,
|
|
||||||
OBJECT_TYPE_WORLDSPACE_TEXURE_BLEND = 0x40,
|
|
||||||
OBJECT_TYPE_DISABLED_IN_LOW_QUALITY = 0x80,
|
|
||||||
OBJECT_TYPE_NO_SUN_SHADOWS = 0x100,
|
|
||||||
OBJECT_TYPE_RENDER_WITH_DYNAMIC = 0x200,
|
|
||||||
OBJECT_TYPE_RENDER_TO_CUBEMAPS = 0x400,
|
|
||||||
OBJECT_TYPE_MODEL_HAS_LODS = 0x800,
|
|
||||||
OBJECT_TYPE_OVERLAY = 0x2000,
|
|
||||||
OBJECT_TYPE_PRECOMPUTED_VISMEMBERS = 0x4000,
|
|
||||||
OBJECT_TYPE_STATIC_CUBE_MAP = 0x8000
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 7
|
// Fields count: 7
|
||||||
//
|
//
|
||||||
@ -336,5 +319,255 @@ namespace CS2Dumper.Schemas {
|
|||||||
public const nint m_CScriptComponent = 0x28; // CScriptComponent*
|
public const nint m_CScriptComponent = 0x28; // CScriptComponent*
|
||||||
public const nint m_bVisibleinPVS = 0x30; // bool
|
public const nint m_bVisibleinPVS = 0x30; // bool
|
||||||
}
|
}
|
||||||
|
// Parent: CVoiceContainerBase
|
||||||
|
// Fields count: 7
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CVoiceContainerRandomSampler {
|
||||||
|
public const nint m_flLoudAmplitude = 0x60; // float32
|
||||||
|
public const nint m_flLoudAmplitudeJitter = 0x64; // float32
|
||||||
|
public const nint m_flSoftAmplitude = 0x68; // float32
|
||||||
|
public const nint m_flSoftAmplitudeJitter = 0x6C; // float32
|
||||||
|
public const nint m_flLoudTimeJitter = 0x70; // float32
|
||||||
|
public const nint m_flSoftTimeJitter = 0x74; // float32
|
||||||
|
public const nint m_grainResources = 0x78; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class VMixFilterDesc_t {
|
||||||
|
public const nint m_nFilterType = 0x0; // VMixFilterType_t
|
||||||
|
public const nint m_nFilterSlope = 0x2; // VMixFilterSlope_t
|
||||||
|
public const nint m_bEnabled = 0x3; // bool
|
||||||
|
public const nint m_fldbGain = 0x4; // float32
|
||||||
|
public const nint m_flCutoffFreq = 0x8; // float32
|
||||||
|
public const nint m_flQ = 0xC; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class VMixEQ8Desc_t {
|
||||||
|
public const nint m_stages = 0x0; // VMixFilterDesc_t[8]
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 7
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class VMixDelayDesc_t {
|
||||||
|
public const nint m_feedbackFilter = 0x0; // VMixFilterDesc_t
|
||||||
|
public const nint m_bEnableFilter = 0x10; // bool
|
||||||
|
public const nint m_flDelay = 0x14; // float32
|
||||||
|
public const nint m_flDirectGain = 0x18; // float32
|
||||||
|
public const nint m_flDelayGain = 0x1C; // float32
|
||||||
|
public const nint m_flFeedbackGain = 0x20; // float32
|
||||||
|
public const nint m_flWidth = 0x24; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class VMixPannerDesc_t {
|
||||||
|
public const nint m_type = 0x0; // VMixPannerType_t
|
||||||
|
public const nint m_flStrength = 0x4; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCWorldNode {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCPanoramaStyle {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
public static class InfoForResourceTypeCDACGameDefsData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
// MPropertyCustomEditor
|
||||||
|
public static class CParticleCollectionFloatInput {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class ParticlePreviewBodyGroup_t {
|
||||||
|
public const nint m_bodyGroupName = 0x0; // CUtlString
|
||||||
|
public const nint m_nValue = 0x8; // int32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 16
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class ParticlePreviewState_t {
|
||||||
|
public const nint m_previewModel = 0x0; // CUtlString
|
||||||
|
public const nint m_nModSpecificData = 0x8; // uint32
|
||||||
|
public const nint m_groundType = 0xC; // PetGroundType_t
|
||||||
|
public const nint m_sequenceName = 0x10; // CUtlString
|
||||||
|
public const nint m_nFireParticleOnSequenceFrame = 0x18; // int32
|
||||||
|
public const nint m_hitboxSetName = 0x20; // CUtlString
|
||||||
|
public const nint m_materialGroupName = 0x28; // CUtlString
|
||||||
|
public const nint m_vecBodyGroups = 0x30; // CUtlVector<ParticlePreviewBodyGroup_t>
|
||||||
|
public const nint m_flPlaybackSpeed = 0x48; // float32
|
||||||
|
public const nint m_flParticleSimulationRate = 0x4C; // float32
|
||||||
|
public const nint m_bShouldDrawHitboxes = 0x50; // bool
|
||||||
|
public const nint m_bShouldDrawAttachments = 0x51; // bool
|
||||||
|
public const nint m_bShouldDrawAttachmentNames = 0x52; // bool
|
||||||
|
public const nint m_bShouldDrawControlPointAxes = 0x53; // bool
|
||||||
|
public const nint m_bAnimationNonLooping = 0x54; // bool
|
||||||
|
public const nint m_vecPreviewGravity = 0x58; //
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class ParticleControlPointDriver_t {
|
||||||
|
public const nint m_iControlPoint = 0x0; // int32
|
||||||
|
public const nint m_iAttachType = 0x4; // ParticleAttachment_t
|
||||||
|
public const nint m_attachmentName = 0x8; // CUtlString
|
||||||
|
public const nint m_vecOffset = 0x10; //
|
||||||
|
public const nint m_angOffset = 0x1C; // QAngle
|
||||||
|
public const nint m_entityName = 0x28; // CUtlString
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class IParticleSystemDefinition {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 18
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CParticleVisibilityInputs {
|
||||||
|
public const nint m_flCameraBias = 0x0; // float32
|
||||||
|
public const nint m_nCPin = 0x4; // int32
|
||||||
|
public const nint m_flProxyRadius = 0x8; // float32
|
||||||
|
public const nint m_flInputMin = 0xC; // float32
|
||||||
|
public const nint m_flInputMax = 0x10; // float32
|
||||||
|
public const nint m_flNoPixelVisibilityFallback = 0x14; // float32
|
||||||
|
public const nint m_flDistanceInputMin = 0x18; // float32
|
||||||
|
public const nint m_flDistanceInputMax = 0x1C; // float32
|
||||||
|
public const nint m_flDotInputMin = 0x20; // float32
|
||||||
|
public const nint m_flDotInputMax = 0x24; // float32
|
||||||
|
public const nint m_bDotCPAngles = 0x28; // bool
|
||||||
|
public const nint m_bDotCameraAngles = 0x29; // bool
|
||||||
|
public const nint m_flAlphaScaleMin = 0x2C; // float32
|
||||||
|
public const nint m_flAlphaScaleMax = 0x30; // float32
|
||||||
|
public const nint m_flRadiusScaleMin = 0x34; // float32
|
||||||
|
public const nint m_flRadiusScaleMax = 0x38; // float32
|
||||||
|
public const nint m_flRadiusScaleFOVBase = 0x3C; // float32
|
||||||
|
public const nint m_bRightEye = 0x40; // bool
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 8
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CPathParameters {
|
||||||
|
public const nint m_nStartControlPointNumber = 0x0; // int32
|
||||||
|
public const nint m_nEndControlPointNumber = 0x4; // int32
|
||||||
|
public const nint m_nBulgeControl = 0x8; // int32
|
||||||
|
public const nint m_flBulge = 0xC; // float32
|
||||||
|
public const nint m_flMidPoint = 0x10; // float32
|
||||||
|
public const nint m_vStartPointOffset = 0x14; //
|
||||||
|
public const nint m_vMidPointOffset = 0x20; //
|
||||||
|
public const nint m_vEndOffset = 0x2C; //
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 5
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class ParticleChildrenInfo_t {
|
||||||
|
public const nint m_ChildRef = 0x0; // CStrongHandle<InfoForResourceTypeIParticleSystemDefinition>
|
||||||
|
public const nint m_flDelay = 0x8; // float32
|
||||||
|
public const nint m_bEndCap = 0xC; // bool
|
||||||
|
public const nint m_bDisableChild = 0xD; // bool
|
||||||
|
public const nint m_nDetailLevel = 0x10; // ParticleDetailLevel_t
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class ModelReference_t {
|
||||||
|
public const nint m_model = 0x0; // CStrongHandle<InfoForResourceTypeCModel>
|
||||||
|
public const nint m_flRelativeProbabilityOfSpawn = 0x8; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class SequenceWeightedList_t {
|
||||||
|
public const nint m_nSequence = 0x0; // int32
|
||||||
|
public const nint m_flRelativeWeight = 0x4; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CollisionGroupContext_t {
|
||||||
|
public const nint m_nCollisionGroupNumber = 0x0; // int32
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionOperator
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CParticleFunctionPreEmission {
|
||||||
|
public const nint m_bRunOnce = 0x1C0; // bool
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunction
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CParticleFunctionInitializer {
|
||||||
|
public const nint m_nAssociatedEmitterIndex = 0x1B8; // int32
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunction
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CParticleFunctionForce {
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunction
|
||||||
|
// Fields count: 3
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
public static class CParticleFunctionRenderer {
|
||||||
|
public const nint VisibilityInputs = 0x1B8; // CParticleVisibilityInputs
|
||||||
|
public const nint m_bCannotBeRefracted = 0x1FC; // bool
|
||||||
|
public const nint m_bSkipRenderingOnMobile = 0x1FD; // bool
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -8,26 +8,9 @@
|
|||||||
namespace cs2_dumper {
|
namespace cs2_dumper {
|
||||||
namespace schemas {
|
namespace schemas {
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
// Classes count: 24
|
// Classes count: 47
|
||||||
// Enums count: 1
|
// Enums count: 0
|
||||||
namespace worldrenderer_dll {
|
namespace worldrenderer_dll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 13
|
|
||||||
enum class ObjectTypeFlags_t : uint32_t {
|
|
||||||
OBJECT_TYPE_NONE = 0x0,
|
|
||||||
OBJECT_TYPE_MODEL = 0x8,
|
|
||||||
OBJECT_TYPE_BLOCK_LIGHT = 0x10,
|
|
||||||
OBJECT_TYPE_NO_SHADOWS = 0x20,
|
|
||||||
OBJECT_TYPE_WORLDSPACE_TEXURE_BLEND = 0x40,
|
|
||||||
OBJECT_TYPE_DISABLED_IN_LOW_QUALITY = 0x80,
|
|
||||||
OBJECT_TYPE_NO_SUN_SHADOWS = 0x100,
|
|
||||||
OBJECT_TYPE_RENDER_WITH_DYNAMIC = 0x200,
|
|
||||||
OBJECT_TYPE_RENDER_TO_CUBEMAPS = 0x400,
|
|
||||||
OBJECT_TYPE_MODEL_HAS_LODS = 0x800,
|
|
||||||
OBJECT_TYPE_OVERLAY = 0x2000,
|
|
||||||
OBJECT_TYPE_PRECOMPUTED_VISMEMBERS = 0x4000,
|
|
||||||
OBJECT_TYPE_STATIC_CUBE_MAP = 0x8000
|
|
||||||
};
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 7
|
// Fields count: 7
|
||||||
//
|
//
|
||||||
@ -341,6 +324,256 @@ namespace cs2_dumper {
|
|||||||
constexpr std::ptrdiff_t m_CScriptComponent = 0x28; // CScriptComponent*
|
constexpr std::ptrdiff_t m_CScriptComponent = 0x28; // CScriptComponent*
|
||||||
constexpr std::ptrdiff_t m_bVisibleinPVS = 0x30; // bool
|
constexpr std::ptrdiff_t m_bVisibleinPVS = 0x30; // bool
|
||||||
}
|
}
|
||||||
|
// Parent: CVoiceContainerBase
|
||||||
|
// Fields count: 7
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CVoiceContainerRandomSampler {
|
||||||
|
constexpr std::ptrdiff_t m_flLoudAmplitude = 0x60; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flLoudAmplitudeJitter = 0x64; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flSoftAmplitude = 0x68; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flSoftAmplitudeJitter = 0x6C; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flLoudTimeJitter = 0x70; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flSoftTimeJitter = 0x74; // float32
|
||||||
|
constexpr std::ptrdiff_t m_grainResources = 0x78; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace VMixFilterDesc_t {
|
||||||
|
constexpr std::ptrdiff_t m_nFilterType = 0x0; // VMixFilterType_t
|
||||||
|
constexpr std::ptrdiff_t m_nFilterSlope = 0x2; // VMixFilterSlope_t
|
||||||
|
constexpr std::ptrdiff_t m_bEnabled = 0x3; // bool
|
||||||
|
constexpr std::ptrdiff_t m_fldbGain = 0x4; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flCutoffFreq = 0x8; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flQ = 0xC; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace VMixEQ8Desc_t {
|
||||||
|
constexpr std::ptrdiff_t m_stages = 0x0; // VMixFilterDesc_t[8]
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 7
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace VMixDelayDesc_t {
|
||||||
|
constexpr std::ptrdiff_t m_feedbackFilter = 0x0; // VMixFilterDesc_t
|
||||||
|
constexpr std::ptrdiff_t m_bEnableFilter = 0x10; // bool
|
||||||
|
constexpr std::ptrdiff_t m_flDelay = 0x14; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flDirectGain = 0x18; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flDelayGain = 0x1C; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flFeedbackGain = 0x20; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flWidth = 0x24; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace VMixPannerDesc_t {
|
||||||
|
constexpr std::ptrdiff_t m_type = 0x0; // VMixPannerType_t
|
||||||
|
constexpr std::ptrdiff_t m_flStrength = 0x4; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCWorldNode {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCPanoramaStyle {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
namespace InfoForResourceTypeCDACGameDefsData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
// MPropertyCustomEditor
|
||||||
|
namespace CParticleCollectionFloatInput {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace ParticlePreviewBodyGroup_t {
|
||||||
|
constexpr std::ptrdiff_t m_bodyGroupName = 0x0; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t m_nValue = 0x8; // int32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 16
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace ParticlePreviewState_t {
|
||||||
|
constexpr std::ptrdiff_t m_previewModel = 0x0; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t m_nModSpecificData = 0x8; // uint32
|
||||||
|
constexpr std::ptrdiff_t m_groundType = 0xC; // PetGroundType_t
|
||||||
|
constexpr std::ptrdiff_t m_sequenceName = 0x10; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t m_nFireParticleOnSequenceFrame = 0x18; // int32
|
||||||
|
constexpr std::ptrdiff_t m_hitboxSetName = 0x20; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t m_materialGroupName = 0x28; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t m_vecBodyGroups = 0x30; // CUtlVector<ParticlePreviewBodyGroup_t>
|
||||||
|
constexpr std::ptrdiff_t m_flPlaybackSpeed = 0x48; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flParticleSimulationRate = 0x4C; // float32
|
||||||
|
constexpr std::ptrdiff_t m_bShouldDrawHitboxes = 0x50; // bool
|
||||||
|
constexpr std::ptrdiff_t m_bShouldDrawAttachments = 0x51; // bool
|
||||||
|
constexpr std::ptrdiff_t m_bShouldDrawAttachmentNames = 0x52; // bool
|
||||||
|
constexpr std::ptrdiff_t m_bShouldDrawControlPointAxes = 0x53; // bool
|
||||||
|
constexpr std::ptrdiff_t m_bAnimationNonLooping = 0x54; // bool
|
||||||
|
constexpr std::ptrdiff_t m_vecPreviewGravity = 0x58; //
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace ParticleControlPointDriver_t {
|
||||||
|
constexpr std::ptrdiff_t m_iControlPoint = 0x0; // int32
|
||||||
|
constexpr std::ptrdiff_t m_iAttachType = 0x4; // ParticleAttachment_t
|
||||||
|
constexpr std::ptrdiff_t m_attachmentName = 0x8; // CUtlString
|
||||||
|
constexpr std::ptrdiff_t m_vecOffset = 0x10; //
|
||||||
|
constexpr std::ptrdiff_t m_angOffset = 0x1C; // QAngle
|
||||||
|
constexpr std::ptrdiff_t m_entityName = 0x28; // CUtlString
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace IParticleSystemDefinition {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 18
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CParticleVisibilityInputs {
|
||||||
|
constexpr std::ptrdiff_t m_flCameraBias = 0x0; // float32
|
||||||
|
constexpr std::ptrdiff_t m_nCPin = 0x4; // int32
|
||||||
|
constexpr std::ptrdiff_t m_flProxyRadius = 0x8; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flInputMin = 0xC; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flInputMax = 0x10; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flNoPixelVisibilityFallback = 0x14; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flDistanceInputMin = 0x18; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flDistanceInputMax = 0x1C; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flDotInputMin = 0x20; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flDotInputMax = 0x24; // float32
|
||||||
|
constexpr std::ptrdiff_t m_bDotCPAngles = 0x28; // bool
|
||||||
|
constexpr std::ptrdiff_t m_bDotCameraAngles = 0x29; // bool
|
||||||
|
constexpr std::ptrdiff_t m_flAlphaScaleMin = 0x2C; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flAlphaScaleMax = 0x30; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flRadiusScaleMin = 0x34; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flRadiusScaleMax = 0x38; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flRadiusScaleFOVBase = 0x3C; // float32
|
||||||
|
constexpr std::ptrdiff_t m_bRightEye = 0x40; // bool
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 8
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CPathParameters {
|
||||||
|
constexpr std::ptrdiff_t m_nStartControlPointNumber = 0x0; // int32
|
||||||
|
constexpr std::ptrdiff_t m_nEndControlPointNumber = 0x4; // int32
|
||||||
|
constexpr std::ptrdiff_t m_nBulgeControl = 0x8; // int32
|
||||||
|
constexpr std::ptrdiff_t m_flBulge = 0xC; // float32
|
||||||
|
constexpr std::ptrdiff_t m_flMidPoint = 0x10; // float32
|
||||||
|
constexpr std::ptrdiff_t m_vStartPointOffset = 0x14; //
|
||||||
|
constexpr std::ptrdiff_t m_vMidPointOffset = 0x20; //
|
||||||
|
constexpr std::ptrdiff_t m_vEndOffset = 0x2C; //
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 5
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace ParticleChildrenInfo_t {
|
||||||
|
constexpr std::ptrdiff_t m_ChildRef = 0x0; // CStrongHandle<InfoForResourceTypeIParticleSystemDefinition>
|
||||||
|
constexpr std::ptrdiff_t m_flDelay = 0x8; // float32
|
||||||
|
constexpr std::ptrdiff_t m_bEndCap = 0xC; // bool
|
||||||
|
constexpr std::ptrdiff_t m_bDisableChild = 0xD; // bool
|
||||||
|
constexpr std::ptrdiff_t m_nDetailLevel = 0x10; // ParticleDetailLevel_t
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace ModelReference_t {
|
||||||
|
constexpr std::ptrdiff_t m_model = 0x0; // CStrongHandle<InfoForResourceTypeCModel>
|
||||||
|
constexpr std::ptrdiff_t m_flRelativeProbabilityOfSpawn = 0x8; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace SequenceWeightedList_t {
|
||||||
|
constexpr std::ptrdiff_t m_nSequence = 0x0; // int32
|
||||||
|
constexpr std::ptrdiff_t m_flRelativeWeight = 0x4; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CollisionGroupContext_t {
|
||||||
|
constexpr std::ptrdiff_t m_nCollisionGroupNumber = 0x0; // int32
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionOperator
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CParticleFunctionPreEmission {
|
||||||
|
constexpr std::ptrdiff_t m_bRunOnce = 0x1C0; // bool
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunction
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CParticleFunctionInitializer {
|
||||||
|
constexpr std::ptrdiff_t m_nAssociatedEmitterIndex = 0x1B8; // int32
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunction
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CParticleFunctionForce {
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunction
|
||||||
|
// Fields count: 3
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
namespace CParticleFunctionRenderer {
|
||||||
|
constexpr std::ptrdiff_t VisibilityInputs = 0x1B8; // CParticleVisibilityInputs
|
||||||
|
constexpr std::ptrdiff_t m_bCannotBeRefracted = 0x1FC; // bool
|
||||||
|
constexpr std::ptrdiff_t m_bSkipRenderingOnMobile = 0x1FD; // bool
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -126,6 +126,134 @@
|
|||||||
],
|
],
|
||||||
"parent": null
|
"parent": null
|
||||||
},
|
},
|
||||||
|
"CParticleCollectionFloatInput": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MPropertyCustomEditor",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CParticleFunctionForce": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "CParticleFunction"
|
||||||
|
},
|
||||||
|
"CParticleFunctionInitializer": {
|
||||||
|
"fields": {
|
||||||
|
"m_nAssociatedEmitterIndex": 440
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "CParticleFunction"
|
||||||
|
},
|
||||||
|
"CParticleFunctionPreEmission": {
|
||||||
|
"fields": {
|
||||||
|
"m_bRunOnce": 448
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "CParticleFunctionOperator"
|
||||||
|
},
|
||||||
|
"CParticleFunctionRenderer": {
|
||||||
|
"fields": {
|
||||||
|
"VisibilityInputs": 440,
|
||||||
|
"m_bCannotBeRefracted": 508,
|
||||||
|
"m_bSkipRenderingOnMobile": 509
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "CParticleFunction"
|
||||||
|
},
|
||||||
|
"CParticleVisibilityInputs": {
|
||||||
|
"fields": {
|
||||||
|
"m_bDotCPAngles": 40,
|
||||||
|
"m_bDotCameraAngles": 41,
|
||||||
|
"m_bRightEye": 64,
|
||||||
|
"m_flAlphaScaleMax": 48,
|
||||||
|
"m_flAlphaScaleMin": 44,
|
||||||
|
"m_flCameraBias": 0,
|
||||||
|
"m_flDistanceInputMax": 28,
|
||||||
|
"m_flDistanceInputMin": 24,
|
||||||
|
"m_flDotInputMax": 36,
|
||||||
|
"m_flDotInputMin": 32,
|
||||||
|
"m_flInputMax": 16,
|
||||||
|
"m_flInputMin": 12,
|
||||||
|
"m_flNoPixelVisibilityFallback": 20,
|
||||||
|
"m_flProxyRadius": 8,
|
||||||
|
"m_flRadiusScaleFOVBase": 60,
|
||||||
|
"m_flRadiusScaleMax": 56,
|
||||||
|
"m_flRadiusScaleMin": 52,
|
||||||
|
"m_nCPin": 4
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CPathParameters": {
|
||||||
|
"fields": {
|
||||||
|
"m_flBulge": 12,
|
||||||
|
"m_flMidPoint": 16,
|
||||||
|
"m_nBulgeControl": 8,
|
||||||
|
"m_nEndControlPointNumber": 4,
|
||||||
|
"m_nStartControlPointNumber": 0,
|
||||||
|
"m_vEndOffset": 44,
|
||||||
|
"m_vMidPointOffset": 32,
|
||||||
|
"m_vStartPointOffset": 20
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"CVoiceContainerRandomSampler": {
|
||||||
|
"fields": {
|
||||||
|
"m_flLoudAmplitude": 96,
|
||||||
|
"m_flLoudAmplitudeJitter": 100,
|
||||||
|
"m_flLoudTimeJitter": 112,
|
||||||
|
"m_flSoftAmplitude": 104,
|
||||||
|
"m_flSoftAmplitudeJitter": 108,
|
||||||
|
"m_flSoftTimeJitter": 116,
|
||||||
|
"m_grainResources": 120
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": "CVoiceContainerBase"
|
||||||
|
},
|
||||||
"CVoxelVisibility": {
|
"CVoxelVisibility": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"m_EnclosedClusterListBlock": 124,
|
"m_EnclosedClusterListBlock": 124,
|
||||||
@ -183,6 +311,18 @@
|
|||||||
],
|
],
|
||||||
"parent": null
|
"parent": null
|
||||||
},
|
},
|
||||||
|
"CollisionGroupContext_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_nCollisionGroupNumber": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
"EntityIOConnectionData_t": {
|
"EntityIOConnectionData_t": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"m_flDelay": 40,
|
"m_flDelay": 40,
|
||||||
@ -229,6 +369,46 @@
|
|||||||
],
|
],
|
||||||
"parent": "BaseSceneObjectOverride_t"
|
"parent": "BaseSceneObjectOverride_t"
|
||||||
},
|
},
|
||||||
|
"IParticleSystemDefinition": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"InfoForResourceTypeCDACGameDefsData": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"InfoForResourceTypeCPanoramaStyle": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"InfoForResourceTypeCWorldNode": {
|
||||||
|
"fields": {},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MResourceTypeForInfoType",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
"InfoForResourceTypeVMapResourceData_t": {
|
"InfoForResourceTypeVMapResourceData_t": {
|
||||||
"fields": {},
|
"fields": {},
|
||||||
"metadata": [
|
"metadata": [
|
||||||
@ -274,6 +454,19 @@
|
|||||||
],
|
],
|
||||||
"parent": "BaseSceneObjectOverride_t"
|
"parent": "BaseSceneObjectOverride_t"
|
||||||
},
|
},
|
||||||
|
"ModelReference_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_flRelativeProbabilityOfSpawn": 8,
|
||||||
|
"m_model": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
"NodeData_t": {
|
"NodeData_t": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"m_ChildNodeIndices": 48,
|
"m_ChildNodeIndices": 48,
|
||||||
@ -292,6 +485,79 @@
|
|||||||
],
|
],
|
||||||
"parent": null
|
"parent": null
|
||||||
},
|
},
|
||||||
|
"ParticleChildrenInfo_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_ChildRef": 0,
|
||||||
|
"m_bDisableChild": 13,
|
||||||
|
"m_bEndCap": 12,
|
||||||
|
"m_flDelay": 8,
|
||||||
|
"m_nDetailLevel": 16
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"ParticleControlPointDriver_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_angOffset": 28,
|
||||||
|
"m_attachmentName": 8,
|
||||||
|
"m_entityName": 40,
|
||||||
|
"m_iAttachType": 4,
|
||||||
|
"m_iControlPoint": 0,
|
||||||
|
"m_vecOffset": 16
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"ParticlePreviewBodyGroup_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_bodyGroupName": 0,
|
||||||
|
"m_nValue": 8
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"ParticlePreviewState_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_bAnimationNonLooping": 84,
|
||||||
|
"m_bShouldDrawAttachmentNames": 82,
|
||||||
|
"m_bShouldDrawAttachments": 81,
|
||||||
|
"m_bShouldDrawControlPointAxes": 83,
|
||||||
|
"m_bShouldDrawHitboxes": 80,
|
||||||
|
"m_flParticleSimulationRate": 76,
|
||||||
|
"m_flPlaybackSpeed": 72,
|
||||||
|
"m_groundType": 12,
|
||||||
|
"m_hitboxSetName": 32,
|
||||||
|
"m_materialGroupName": 40,
|
||||||
|
"m_nFireParticleOnSequenceFrame": 24,
|
||||||
|
"m_nModSpecificData": 8,
|
||||||
|
"m_previewModel": 0,
|
||||||
|
"m_sequenceName": 16,
|
||||||
|
"m_vecBodyGroups": 48,
|
||||||
|
"m_vecPreviewGravity": 88
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
"PermEntityLumpData_t": {
|
"PermEntityLumpData_t": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"m_childLumps": 24,
|
"m_childLumps": 24,
|
||||||
@ -332,6 +598,79 @@
|
|||||||
],
|
],
|
||||||
"parent": null
|
"parent": null
|
||||||
},
|
},
|
||||||
|
"SequenceWeightedList_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_flRelativeWeight": 4,
|
||||||
|
"m_nSequence": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"VMixDelayDesc_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_bEnableFilter": 16,
|
||||||
|
"m_feedbackFilter": 0,
|
||||||
|
"m_flDelay": 20,
|
||||||
|
"m_flDelayGain": 28,
|
||||||
|
"m_flDirectGain": 24,
|
||||||
|
"m_flFeedbackGain": 32,
|
||||||
|
"m_flWidth": 36
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"VMixEQ8Desc_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_stages": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"VMixFilterDesc_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_bEnabled": 3,
|
||||||
|
"m_flCutoffFreq": 8,
|
||||||
|
"m_flQ": 12,
|
||||||
|
"m_fldbGain": 4,
|
||||||
|
"m_nFilterSlope": 2,
|
||||||
|
"m_nFilterType": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
|
"VMixPannerDesc_t": {
|
||||||
|
"fields": {
|
||||||
|
"m_flStrength": 4,
|
||||||
|
"m_type": 0
|
||||||
|
},
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "MGetKV3ClassDefaults",
|
||||||
|
"type": "Unknown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parent": null
|
||||||
|
},
|
||||||
"VoxelVisBlockOffset_t": {
|
"VoxelVisBlockOffset_t": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"m_nElementCount": 4,
|
"m_nElementCount": 4,
|
||||||
@ -416,26 +755,6 @@
|
|||||||
"parent": null
|
"parent": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"enums": {
|
"enums": {}
|
||||||
"ObjectTypeFlags_t": {
|
|
||||||
"alignment": 4,
|
|
||||||
"members": {
|
|
||||||
"OBJECT_TYPE_BLOCK_LIGHT": 16,
|
|
||||||
"OBJECT_TYPE_DISABLED_IN_LOW_QUALITY": 128,
|
|
||||||
"OBJECT_TYPE_MODEL": 8,
|
|
||||||
"OBJECT_TYPE_MODEL_HAS_LODS": 2048,
|
|
||||||
"OBJECT_TYPE_NONE": 0,
|
|
||||||
"OBJECT_TYPE_NO_SHADOWS": 32,
|
|
||||||
"OBJECT_TYPE_NO_SUN_SHADOWS": 256,
|
|
||||||
"OBJECT_TYPE_OVERLAY": 8192,
|
|
||||||
"OBJECT_TYPE_PRECOMPUTED_VISMEMBERS": 16384,
|
|
||||||
"OBJECT_TYPE_RENDER_TO_CUBEMAPS": 1024,
|
|
||||||
"OBJECT_TYPE_RENDER_WITH_DYNAMIC": 512,
|
|
||||||
"OBJECT_TYPE_STATIC_CUBE_MAP": 32768,
|
|
||||||
"OBJECT_TYPE_WORLDSPACE_TEXURE_BLEND": 64
|
|
||||||
},
|
|
||||||
"type": "uint32"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,32 +1,14 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-04-02 16:10:48.961749300 UTC
|
// 2024-04-04 13:40:42.514657500 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||||
|
|
||||||
pub mod cs2_dumper {
|
pub mod cs2_dumper {
|
||||||
pub mod schemas {
|
pub mod schemas {
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
// Classes count: 24
|
// Classes count: 47
|
||||||
// Enums count: 1
|
// Enums count: 0
|
||||||
pub mod worldrenderer_dll {
|
pub mod worldrenderer_dll {
|
||||||
// Alignment: 4
|
|
||||||
// Members count: 13
|
|
||||||
#[repr(u32)]
|
|
||||||
pub enum ObjectTypeFlags_t {
|
|
||||||
OBJECT_TYPE_NONE = 0x0,
|
|
||||||
OBJECT_TYPE_MODEL = 0x8,
|
|
||||||
OBJECT_TYPE_BLOCK_LIGHT = 0x10,
|
|
||||||
OBJECT_TYPE_NO_SHADOWS = 0x20,
|
|
||||||
OBJECT_TYPE_WORLDSPACE_TEXURE_BLEND = 0x40,
|
|
||||||
OBJECT_TYPE_DISABLED_IN_LOW_QUALITY = 0x80,
|
|
||||||
OBJECT_TYPE_NO_SUN_SHADOWS = 0x100,
|
|
||||||
OBJECT_TYPE_RENDER_WITH_DYNAMIC = 0x200,
|
|
||||||
OBJECT_TYPE_RENDER_TO_CUBEMAPS = 0x400,
|
|
||||||
OBJECT_TYPE_MODEL_HAS_LODS = 0x800,
|
|
||||||
OBJECT_TYPE_OVERLAY = 0x2000,
|
|
||||||
OBJECT_TYPE_PRECOMPUTED_VISMEMBERS = 0x4000,
|
|
||||||
OBJECT_TYPE_STATIC_CUBE_MAP = 0x8000
|
|
||||||
}
|
|
||||||
// Parent: None
|
// Parent: None
|
||||||
// Fields count: 7
|
// Fields count: 7
|
||||||
//
|
//
|
||||||
@ -340,6 +322,256 @@ pub mod cs2_dumper {
|
|||||||
pub const m_CScriptComponent: usize = 0x28; // CScriptComponent*
|
pub const m_CScriptComponent: usize = 0x28; // CScriptComponent*
|
||||||
pub const m_bVisibleinPVS: usize = 0x30; // bool
|
pub const m_bVisibleinPVS: usize = 0x30; // bool
|
||||||
}
|
}
|
||||||
|
// Parent: CVoiceContainerBase
|
||||||
|
// Fields count: 7
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CVoiceContainerRandomSampler {
|
||||||
|
pub const m_flLoudAmplitude: usize = 0x60; // float32
|
||||||
|
pub const m_flLoudAmplitudeJitter: usize = 0x64; // float32
|
||||||
|
pub const m_flSoftAmplitude: usize = 0x68; // float32
|
||||||
|
pub const m_flSoftAmplitudeJitter: usize = 0x6C; // float32
|
||||||
|
pub const m_flLoudTimeJitter: usize = 0x70; // float32
|
||||||
|
pub const m_flSoftTimeJitter: usize = 0x74; // float32
|
||||||
|
pub const m_grainResources: usize = 0x78; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod VMixFilterDesc_t {
|
||||||
|
pub const m_nFilterType: usize = 0x0; // VMixFilterType_t
|
||||||
|
pub const m_nFilterSlope: usize = 0x2; // VMixFilterSlope_t
|
||||||
|
pub const m_bEnabled: usize = 0x3; // bool
|
||||||
|
pub const m_fldbGain: usize = 0x4; // float32
|
||||||
|
pub const m_flCutoffFreq: usize = 0x8; // float32
|
||||||
|
pub const m_flQ: usize = 0xC; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod VMixEQ8Desc_t {
|
||||||
|
pub const m_stages: usize = 0x0; // VMixFilterDesc_t[8]
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 7
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod VMixDelayDesc_t {
|
||||||
|
pub const m_feedbackFilter: usize = 0x0; // VMixFilterDesc_t
|
||||||
|
pub const m_bEnableFilter: usize = 0x10; // bool
|
||||||
|
pub const m_flDelay: usize = 0x14; // float32
|
||||||
|
pub const m_flDirectGain: usize = 0x18; // float32
|
||||||
|
pub const m_flDelayGain: usize = 0x1C; // float32
|
||||||
|
pub const m_flFeedbackGain: usize = 0x20; // float32
|
||||||
|
pub const m_flWidth: usize = 0x24; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod VMixPannerDesc_t {
|
||||||
|
pub const m_type: usize = 0x0; // VMixPannerType_t
|
||||||
|
pub const m_flStrength: usize = 0x4; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCWorldNode {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCPanoramaStyle {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MResourceTypeForInfoType
|
||||||
|
pub mod InfoForResourceTypeCDACGameDefsData {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
// MPropertyCustomEditor
|
||||||
|
pub mod CParticleCollectionFloatInput {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod ParticlePreviewBodyGroup_t {
|
||||||
|
pub const m_bodyGroupName: usize = 0x0; // CUtlString
|
||||||
|
pub const m_nValue: usize = 0x8; // int32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 16
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod ParticlePreviewState_t {
|
||||||
|
pub const m_previewModel: usize = 0x0; // CUtlString
|
||||||
|
pub const m_nModSpecificData: usize = 0x8; // uint32
|
||||||
|
pub const m_groundType: usize = 0xC; // PetGroundType_t
|
||||||
|
pub const m_sequenceName: usize = 0x10; // CUtlString
|
||||||
|
pub const m_nFireParticleOnSequenceFrame: usize = 0x18; // int32
|
||||||
|
pub const m_hitboxSetName: usize = 0x20; // CUtlString
|
||||||
|
pub const m_materialGroupName: usize = 0x28; // CUtlString
|
||||||
|
pub const m_vecBodyGroups: usize = 0x30; // CUtlVector<ParticlePreviewBodyGroup_t>
|
||||||
|
pub const m_flPlaybackSpeed: usize = 0x48; // float32
|
||||||
|
pub const m_flParticleSimulationRate: usize = 0x4C; // float32
|
||||||
|
pub const m_bShouldDrawHitboxes: usize = 0x50; // bool
|
||||||
|
pub const m_bShouldDrawAttachments: usize = 0x51; // bool
|
||||||
|
pub const m_bShouldDrawAttachmentNames: usize = 0x52; // bool
|
||||||
|
pub const m_bShouldDrawControlPointAxes: usize = 0x53; // bool
|
||||||
|
pub const m_bAnimationNonLooping: usize = 0x54; // bool
|
||||||
|
pub const m_vecPreviewGravity: usize = 0x58; //
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 6
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod ParticleControlPointDriver_t {
|
||||||
|
pub const m_iControlPoint: usize = 0x0; // int32
|
||||||
|
pub const m_iAttachType: usize = 0x4; // ParticleAttachment_t
|
||||||
|
pub const m_attachmentName: usize = 0x8; // CUtlString
|
||||||
|
pub const m_vecOffset: usize = 0x10; //
|
||||||
|
pub const m_angOffset: usize = 0x1C; // QAngle
|
||||||
|
pub const m_entityName: usize = 0x28; // CUtlString
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod IParticleSystemDefinition {
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 18
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CParticleVisibilityInputs {
|
||||||
|
pub const m_flCameraBias: usize = 0x0; // float32
|
||||||
|
pub const m_nCPin: usize = 0x4; // int32
|
||||||
|
pub const m_flProxyRadius: usize = 0x8; // float32
|
||||||
|
pub const m_flInputMin: usize = 0xC; // float32
|
||||||
|
pub const m_flInputMax: usize = 0x10; // float32
|
||||||
|
pub const m_flNoPixelVisibilityFallback: usize = 0x14; // float32
|
||||||
|
pub const m_flDistanceInputMin: usize = 0x18; // float32
|
||||||
|
pub const m_flDistanceInputMax: usize = 0x1C; // float32
|
||||||
|
pub const m_flDotInputMin: usize = 0x20; // float32
|
||||||
|
pub const m_flDotInputMax: usize = 0x24; // float32
|
||||||
|
pub const m_bDotCPAngles: usize = 0x28; // bool
|
||||||
|
pub const m_bDotCameraAngles: usize = 0x29; // bool
|
||||||
|
pub const m_flAlphaScaleMin: usize = 0x2C; // float32
|
||||||
|
pub const m_flAlphaScaleMax: usize = 0x30; // float32
|
||||||
|
pub const m_flRadiusScaleMin: usize = 0x34; // float32
|
||||||
|
pub const m_flRadiusScaleMax: usize = 0x38; // float32
|
||||||
|
pub const m_flRadiusScaleFOVBase: usize = 0x3C; // float32
|
||||||
|
pub const m_bRightEye: usize = 0x40; // bool
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 8
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CPathParameters {
|
||||||
|
pub const m_nStartControlPointNumber: usize = 0x0; // int32
|
||||||
|
pub const m_nEndControlPointNumber: usize = 0x4; // int32
|
||||||
|
pub const m_nBulgeControl: usize = 0x8; // int32
|
||||||
|
pub const m_flBulge: usize = 0xC; // float32
|
||||||
|
pub const m_flMidPoint: usize = 0x10; // float32
|
||||||
|
pub const m_vStartPointOffset: usize = 0x14; //
|
||||||
|
pub const m_vMidPointOffset: usize = 0x20; //
|
||||||
|
pub const m_vEndOffset: usize = 0x2C; //
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 5
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod ParticleChildrenInfo_t {
|
||||||
|
pub const m_ChildRef: usize = 0x0; // CStrongHandle<InfoForResourceTypeIParticleSystemDefinition>
|
||||||
|
pub const m_flDelay: usize = 0x8; // float32
|
||||||
|
pub const m_bEndCap: usize = 0xC; // bool
|
||||||
|
pub const m_bDisableChild: usize = 0xD; // bool
|
||||||
|
pub const m_nDetailLevel: usize = 0x10; // ParticleDetailLevel_t
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod ModelReference_t {
|
||||||
|
pub const m_model: usize = 0x0; // CStrongHandle<InfoForResourceTypeCModel>
|
||||||
|
pub const m_flRelativeProbabilityOfSpawn: usize = 0x8; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 2
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod SequenceWeightedList_t {
|
||||||
|
pub const m_nSequence: usize = 0x0; // int32
|
||||||
|
pub const m_flRelativeWeight: usize = 0x4; // float32
|
||||||
|
}
|
||||||
|
// Parent: None
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CollisionGroupContext_t {
|
||||||
|
pub const m_nCollisionGroupNumber: usize = 0x0; // int32
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunctionOperator
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CParticleFunctionPreEmission {
|
||||||
|
pub const m_bRunOnce: usize = 0x1C0; // bool
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunction
|
||||||
|
// Fields count: 1
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CParticleFunctionInitializer {
|
||||||
|
pub const m_nAssociatedEmitterIndex: usize = 0x1B8; // int32
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunction
|
||||||
|
// Fields count: 0
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CParticleFunctionForce {
|
||||||
|
}
|
||||||
|
// Parent: CParticleFunction
|
||||||
|
// Fields count: 3
|
||||||
|
//
|
||||||
|
// Metadata:
|
||||||
|
// MGetKV3ClassDefaults
|
||||||
|
pub mod CParticleFunctionRenderer {
|
||||||
|
pub const VisibilityInputs: usize = 0x1B8; // CParticleVisibilityInputs
|
||||||
|
pub const m_bCannotBeRefracted: usize = 0x1FC; // bool
|
||||||
|
pub const m_bSkipRenderingOnMobile: usize = 0x1FD; // bool
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -120,7 +120,7 @@ fn read_class_binding_fields(
|
|||||||
process: &mut IntoProcessInstanceArcBox<'_>,
|
process: &mut IntoProcessInstanceArcBox<'_>,
|
||||||
binding: &SchemaClassBinding,
|
binding: &SchemaClassBinding,
|
||||||
) -> Result<Vec<ClassField>> {
|
) -> Result<Vec<ClassField>> {
|
||||||
(0..binding.fields_count)
|
(0..binding.num_fields)
|
||||||
.map(|i| {
|
.map(|i| {
|
||||||
let field_ptr: Pointer64<SchemaClassFieldData> = binding
|
let field_ptr: Pointer64<SchemaClassFieldData> = binding
|
||||||
.fields
|
.fields
|
||||||
@ -157,7 +157,7 @@ fn read_class_binding_metadata(
|
|||||||
return Err(Error::Other("class metadata is null"));
|
return Err(Error::Other("class metadata is null"));
|
||||||
}
|
}
|
||||||
|
|
||||||
(0..binding.static_metadata_count)
|
(0..binding.num_static_metadata)
|
||||||
.map(|i| {
|
.map(|i| {
|
||||||
let metadata_ptr: Pointer64<SchemaMetadataEntryData> =
|
let metadata_ptr: Pointer64<SchemaMetadataEntryData> =
|
||||||
binding.static_metadata.offset(i as _).into();
|
binding.static_metadata.offset(i as _).into();
|
||||||
@ -199,6 +199,7 @@ fn read_enum_binding(
|
|||||||
) -> Result<Enum> {
|
) -> Result<Enum> {
|
||||||
let binding = binding_ptr.read(process)?;
|
let binding = binding_ptr.read(process)?;
|
||||||
let name = binding.name.read_string(process)?.to_string();
|
let name = binding.name.read_string(process)?.to_string();
|
||||||
|
|
||||||
let members = read_enum_binding_members(process, &binding)?;
|
let members = read_enum_binding_members(process, &binding)?;
|
||||||
|
|
||||||
debug!(
|
debug!(
|
||||||
@ -271,6 +272,43 @@ fn read_schema_system(process: &mut IntoProcessInstanceArcBox<'_>) -> Result<Sch
|
|||||||
Ok(schema_system)
|
Ok(schema_system)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn read_class_bindings(
|
||||||
|
process: &mut IntoProcessInstanceArcBox<'_>,
|
||||||
|
type_scope_ptr: Pointer64<SchemaSystemTypeScope>,
|
||||||
|
) -> Result<Vec<Class>> {
|
||||||
|
let tree: UtlRbTree = process.read(type_scope_ptr.address() + 0x4C8)?;
|
||||||
|
|
||||||
|
let classes = (0..1000) // TODO: `num_elements` doesn't seem to work for all modules.
|
||||||
|
.filter_map(|i| {
|
||||||
|
let element = tree.elements.at(i as _).read(process).ok()?;
|
||||||
|
|
||||||
|
let binding_ptr = Pointer64::<SchemaTypeDeclaredClass>::from(element.data.address())
|
||||||
|
.read(process)
|
||||||
|
.ok()?
|
||||||
|
.binding;
|
||||||
|
|
||||||
|
if binding_ptr.is_null() {
|
||||||
|
return None;
|
||||||
|
}
|
||||||
|
|
||||||
|
read_class_binding(process, binding_ptr).ok()
|
||||||
|
})
|
||||||
|
.collect();
|
||||||
|
|
||||||
|
Ok(classes)
|
||||||
|
}
|
||||||
|
|
||||||
|
fn read_enum_bindings(
|
||||||
|
process: &mut IntoProcessInstanceArcBox<'_>,
|
||||||
|
type_scope_ptr: Pointer64<SchemaSystemTypeScope>,
|
||||||
|
) -> Result<Vec<Enum>> {
|
||||||
|
let _tree: UtlRbTree = process.read(type_scope_ptr.address() + 0x4F8)?;
|
||||||
|
|
||||||
|
// TODO: Implement this.
|
||||||
|
|
||||||
|
Ok(Vec::new())
|
||||||
|
}
|
||||||
|
|
||||||
fn read_type_scopes(
|
fn read_type_scopes(
|
||||||
process: &mut IntoProcessInstanceArcBox<'_>,
|
process: &mut IntoProcessInstanceArcBox<'_>,
|
||||||
schema_system: &SchemaSystem,
|
schema_system: &SchemaSystem,
|
||||||
@ -279,28 +317,18 @@ fn read_type_scopes(
|
|||||||
|
|
||||||
(0..type_scopes.size)
|
(0..type_scopes.size)
|
||||||
.map(|i| {
|
.map(|i| {
|
||||||
let type_scope = type_scopes.get(process, i as _)?.read(process)?;
|
let type_scope_ptr = type_scopes.get(process, i as _)?;
|
||||||
|
let type_scope = type_scope_ptr.read(process)?;
|
||||||
|
|
||||||
let name = unsafe { CStr::from_ptr(type_scope.name.as_ptr()) }
|
let name = unsafe { CStr::from_ptr(type_scope.name.as_ptr()) }
|
||||||
.to_string_lossy()
|
.to_string_lossy()
|
||||||
.to_string();
|
.to_string();
|
||||||
|
|
||||||
let classes: Vec<_> = type_scope
|
let classes = read_class_bindings(process, type_scope_ptr)?;
|
||||||
.class_bindings
|
let enums = read_enum_bindings(process, type_scope_ptr)?;
|
||||||
.elements(process)?
|
|
||||||
.iter()
|
|
||||||
.filter_map(|ptr| read_class_binding(process, *ptr).ok())
|
|
||||||
.collect();
|
|
||||||
|
|
||||||
let enums: Vec<_> = type_scope
|
|
||||||
.enum_bindings
|
|
||||||
.elements(process)?
|
|
||||||
.iter()
|
|
||||||
.filter_map(|ptr| read_enum_binding(process, *ptr).ok())
|
|
||||||
.collect();
|
|
||||||
|
|
||||||
debug!(
|
debug!(
|
||||||
"found type scope: {} (classes: {}) (enums: {})",
|
"found type scope: {} (classes count: {}) (enums count: {})",
|
||||||
name,
|
name,
|
||||||
classes.len(),
|
classes.len(),
|
||||||
enums.len()
|
enums.len()
|
||||||
|
@ -2,12 +2,12 @@ use memflow::prelude::v1::*;
|
|||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct KeyboardKey {
|
pub struct KeyboardKey {
|
||||||
pad_0000: [u8; 0x8],
|
pad_0000: [u8; 0x8], // 0x0000
|
||||||
pub name: Pointer64<ReprCString>,
|
pub name: Pointer64<ReprCString>, // 0x0008
|
||||||
pad_0010: [u8; 0x20],
|
pad_0010: [u8; 0x20], // 0x0010
|
||||||
pub state: u32,
|
pub state: u32, // 0x0030
|
||||||
pad_0034: [u8; 0x50],
|
pad_0034: [u8; 0x54], // 0x0034
|
||||||
pub next: Pointer64<KeyboardKey>,
|
pub next: Pointer64<KeyboardKey>, // 0x0088
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Pod for KeyboardKey {}
|
unsafe impl Pod for KeyboardKey {}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
pub use schema_base_class_info_data::*;
|
pub use schema_base_class_info_data::*;
|
||||||
pub use schema_class_field_data::*;
|
pub use schema_class_field_data::*;
|
||||||
pub use schema_class_info_data::*;
|
pub use schema_class_info_data::*;
|
||||||
|
pub use schema_declared_class::*;
|
||||||
pub use schema_enum_info_data::*;
|
pub use schema_enum_info_data::*;
|
||||||
pub use schema_enumerator_info_data::*;
|
pub use schema_enumerator_info_data::*;
|
||||||
pub use schema_metadata_entry_data::*;
|
pub use schema_metadata_entry_data::*;
|
||||||
@ -8,10 +9,13 @@ pub use schema_static_field_data::*;
|
|||||||
pub use schema_system::*;
|
pub use schema_system::*;
|
||||||
pub use schema_system_type_scope::*;
|
pub use schema_system_type_scope::*;
|
||||||
pub use schema_type::*;
|
pub use schema_type::*;
|
||||||
|
pub use schema_type_declared_class::*;
|
||||||
|
pub use schema_type_declared_enum::*;
|
||||||
|
|
||||||
pub mod schema_base_class_info_data;
|
pub mod schema_base_class_info_data;
|
||||||
pub mod schema_class_field_data;
|
pub mod schema_class_field_data;
|
||||||
pub mod schema_class_info_data;
|
pub mod schema_class_info_data;
|
||||||
|
pub mod schema_declared_class;
|
||||||
pub mod schema_enum_info_data;
|
pub mod schema_enum_info_data;
|
||||||
pub mod schema_enumerator_info_data;
|
pub mod schema_enumerator_info_data;
|
||||||
pub mod schema_metadata_entry_data;
|
pub mod schema_metadata_entry_data;
|
||||||
@ -19,3 +23,5 @@ pub mod schema_static_field_data;
|
|||||||
pub mod schema_system;
|
pub mod schema_system;
|
||||||
pub mod schema_system_type_scope;
|
pub mod schema_system_type_scope;
|
||||||
pub mod schema_type;
|
pub mod schema_type;
|
||||||
|
pub mod schema_type_declared_class;
|
||||||
|
pub mod schema_type_declared_enum;
|
||||||
|
@ -4,8 +4,9 @@ use super::SchemaClassInfoData;
|
|||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaBaseClassInfoData {
|
pub struct SchemaBaseClassInfoData {
|
||||||
pub offset: u32,
|
pub offset: u32, // 0x0000
|
||||||
pub prev: Pointer64<SchemaClassInfoData>,
|
pad_0004: [u8; 0x4], // 0x0004
|
||||||
|
pub prev: Pointer64<SchemaClassInfoData>, // 0x0008
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Pod for SchemaBaseClassInfoData {}
|
unsafe impl Pod for SchemaBaseClassInfoData {}
|
||||||
|
@ -4,11 +4,11 @@ use super::{SchemaMetadataEntryData, SchemaType};
|
|||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaClassFieldData {
|
pub struct SchemaClassFieldData {
|
||||||
pub name: Pointer64<ReprCString>,
|
pub name: Pointer64<ReprCString>, // 0x0000
|
||||||
pub type_: Pointer64<SchemaType>,
|
pub type_: Pointer64<SchemaType>, // 0x0008
|
||||||
pub offset: u32,
|
pub offset: u32, // 0x0010
|
||||||
pub metadata_count: u32,
|
pub num_metadata: u32, // 0x0014
|
||||||
pub metadata: Pointer64<SchemaMetadataEntryData>,
|
pub metadata: Pointer64<SchemaMetadataEntryData>, // 0x0018
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Pod for SchemaClassFieldData {}
|
unsafe impl Pod for SchemaClassFieldData {}
|
||||||
|
@ -7,27 +7,28 @@ use super::{
|
|||||||
|
|
||||||
pub type SchemaClassBinding = SchemaClassInfoData;
|
pub type SchemaClassBinding = SchemaClassInfoData;
|
||||||
|
|
||||||
|
#[rustfmt::skip]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaClassInfoData {
|
pub struct SchemaClassInfoData {
|
||||||
pub base: Pointer64<SchemaClassInfoData>,
|
pub base: Pointer64<SchemaClassInfoData>, // 0x0000
|
||||||
pub name: Pointer64<ReprCString>,
|
pub name: Pointer64<ReprCString>, // 0x0008
|
||||||
pub module_name: Pointer64<ReprCString>,
|
pub module_name: Pointer64<ReprCString>, // 0x0010
|
||||||
pub size: u32,
|
pub size: u32, // 0x0018
|
||||||
pub fields_count: u16,
|
pub num_fields: u16, // 0x001C
|
||||||
pub static_fields_count: u16,
|
pub num_static_fields: u16, // 0x001E
|
||||||
pub static_metadata_count: u16,
|
pub num_static_metadata: u16, // 0x0020
|
||||||
pub alignment: u8,
|
pub alignment: u8, // 0x0022
|
||||||
pub has_base_class: bool,
|
pub has_base_class: bool, // 0x0023
|
||||||
pub total_class_size: u16,
|
pub total_class_size: u16, // 0x0024
|
||||||
pub derived_class_size: u16,
|
pub derived_class_size: u16, // 0x0026
|
||||||
pub fields: Pointer64<SchemaClassFieldData>,
|
pub fields: Pointer64<SchemaClassFieldData>, // 0x0028
|
||||||
pub static_fields: Pointer64<SchemaStaticFieldData>,
|
pub static_fields: Pointer64<SchemaStaticFieldData>, // 0x0030
|
||||||
pub base_classes: Pointer64<SchemaBaseClassInfoData>,
|
pub base_classes: Pointer64<SchemaBaseClassInfoData>, // 0x0038
|
||||||
pad_0040: [u8; 0x8],
|
pad_0040: [u8; 0x8], // 0x0040
|
||||||
pub static_metadata: Pointer64<SchemaMetadataEntryData>,
|
pub static_metadata: Pointer64<SchemaMetadataEntryData>, // 0x0048
|
||||||
pub type_scope: Pointer64<SchemaSystemTypeScope>,
|
pub type_scope: Pointer64<SchemaSystemTypeScope>, // 0x0050
|
||||||
pub type_: Pointer64<SchemaType>,
|
pub type_: Pointer64<SchemaType>, // 0x0058
|
||||||
pad_0060: [u8; 0x10],
|
pad_0060: [u8; 0x10], // 0x0060
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Pod for SchemaClassInfoData {}
|
unsafe impl Pod for SchemaClassInfoData {}
|
||||||
|
21
src/source2/schema_system/schema_declared_class.rs
Normal file
21
src/source2/schema_system/schema_declared_class.rs
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
use memflow::prelude::v1::*;
|
||||||
|
|
||||||
|
use super::SchemaSystemTypeScope;
|
||||||
|
|
||||||
|
#[repr(C)]
|
||||||
|
pub struct SchemaDeclaredClass {
|
||||||
|
pad_0000: [u8; 0x8], // 0x0000
|
||||||
|
pub name: Pointer64<ReprCString>, // 0x0008
|
||||||
|
pub type_scope: Pointer64<SchemaSystemTypeScope>, // 0x0010
|
||||||
|
pad_0018: [u8; 0x10], // 0x0018
|
||||||
|
}
|
||||||
|
|
||||||
|
unsafe impl Pod for SchemaDeclaredClass {}
|
||||||
|
|
||||||
|
#[repr(C)]
|
||||||
|
pub struct SchemaDeclaredClassEntry {
|
||||||
|
pad_0000: [u8; 0x10], // 0x0000
|
||||||
|
pub declared_class: Pointer64<SchemaDeclaredClass>, // 0x0010
|
||||||
|
}
|
||||||
|
|
||||||
|
unsafe impl Pod for SchemaDeclaredClassEntry {}
|
@ -4,19 +4,20 @@ use super::{SchemaEnumeratorInfoData, SchemaMetadataEntryData, SchemaSystemTypeS
|
|||||||
|
|
||||||
pub type SchemaEnumBinding = SchemaEnumInfoData;
|
pub type SchemaEnumBinding = SchemaEnumInfoData;
|
||||||
|
|
||||||
|
#[rustfmt::skip]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaEnumInfoData {
|
pub struct SchemaEnumInfoData {
|
||||||
pub base: Pointer64<SchemaEnumInfoData>,
|
pub base: Pointer64<SchemaEnumInfoData>, // 0x0000
|
||||||
pub name: Pointer64<ReprCString>,
|
pub name: Pointer64<ReprCString>, // 0x0008
|
||||||
pub module_name: Pointer64<ReprCString>,
|
pub module_name: Pointer64<ReprCString>, // 0x0010
|
||||||
pub alignment: u8,
|
pub alignment: u8, // 0x0018
|
||||||
pad_0019: [u8; 0x3],
|
pad_0019: [u8; 0x3], // 0x0019
|
||||||
pub size: u16,
|
pub size: u16, // 0x001C
|
||||||
pub static_metadata_count: u16,
|
pub num_static_metadata: u16, // 0x001E
|
||||||
pub enum_info: Pointer64<SchemaEnumeratorInfoData>,
|
pub enum_info: Pointer64<SchemaEnumeratorInfoData>, // 0x0020
|
||||||
pub static_metadata: Pointer64<SchemaMetadataEntryData>,
|
pub static_metadata: Pointer64<SchemaMetadataEntryData>, // 0x0028
|
||||||
pub type_scope: Pointer64<SchemaSystemTypeScope>,
|
pub type_scope: Pointer64<SchemaSystemTypeScope>, // 0x0030
|
||||||
pad_0038: [u8; 0xC],
|
pad_0038: [u8; 0x10], // 0x0038
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Pod for SchemaEnumInfoData {}
|
unsafe impl Pod for SchemaEnumInfoData {}
|
||||||
|
@ -4,10 +4,10 @@ use super::SchemaMetadataEntryData;
|
|||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaEnumeratorInfoData {
|
pub struct SchemaEnumeratorInfoData {
|
||||||
pub name: Pointer64<ReprCString>,
|
pub name: Pointer64<ReprCString>, // 0x0000
|
||||||
pub u: SchemaEnumeratorInfoDataUnion,
|
pub u: SchemaEnumeratorInfoDataUnion, // 0x0008
|
||||||
pub metadata_count: u32,
|
pub num_metadata: u32, // 0x0010
|
||||||
pub metadata: Pointer64<SchemaMetadataEntryData>,
|
pub metadata: Pointer64<SchemaMetadataEntryData>, // 0x0018
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Pod for SchemaEnumeratorInfoData {}
|
unsafe impl Pod for SchemaEnumeratorInfoData {}
|
||||||
|
@ -4,15 +4,15 @@ use memflow::prelude::v1::*;
|
|||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaMetadataEntryData {
|
pub struct SchemaMetadataEntryData {
|
||||||
pub name: Pointer64<ReprCString>,
|
pub name: Pointer64<ReprCString>, // 0x0000
|
||||||
pub network_value: Pointer64<SchemaNetworkValue>,
|
pub network_value: Pointer64<SchemaNetworkValue>, // 0x0008
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Pod for SchemaMetadataEntryData {}
|
unsafe impl Pod for SchemaMetadataEntryData {}
|
||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaNetworkValue {
|
pub struct SchemaNetworkValue {
|
||||||
pub u: SchemaNetworkValueUnion,
|
pub u: SchemaNetworkValueUnion, // 0x0000
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Pod for SchemaNetworkValue {}
|
unsafe impl Pod for SchemaNetworkValue {}
|
||||||
@ -30,6 +30,6 @@ pub union SchemaNetworkValueUnion {
|
|||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy)]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaVarName {
|
pub struct SchemaVarName {
|
||||||
pub name: Pointer64<ReprCString>,
|
pub name: Pointer64<ReprCString>, // 0x0000
|
||||||
pub ty: Pointer64<ReprCString>,
|
pub ty: Pointer64<ReprCString>, // 0x0008
|
||||||
}
|
}
|
||||||
|
@ -4,10 +4,10 @@ use super::SchemaType;
|
|||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaStaticFieldData {
|
pub struct SchemaStaticFieldData {
|
||||||
pub name: Pointer64<ReprCString>,
|
pub name: Pointer64<ReprCString>, // 0x0000
|
||||||
pub type_: Pointer64<SchemaType>,
|
pub type_: Pointer64<SchemaType>, // 0x0008
|
||||||
pub instance: Address,
|
pub instance: Address, // 0x0010
|
||||||
pad_0018: [u8; 0x10],
|
pad_0018: [u8; 0x10], // 0x0018
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Pod for SchemaStaticFieldData {}
|
unsafe impl Pod for SchemaStaticFieldData {}
|
||||||
|
@ -6,10 +6,10 @@ use crate::source2::UtlVector;
|
|||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaSystem {
|
pub struct SchemaSystem {
|
||||||
pad_0000: [u8; 0x190],
|
pad_0000: [u8; 0x190], // 0x0000
|
||||||
pub type_scopes: UtlVector<Pointer64<SchemaSystemTypeScope>>,
|
pub type_scopes: UtlVector<Pointer64<SchemaSystemTypeScope>>, // 0x0190
|
||||||
pad_01a0: [u8; 0x120],
|
pad_01a0: [u8; 0x120], // 0x01A0
|
||||||
pub num_registrations: u32,
|
pub num_registrations: u32, // 0x02C0
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Pod for SchemaSystem {}
|
unsafe impl Pod for SchemaSystem {}
|
||||||
|
@ -2,18 +2,17 @@ use std::ffi::c_char;
|
|||||||
|
|
||||||
use memflow::prelude::v1::*;
|
use memflow::prelude::v1::*;
|
||||||
|
|
||||||
use super::{SchemaClassBinding, SchemaEnumBinding};
|
use super::SchemaDeclaredClassEntry;
|
||||||
|
|
||||||
use crate::source2::UtlTsHash;
|
|
||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaSystemTypeScope {
|
pub struct SchemaSystemTypeScope {
|
||||||
pad_0000: [u8; 0x8],
|
pad_0000: [u8; 0x8], // 0x0000
|
||||||
pub name: [c_char; 256],
|
pub name: [c_char; 256], // 0x0008
|
||||||
pad_0108: [u8; 0x4B0],
|
pub global_scope: Pointer64<SchemaSystemTypeScope>, // 0x0108
|
||||||
pub class_bindings: UtlTsHash<Pointer64<SchemaClassBinding>>,
|
pad_0110: [u8; 0x3C0], // 0x0110
|
||||||
pad_05f0: [u8; 0x2810],
|
pub declared_class: Pointer64<SchemaDeclaredClassEntry>, // 0x04D0
|
||||||
pub enum_bindings: UtlTsHash<Pointer64<SchemaEnumBinding>>,
|
pad_04d8: [u8; 0xe], // 0x04D8
|
||||||
|
pub num_declared_classes: u16, // 0x04E6
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Pod for SchemaSystemTypeScope {}
|
unsafe impl Pod for SchemaSystemTypeScope {}
|
||||||
|
@ -31,56 +31,56 @@ pub enum SchemaTypeCategory {
|
|||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy)]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaArray {
|
pub struct SchemaArray {
|
||||||
pub array_size: u32,
|
pub array_size: u32, // 0x0000
|
||||||
pad_0004: [u8; 0x4],
|
pad_0004: [u8; 0x4], // 0x0004
|
||||||
pub element_type: Pointer64<SchemaType>,
|
pub element_type: Pointer64<SchemaType>, // 0x0008
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy)]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaAtomic {
|
pub struct SchemaAtomic {
|
||||||
pub element_type: Pointer64<SchemaType>,
|
pub element_type: Pointer64<SchemaType>, // 0x0000
|
||||||
pad_0008: [u8; 0x8],
|
pad_0008: [u8; 0x8], // 0x0008
|
||||||
pub template_ty: Pointer64<SchemaType>,
|
pub template_type: Pointer64<SchemaType>, // 0x0010
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy)]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaAtomicI {
|
pub struct SchemaAtomicI {
|
||||||
pad_0000: [u8; 0x10],
|
pad_0000: [u8; 0x10], // 0x0000
|
||||||
pub value: u64,
|
pub value: u64, // 0x0010
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy)]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaAtomicTF {
|
pub struct SchemaAtomicTF {
|
||||||
pad_0000: [u8; 0x10],
|
pad_0000: [u8; 0x10], // 0x0000
|
||||||
pub template_ty: Pointer64<SchemaType>,
|
pub template_type: Pointer64<SchemaType>, // 0x0010
|
||||||
pub size: u32,
|
pub size: u32, // 0x0018
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy)]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaAtomicTT {
|
pub struct SchemaAtomicTT {
|
||||||
pad_0000: [u8; 0x10],
|
pad_0000: [u8; 0x10], // 0x0000
|
||||||
pub templates: [Pointer64<SchemaType>; 2],
|
pub templates: [Pointer64<SchemaType>; 2], // 0x0010
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy)]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaAtomicTTF {
|
pub struct SchemaAtomicTTF {
|
||||||
pad_0000: [u8; 0x10],
|
pad_0000: [u8; 0x10], // 0x0000
|
||||||
pub templates: [Pointer64<SchemaType>; 2],
|
pub templates: [Pointer64<SchemaType>; 2], // 0x0010
|
||||||
pub size: u32,
|
pub size: u32, // 0x0020
|
||||||
}
|
}
|
||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SchemaType {
|
pub struct SchemaType {
|
||||||
pad_0000: [u8; 0x8],
|
pad_0000: [u8; 0x8], // 0x0000
|
||||||
pub name: Pointer64<ReprCString>,
|
pub name: Pointer64<ReprCString>, // 0x0008
|
||||||
pub type_scope: Pointer64<SchemaSystemTypeScope>,
|
pub type_scope: Pointer64<SchemaSystemTypeScope>, // 0x0010
|
||||||
pub type_category: SchemaTypeCategory,
|
pub type_category: SchemaTypeCategory, // 0x0018
|
||||||
pub atomic_category: SchemaAtomicCategory,
|
pub atomic_category: SchemaAtomicCategory, // 0x0019
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Pod for SchemaType {}
|
unsafe impl Pod for SchemaType {}
|
||||||
|
15
src/source2/schema_system/schema_type_declared_class.rs
Normal file
15
src/source2/schema_system/schema_type_declared_class.rs
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
use memflow::prelude::v1::*;
|
||||||
|
|
||||||
|
use super::{SchemaClassBinding, SchemaSystemTypeScope};
|
||||||
|
|
||||||
|
#[repr(C)]
|
||||||
|
pub struct SchemaTypeDeclaredClass {
|
||||||
|
pad_0000: [u8; 0x8], // 0x0000
|
||||||
|
pub name: Pointer64<ReprCString>, // 0x0008
|
||||||
|
pub type_scope: Pointer64<SchemaSystemTypeScope>, // 0x0010
|
||||||
|
pad_0018: [u8; 0x8], // 0x0018
|
||||||
|
pub binding: Pointer64<SchemaClassBinding>, // 0x0020
|
||||||
|
pad_0028: [u8; 0x8], // 0x0028
|
||||||
|
}
|
||||||
|
|
||||||
|
unsafe impl Pod for SchemaTypeDeclaredClass {}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user