mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-24 13:05:36 +08:00
Fix for latest game update
This commit is contained in:
parent
dd7299729a
commit
3f6c894097
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,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 23:09:24.161043 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 23:09:24.161043 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 23:09:24.161043 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
|
4315
output/client.dll.cs
4315
output/client.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
4315
output/client.dll.rs
4315
output/client.dll.rs
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,9 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
// Classes count: 43
|
||||
// Classes count: 48
|
||||
// Enums count: 4
|
||||
public static class Engine2Dll {
|
||||
// Alignment: 4
|
||||
@ -240,6 +240,10 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_bFirstTick = 0x28; // bool
|
||||
public const nint m_bLastTick = 0x29; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class EventClientAdvanceNonRenderedFrame_t {
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
public static class EventServerProcessNetworking_t {
|
||||
@ -284,5 +288,21 @@ namespace CS2Dumper.Schemas {
|
||||
// Fields count: 0
|
||||
public static class EventServerPollNetworking_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: engine2.dll
|
||||
// Classes count: 43
|
||||
// Classes count: 48
|
||||
// Enums count: 4
|
||||
namespace engine2_dll {
|
||||
// Alignment: 4
|
||||
@ -245,6 +245,10 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_bFirstTick = 0x28; // bool
|
||||
constexpr std::ptrdiff_t m_bLastTick = 0x29; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace EventClientAdvanceNonRenderedFrame_t {
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
namespace EventServerProcessNetworking_t {
|
||||
@ -289,6 +293,22 @@ namespace cs2_dumper {
|
||||
// Fields count: 0
|
||||
namespace EventServerPollNetworking_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,11 @@
|
||||
{
|
||||
"engine2.dll": {
|
||||
"classes": {
|
||||
"": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"CEmptyEntityInstance": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
@ -85,6 +90,11 @@
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientAdvanceNonRenderedFrame_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientAdvanceTick_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
|
@ -1,12 +1,12 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: engine2.dll
|
||||
// Classes count: 43
|
||||
// Classes count: 48
|
||||
// Enums count: 4
|
||||
pub mod engine2_dll {
|
||||
// Alignment: 4
|
||||
@ -247,6 +247,10 @@ pub mod cs2_dumper {
|
||||
pub const m_bFirstTick: usize = 0x28; // bool
|
||||
pub const m_bLastTick: usize = 0x29; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod EventClientAdvanceNonRenderedFrame_t {
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
pub mod EventServerProcessNetworking_t {
|
||||
@ -291,6 +295,22 @@ pub mod cs2_dumper {
|
||||
// Fields count: 0
|
||||
pub mod EventServerPollNetworking_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: host.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14009,
|
||||
"timestamp": "2024-05-23T23:09:24.161043+00:00"
|
||||
"timestamp": "2024-05-24T01:30:25.777667800+00:00"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 23:09:24.161043 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Interfaces {
|
||||
// Module: animationsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 23:09:24.161043 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 23:09:24.161043 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: materialsystem2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: networksystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 00:18:41.177102700 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 00:18:41.177102700 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 00:18:41.177102700 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: panorama.dll
|
||||
@ -24,7 +24,7 @@ namespace CS2Dumper.Schemas {
|
||||
REFERENCE_PASSTHROUGH = 0xC
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 15
|
||||
// Members count: 16
|
||||
public enum EStyleNodeType : uint {
|
||||
ROOT = 0x0,
|
||||
EXPRESSION = 0x1,
|
||||
@ -40,7 +40,8 @@ namespace CS2Dumper.Schemas {
|
||||
EXPRESSION_CONCAT = 0xB,
|
||||
REFERENCE_CONTENT = 0xC,
|
||||
REFERENCE_COMPILED = 0xD,
|
||||
REFERENCE_PASSTHROUGH = 0xE
|
||||
REFERENCE_PASSTHROUGH = 0xE,
|
||||
COMPILER_CONDITIONAL = 0xF
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -29,7 +29,7 @@ namespace cs2_dumper {
|
||||
REFERENCE_PASSTHROUGH = 0xC
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 15
|
||||
// Members count: 16
|
||||
enum class EStyleNodeType : uint32_t {
|
||||
ROOT = 0x0,
|
||||
EXPRESSION = 0x1,
|
||||
@ -45,7 +45,8 @@ namespace cs2_dumper {
|
||||
EXPRESSION_CONCAT = 0xB,
|
||||
REFERENCE_CONTENT = 0xC,
|
||||
REFERENCE_COMPILED = 0xD,
|
||||
REFERENCE_PASSTHROUGH = 0xE
|
||||
REFERENCE_PASSTHROUGH = 0xE,
|
||||
COMPILER_CONDITIONAL = 0xF
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -24,6 +24,7 @@
|
||||
"EStyleNodeType": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"COMPILER_CONDITIONAL": 15,
|
||||
"DEFINE": 3,
|
||||
"EXPRESSION": 1,
|
||||
"EXPRESSION_CONCAT": 11,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
@ -28,7 +28,7 @@ pub mod cs2_dumper {
|
||||
REFERENCE_PASSTHROUGH = 0xC
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 15
|
||||
// Members count: 16
|
||||
#[repr(u32)]
|
||||
pub enum EStyleNodeType {
|
||||
ROOT = 0x0,
|
||||
@ -45,7 +45,8 @@ pub mod cs2_dumper {
|
||||
EXPRESSION_CONCAT = 0xB,
|
||||
REFERENCE_CONTENT = 0xC,
|
||||
REFERENCE_COMPILED = 0xD,
|
||||
REFERENCE_PASSTHROUGH = 0xE
|
||||
REFERENCE_PASSTHROUGH = 0xE,
|
||||
COMPILER_CONDITIONAL = 0xF
|
||||
}
|
||||
}
|
||||
}
|
||||
|
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,11 +1,21 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
// Classes count: 85
|
||||
// Enums count: 7
|
||||
// Classes count: 108
|
||||
// Enums count: 9
|
||||
public static class PulseSystemDll {
|
||||
// Alignment: 4
|
||||
// Members count: 6
|
||||
public enum EPulseGraphExecutionHistoryFlag : uint {
|
||||
NO_FLAGS = 0x0,
|
||||
CURSOR_ADD_TAG = 0x1,
|
||||
CURSOR_REMOVE_TAG = 0x2,
|
||||
CURSOR_RETIRED = 0x4,
|
||||
REQUIREMENT_PASS = 0x8,
|
||||
REQUIREMENT_FAIL = 0x10
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
public enum PulseTestEnumShape_t : uint {
|
||||
@ -20,14 +30,15 @@ namespace CS2Dumper.Schemas {
|
||||
ASYNC_FIRE_AND_FORGET = 0x1
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
// Members count: 4
|
||||
public enum PulseCursorExecResult_t : uint {
|
||||
Succeeded = 0x0,
|
||||
Canceled = 0x1,
|
||||
Failed = 0x2
|
||||
Failed = 0x2,
|
||||
OngoingNotify = 0x3
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 19
|
||||
// Members count: 20
|
||||
public enum PulseValueType_t : uint {
|
||||
PVAL_INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
PVAL_BOOL = 0x0,
|
||||
@ -41,16 +52,17 @@ namespace CS2Dumper.Schemas {
|
||||
PVAL_RESOURCE = 0x8,
|
||||
PVAL_SNDEVT_GUID = 0x9,
|
||||
PVAL_ENTITY_NAME = 0xA,
|
||||
PVAL_SCHEMA_PTR = 0xB,
|
||||
PVAL_OPAQUE_HANDLE = 0xB,
|
||||
PVAL_TYPESAFE_INT = 0xC,
|
||||
PVAL_CURSOR_FLOW = 0xD,
|
||||
PVAL_ANY = 0xE,
|
||||
PVAL_SCHEMA_ENUM = 0xF,
|
||||
PVAL_PANORAMA_PANEL_HANDLE = 0x10,
|
||||
PVAL_COUNT = 0x11
|
||||
PVAL_TEST_HANDLE = 0x11,
|
||||
PVAL_COUNT = 0x12
|
||||
}
|
||||
// Alignment: 2
|
||||
// Members count: 61
|
||||
// Members count: 73
|
||||
public enum PulseInstructionCode_t : ushort {
|
||||
INVALID = 0x0,
|
||||
IMMEDIATE_HALT = 0x1,
|
||||
@ -68,7 +80,7 @@ namespace CS2Dumper.Schemas {
|
||||
SET_VAR = 0xD,
|
||||
GET_VAR = 0xE,
|
||||
GET_CONST = 0xF,
|
||||
SET_REGISTER_DOMAIN_VALUE = 0x10,
|
||||
GET_DOMAIN_VALUE = 0x10,
|
||||
COPY = 0x11,
|
||||
NOT = 0x12,
|
||||
NEGATE = 0x13,
|
||||
@ -84,35 +96,47 @@ namespace CS2Dumper.Schemas {
|
||||
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
|
||||
REINTERPRET_INSTANCE = 0x20,
|
||||
GET_BLACKBOARD_REFERENCE = 0x21,
|
||||
SET_BLACKBOARD_REFERENCE = 0x22,
|
||||
REQUIREMENT_RESULT = 0x23,
|
||||
LAST_SERIALIZED_CODE = 0x24,
|
||||
NEGATE_INT = 0x25,
|
||||
NEGATE_FLOAT = 0x26,
|
||||
ADD_INT = 0x27,
|
||||
ADD_FLOAT = 0x28,
|
||||
ADD_STRING = 0x29,
|
||||
SUB_INT = 0x2A,
|
||||
SUB_FLOAT = 0x2B,
|
||||
MUL_INT = 0x2C,
|
||||
MUL_FLOAT = 0x2D,
|
||||
DIV_INT = 0x2E,
|
||||
DIV_FLOAT = 0x2F,
|
||||
MOD_INT = 0x30,
|
||||
MOD_FLOAT = 0x31,
|
||||
LT_INT = 0x32,
|
||||
LT_FLOAT = 0x33,
|
||||
LTE_INT = 0x34,
|
||||
LTE_FLOAT = 0x35,
|
||||
EQ_BOOL = 0x36,
|
||||
EQ_INT = 0x37,
|
||||
EQ_FLOAT = 0x38,
|
||||
EQ_STRING = 0x39,
|
||||
EQ_ENTITY_NAME = 0x3A,
|
||||
EQ_EHANDLE = 0x3B,
|
||||
EQ_PANEL_HANDLE = 0x3C,
|
||||
EQ_OPAQUE_HANDLE = 0x3D,
|
||||
EQ_TEST_HANDLE = 0x3E,
|
||||
NE_BOOL = 0x3F,
|
||||
NE_INT = 0x40,
|
||||
NE_FLOAT = 0x41,
|
||||
NE_STRING = 0x42,
|
||||
NE_ENTITY_NAME = 0x43,
|
||||
NE_EHANDLE = 0x44,
|
||||
NE_PANEL_HANDLE = 0x45,
|
||||
NE_OPAQUE_HANDLE = 0x46,
|
||||
NE_TEST_HANDLE = 0x47,
|
||||
GET_CONST_INLINE_STORAGE = 0x48
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 5
|
||||
@ -131,6 +155,14 @@ namespace CS2Dumper.Schemas {
|
||||
SoftCancel = 0x2,
|
||||
HardCancel = 0x3
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
public enum PulseDomainValueType_t : uint {
|
||||
INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
ENTITY_NAME = 0x0,
|
||||
PANEL_ID = 0x1,
|
||||
COUNT = 0x2
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 1
|
||||
//
|
||||
@ -138,6 +170,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Step_PublicOutput {
|
||||
public const nint m_OutputIndex = 0x48; // PulseRuntimeOutputIndex_t
|
||||
}
|
||||
@ -148,6 +181,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
public static class CPulseCell_Val_TestDomainFindEntityByName {
|
||||
}
|
||||
@ -166,9 +200,22 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
public static class CPulseCell_Step_TestDomainDestroyFakeEntity {
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Test_MultiOutflow_WithParams {
|
||||
public const nint m_Out1 = 0x48; // SignatureOutflow_Continue
|
||||
public const nint m_Out2 = 0x78; // SignatureOutflow_Continue
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class PulseRuntimeVarIndex_t {
|
||||
@ -180,6 +227,11 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_Value = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class PulseRuntimeDomainValueIndex_t {
|
||||
public const nint m_Value = 0x0; // int16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
@ -236,14 +288,12 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_EventOutflow = 0x8; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// Fields count: 4
|
||||
public static class CPulse_OutflowConnection {
|
||||
public const nint m_SourceOutflowName = 0x0; // CUtlSymbolLarge
|
||||
public const nint m_nDestChunk = 0x8; // PulseRuntimeChunkIndex_t
|
||||
public const nint m_nInstruction = 0xC; // int32
|
||||
public const nint m_OutflowRegisterMap = 0x10; // PulseRegisterMap_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@ -266,6 +316,14 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nEditorNodeID = 0x8; // PulseDocNodeID_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CPulseCell_Test_MultiOutflow_WithParams_Yielding__CursorState_t {
|
||||
public const nint nTestStep = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
@ -273,6 +331,18 @@ namespace CS2Dumper.Schemas {
|
||||
// MPropertyDescription
|
||||
public static class CPulseTestFuncs_DerivedDomain {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PulseGraphExecutionHistoryCursorDesc_t {
|
||||
public const nint vecAncestorCursorIDs = 0x0; // CUtlVector<PulseCursorID_t>
|
||||
public const nint nSpawnNodeID = 0x18; // PulseDocNodeID_t
|
||||
public const nint nRetiredAtNodeID = 0x1C; // PulseDocNodeID_t
|
||||
public const nint flLastReferenced = 0x20; // float32
|
||||
public const nint nLastValidEntryIdx = 0x24; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 1
|
||||
//
|
||||
@ -280,6 +350,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Inflow_Yield {
|
||||
public const nint m_UnyieldResume = 0x48; // CPulse_ResumePoint
|
||||
}
|
||||
@ -290,6 +361,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Inflow_GraphHook {
|
||||
public const nint m_HookName = 0x70; // CUtlSymbolLarge
|
||||
}
|
||||
@ -300,6 +372,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
@ -312,8 +385,8 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
public static class CTestDomainDerived_Cursor {
|
||||
public const nint m_nCursorValueA = 0x168; // int32
|
||||
public const nint m_nCursorValueB = 0x16C; // int32
|
||||
public const nint m_nCursorValueA = 0xA0; // int32
|
||||
public const nint m_nCursorValueB = 0xA4; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@ -331,11 +404,27 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
public static class CPulseCell_CursorQueue {
|
||||
public const nint m_nCursorsAllowedToRunParallel = 0x60; // int32
|
||||
public const nint m_nCursorsAllowedToRunParallel = 0x80; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Base
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CPulseCell_BaseRequirement {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PulseNodeDynamicOutflows_t {
|
||||
public const nint m_Outflows = 0x0; // CUtlVector<PulseNodeDynamicOutflows_t::DynamicOutflow_t>
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Fields count: 0
|
||||
@ -344,6 +433,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CPulseCell_Value_TestValue50 {
|
||||
@ -355,8 +445,16 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Test_MultiInflow_WithDefault {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGapTypeQueriesForScopeSingleton
|
||||
public static class CPulseTestGapTypeQueryRegistration {
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
//
|
||||
@ -364,9 +462,10 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Outflow_StringSwitch {
|
||||
public const nint m_DefaultCaseOutflow = 0x48; // CPulse_OutflowConnection
|
||||
public const nint m_CaseOutflows = 0x58; // CUtlVector<CPulse_OutflowConnection>
|
||||
public const nint m_CaseOutflows = 0x78; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@ -375,12 +474,22 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Test_NoInflow {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class PulseTestEHandle_t {
|
||||
public const nint m_Value = 0x0; // uint32
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_FireCursors {
|
||||
public const nint m_Outflows = 0x48; // CUtlVector<CPulse_OutflowConnection>
|
||||
public const nint m_bWaitForChildOutflows = 0x60; // bool
|
||||
public const nint m_OnFinished = 0x68; // CPulse_ResumePoint
|
||||
public const nint m_OnCanceled = 0x98; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@ -400,9 +509,6 @@ namespace CS2Dumper.Schemas {
|
||||
}
|
||||
// Parent: CPulse_OutflowConnection
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CPulse_ResumePoint {
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
@ -412,6 +518,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Outflow_CycleRandom {
|
||||
public const nint m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
@ -422,10 +529,20 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Inflow_EventHandler {
|
||||
public const nint m_EventName = 0x70; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CPulseCell_BaseLerp__CursorState_t {
|
||||
public const nint m_StartTime = 0x0; // GameTime_t
|
||||
public const nint m_EndTime = 0x4; // GameTime_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
@ -450,11 +567,12 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Timeline {
|
||||
public const nint m_TimelineEvents = 0x48; // CUtlVector<CPulseCell_Timeline::TimelineEvent_t>
|
||||
public const nint m_bWaitForChildOutflows = 0x60; // bool
|
||||
public const nint m_OnFinished = 0x68; // CPulse_ResumePoint
|
||||
public const nint m_OnCanceled = 0x78; // CPulse_ResumePoint
|
||||
public const nint m_OnCanceled = 0x98; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
@ -467,6 +585,33 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_TargetInput = 0x10; // CUtlSymbolLarge
|
||||
public const nint m_Param = 0x18; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: CPulseCell_BaseRequirement
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseRequirementPass
|
||||
public static class CPulseCell_LimitCount {
|
||||
public const nint m_nLimitCount = 0x48; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PulseGraphExecutionHistoryNodeDesc_t {
|
||||
public const nint strCellDesc = 0x0; // CBufferString
|
||||
public const nint strBindingName = 0x10; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: CPulse_ResumePoint
|
||||
// Fields count: 0
|
||||
public static class SignatureOutflow_Resume {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
@ -476,15 +621,17 @@ namespace CS2Dumper.Schemas {
|
||||
public static class FakeEntity_tAPI {
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 4
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Step_CallExternalMethod {
|
||||
public const nint m_MethodName = 0x48; // CUtlSymbolLarge
|
||||
public const nint m_ExpectedArgs = 0x50; // CUtlVector<CPulseRuntimeMethodArg>
|
||||
public const nint m_GameBlackboard = 0x50; // CUtlSymbolLarge
|
||||
public const nint m_ExpectedArgs = 0x58; // CUtlLeanVector<CPulseRuntimeMethodArg>
|
||||
public const nint m_nAsyncCallMode = 0x68; // PulseMethodCallMode_t
|
||||
public const nint m_OnFinished = 0x70; // CPulse_ResumePoint
|
||||
}
|
||||
@ -493,6 +640,7 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseInstanceDomainInfo
|
||||
// MPulseDomainHookInfo
|
||||
// MPulseLibraryBindings
|
||||
public static class CPulseGraphInstance_TurtleGraphics {
|
||||
}
|
||||
@ -504,20 +652,33 @@ namespace CS2Dumper.Schemas {
|
||||
public static class CPulseCell_BaseFlow {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PulseGraphExecutionHistoryEntry_t {
|
||||
public const nint nCursorID = 0x0; // PulseCursorID_t
|
||||
public const nint nEditorID = 0x4; // PulseDocNodeID_t
|
||||
public const nint flExecTime = 0x8; // float32
|
||||
public const nint unFlags = 0xC; // uint32
|
||||
public const nint tagName = 0x10; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class PulseCursorYieldToken_t {
|
||||
public const nint m_Value = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
public static class FakeEntity_t {
|
||||
public const nint m_nHandle = 0x0; // PulseTestEHandle_t
|
||||
public const nint m_Name = 0x8; // CUtlString
|
||||
public const nint m_Class = 0x10; // CUtlString
|
||||
public const nint m_bDestroyed = 0x18; // bool
|
||||
public const nint m_pAssociatedGraphInstance = 0x20; // CPulseGraphInstance_TestDomain*
|
||||
public const nint m_bFuncWasCalled = 0x28; // bool
|
||||
public const nint m_fValue = 0x2C; // float32
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CPulseGraphExecutionHistory {
|
||||
public const nint m_nInstanceID = 0x0; // PulseGraphInstanceID_t
|
||||
public const nint m_strFileName = 0x8; // CUtlString
|
||||
public const nint m_vecHistory = 0x10; // CUtlVector<PulseGraphExecutionHistoryEntry_t*>
|
||||
public const nint m_mapCellDesc = 0x28; // CUtlOrderedMap<PulseDocNodeID_t,PulseGraphExecutionHistoryNodeDesc_t*>
|
||||
public const nint m_mapCursorDesc = 0x50; // CUtlOrderedMap<PulseCursorID_t,PulseGraphExecutionHistoryCursorDesc_t*>
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 3
|
||||
@ -526,10 +687,22 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_TestWaitWithCursorState {
|
||||
public const nint m_WakeResume = 0x48; // CPulse_ResumePoint
|
||||
public const nint m_WakeCancel = 0x58; // CPulse_ResumePoint
|
||||
public const nint m_WakeFail = 0x68; // CPulse_ResumePoint
|
||||
public const nint m_WakeCancel = 0x78; // CPulse_ResumePoint
|
||||
public const nint m_WakeFail = 0xA8; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Inflow_ObservableVariableListener {
|
||||
public const nint m_BlackboardReference = 0x70; // CPulse_BlackboardReference
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@ -539,7 +712,7 @@ namespace CS2Dumper.Schemas {
|
||||
public static class CPulseCell_BaseYieldingInflow {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
// Fields count: 12
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -554,7 +727,8 @@ namespace CS2Dumper.Schemas {
|
||||
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
|
||||
public const nint m_nDomainValueIdx = 0x22; // PulseRuntimeDomainValueIndex_t
|
||||
public const nint m_nBlackboardReferenceIdx = 0x24; // PulseRuntimeBlackboardReferenceIndex_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
@ -569,7 +743,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nSrcInstruction = 0x30; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -579,6 +753,8 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_Type = 0x10; // CPulseValueFullType
|
||||
public const nint m_DefaultValue = 0x20; // KeyValues3
|
||||
public const nint m_bIsPublic = 0x32; // bool
|
||||
public const nint m_bIsObservable = 0x33; // bool
|
||||
public const nint m_nEditorNodeID = 0x34; // PulseDocNodeID_t
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 5
|
||||
@ -587,27 +763,46 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Inflow_Method {
|
||||
public const nint m_MethodName = 0x70; // CUtlSymbolLarge
|
||||
public const nint m_Description = 0x78; // CUtlString
|
||||
public const nint m_bIsPublic = 0x80; // bool
|
||||
public const nint m_ReturnType = 0x88; // CPulseValueFullType
|
||||
public const nint m_Args = 0x98; // CUtlVector<CPulseRuntimeMethodArg>
|
||||
public const nint m_Args = 0x98; // CUtlLeanVector<CPulseRuntimeMethodArg>
|
||||
}
|
||||
// Parent: CBasePulseGraphInstance
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseInstanceDomainInfo
|
||||
// MPulseDomainHookInfo
|
||||
// MPulseLibraryBindings
|
||||
// MPulseDomainOptInFeatureTag
|
||||
public static class CPulseGraphInstance_TestDomain {
|
||||
public const nint m_bIsRunningUnitTests = 0xD8; // bool
|
||||
public const nint m_bExplicitTimeStepping = 0xD9; // bool
|
||||
public const nint m_bExpectingToDestroyWithYieldedCursors = 0xDA; // bool
|
||||
public const nint m_nNextValidateIndex = 0xDC; // int32
|
||||
public const nint m_Tracepoints = 0xE0; // CUtlVector<CUtlString>
|
||||
public const nint m_bTestYesOrNoPath = 0xF8; // bool
|
||||
public const nint m_bIsRunningUnitTests = 0xF8; // bool
|
||||
public const nint m_bExplicitTimeStepping = 0xF9; // bool
|
||||
public const nint m_bExpectingToDestroyWithYieldedCursors = 0xFA; // bool
|
||||
public const nint m_nNextValidateIndex = 0xFC; // int32
|
||||
public const nint m_Tracepoints = 0x100; // CUtlVector<CUtlString>
|
||||
public const nint m_bTestYesOrNoPath = 0x118; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseProvideFeatureTag
|
||||
// MPulseLibraryBindings
|
||||
public static class FakeEntityDerivedB_tAPI {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PulseNodeDynamicOutflows_t__DynamicOutflow_t {
|
||||
public const nint m_OutflowID = 0x0; // CGlobalSymbol
|
||||
public const nint m_Connection = 0x8; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 1
|
||||
@ -616,6 +811,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Outflow_CycleShuffled {
|
||||
public const nint m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
@ -638,6 +834,16 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint flWaitValue = 0x0; // float32
|
||||
public const nint bFailOnCancel = 0x4; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CPulse_DomainValue {
|
||||
public const nint m_nType = 0x0; // PulseDomainValueType_t
|
||||
public const nint m_Value = 0x8; // CGlobalSymbol
|
||||
public const nint m_ExpectedRuntimeType = 0x10; // CGlobalSymbol
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
//
|
||||
@ -645,6 +851,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
public static class CPulseCell_Step_TestDomainCreateFakeEntity {
|
||||
}
|
||||
@ -655,6 +862,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPulseEditorHeaderText
|
||||
public static class CPulseCell_Step_TestDomainEntFire {
|
||||
@ -668,14 +876,39 @@ namespace CS2Dumper.Schemas {
|
||||
// MPropertyDescription
|
||||
public static class CPulseMathlib {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class PulseRuntimeBlackboardReferenceIndex_t {
|
||||
public const nint m_Value = 0x0; // int16
|
||||
}
|
||||
// Parent: CPulse_OutflowConnection
|
||||
// Fields count: 0
|
||||
public static class SignatureOutflow_Continue {
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Test_MultiOutflow_WithParams_Yielding {
|
||||
public const nint m_Out1 = 0x48; // SignatureOutflow_Continue
|
||||
public const nint m_AsyncChild1 = 0x78; // SignatureOutflow_Continue
|
||||
public const nint m_AsyncChild2 = 0xA8; // SignatureOutflow_Continue
|
||||
public const nint m_YieldResume1 = 0xD8; // SignatureOutflow_Resume
|
||||
public const nint m_YieldResume2 = 0x108; // SignatureOutflow_Resume
|
||||
}
|
||||
// Parent: CPulseGraphInstance_TestDomain
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseInstanceDomainInfo
|
||||
// MPulseDomainHookInfo
|
||||
// MPulseLibraryBindings
|
||||
public static class CPulseGraphInstance_TestDomain_Derived {
|
||||
public const nint m_nInstanceValueX = 0x100; // int32
|
||||
public const nint m_nInstanceValueX = 0x120; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 4
|
||||
@ -684,6 +917,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Inflow_EntOutputHandler {
|
||||
public const nint m_SourceEntity = 0x70; // CUtlSymbolLarge
|
||||
public const nint m_SourceOutput = 0x78; // CUtlSymbolLarge
|
||||
@ -695,6 +929,14 @@ namespace CS2Dumper.Schemas {
|
||||
public static class PulseRuntimeConstantIndex_t {
|
||||
public const nint m_Value = 0x0; // int16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseProvideFeatureTag
|
||||
// MPulseLibraryBindings
|
||||
public static class FakeEntityDerivedA_tAPI {
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
//
|
||||
@ -702,6 +944,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
public static class CPulseCell_Step_TestDomainTracepoint {
|
||||
}
|
||||
@ -710,6 +953,25 @@ namespace CS2Dumper.Schemas {
|
||||
public static class PulseDocNodeID_t {
|
||||
public const nint m_Value = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CPulse_BlackboardReference {
|
||||
public const nint m_hBlackboardResource = 0x0; // CResourceNameTyped<CWeakHandle<InfoForResourceTypeIPulseGraphDef>>
|
||||
public const nint m_BlackboardResource = 0xE0; // CUtlSymbolLarge
|
||||
public const nint m_nNodeID = 0xE8; // PulseDocNodeID_t
|
||||
public const nint m_NodeName = 0xF0; // CGlobalSymbol
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CPulseCell_LimitCount__InstanceState_t {
|
||||
public const nint m_nCurrentCount = 0x0; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Fields count: 0
|
||||
//
|
||||
@ -717,6 +979,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
public static class CPulseCell_Val_TestDomainGetEntityName {
|
||||
}
|
||||
@ -766,26 +1029,31 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Outflow_IntSwitch {
|
||||
public const nint m_DefaultCaseOutflow = 0x48; // CPulse_OutflowConnection
|
||||
public const nint m_CaseOutflows = 0x58; // CUtlVector<CPulse_OutflowConnection>
|
||||
public const nint m_CaseOutflows = 0x78; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
// Fields count: 14
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CPulseGraphDef {
|
||||
public const nint m_DomainIdentifier = 0x8; // CUtlSymbolLarge
|
||||
public const nint m_ParentMapName = 0x10; // CUtlSymbolLarge
|
||||
public const nint m_Chunks = 0x18; // CUtlVector<CPulse_Chunk*>
|
||||
public const nint m_Cells = 0x30; // CUtlVector<CPulseCell_Base*>
|
||||
public const nint m_Vars = 0x48; // CUtlVector<CPulse_Variable>
|
||||
public const nint m_PublicOutputs = 0x60; // CUtlVector<CPulse_PublicOutput>
|
||||
public const nint m_InvokeBindings = 0x78; // CUtlVector<CPulse_InvokeBinding*>
|
||||
public const nint m_CallInfos = 0x90; // CUtlVector<CPulse_CallInfo*>
|
||||
public const nint m_Constants = 0xA8; // CUtlVector<CPulse_Constant>
|
||||
public const nint m_OutputConnections = 0xC0; // CUtlVector<CPulse_OutputConnection*>
|
||||
public const nint m_ParentXmlName = 0x18; // CUtlSymbolLarge
|
||||
public const nint m_vecGameBlackboards = 0x20; // CUtlVector<CUtlSymbolLarge>
|
||||
public const nint m_Chunks = 0x38; // CUtlVector<CPulse_Chunk*>
|
||||
public const nint m_Cells = 0x50; // CUtlVector<CPulseCell_Base*>
|
||||
public const nint m_Vars = 0x68; // CUtlVector<CPulse_Variable>
|
||||
public const nint m_PublicOutputs = 0x80; // CUtlVector<CPulse_PublicOutput>
|
||||
public const nint m_InvokeBindings = 0x98; // CUtlVector<CPulse_InvokeBinding*>
|
||||
public const nint m_CallInfos = 0xB0; // CUtlVector<CPulse_CallInfo*>
|
||||
public const nint m_Constants = 0xC8; // CUtlVector<CPulse_Constant>
|
||||
public const nint m_DomainValues = 0xE0; // CUtlVector<CPulse_DomainValue>
|
||||
public const nint m_BlackboardReferences = 0xF8; // CUtlVector<CPulse_BlackboardReference>
|
||||
public const nint m_OutputConnections = 0x110; // CUtlVector<CPulse_OutputConnection*>
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@ -794,6 +1062,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Test_MultiInflow_NoDefault {
|
||||
}
|
||||
// Parent: None
|
||||
@ -812,12 +1081,13 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
public static class CPulseCell_WaitForCursorsWithTag {
|
||||
public const nint m_bTagSelfWhenComplete = 0x60; // bool
|
||||
public const nint m_nDesiredKillPriority = 0x64; // PulseCursorCancelPriority_t
|
||||
public const nint m_bTagSelfWhenComplete = 0x80; // bool
|
||||
public const nint m_nDesiredKillPriority = 0x84; // PulseCursorCancelPriority_t
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
@ -833,18 +1103,13 @@ namespace CS2Dumper.Schemas {
|
||||
public static class PulseRuntimeCallInfoIndex_t {
|
||||
public const nint m_Value = 0x0; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CPulseCell_Outflow_TestExplicitYesNo {
|
||||
public const nint m_Yes = 0x48; // CPulse_OutflowConnection
|
||||
public const nint m_No = 0x58; // CPulse_OutflowConnection
|
||||
public static class CPulseCell_BaseLerp {
|
||||
public const nint m_WakeResume = 0x48; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
@ -853,11 +1118,26 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CPulseCell_Outflow_TestExplicitYesNo {
|
||||
public const nint m_Yes = 0x48; // CPulse_OutflowConnection
|
||||
public const nint m_No = 0x78; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CPulseCell_Outflow_TestRandomYesNo {
|
||||
public const nint m_Yes = 0x48; // CPulse_OutflowConnection
|
||||
public const nint m_No = 0x58; // CPulse_OutflowConnection
|
||||
public const nint m_No = 0x78; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@ -866,6 +1146,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Step_DebugLog {
|
||||
}
|
||||
// Parent: None
|
||||
@ -880,6 +1161,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Outflow_CycleOrdered {
|
||||
public const nint m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
@ -905,6 +1187,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
@ -916,10 +1199,10 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
public static class CPulseTurtleGraphicsCursor {
|
||||
public const nint m_Color = 0x168; // Color
|
||||
public const nint m_vPos = 0x16C; // Vector2D
|
||||
public const nint m_flHeadingDeg = 0x174; // float32
|
||||
public const nint m_bPenUp = 0x178; // bool
|
||||
public const nint m_Color = 0xA0; // Color
|
||||
public const nint m_vPos = 0xA4; // Vector2D
|
||||
public const nint m_flHeadingDeg = 0xAC; // float32
|
||||
public const nint m_bPenUp = 0xB0; // bool
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,9 +8,19 @@
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: pulse_system.dll
|
||||
// Classes count: 85
|
||||
// Enums count: 7
|
||||
// Classes count: 108
|
||||
// Enums count: 9
|
||||
namespace pulse_system_dll {
|
||||
// Alignment: 4
|
||||
// Members count: 6
|
||||
enum class EPulseGraphExecutionHistoryFlag : uint32_t {
|
||||
NO_FLAGS = 0x0,
|
||||
CURSOR_ADD_TAG = 0x1,
|
||||
CURSOR_REMOVE_TAG = 0x2,
|
||||
CURSOR_RETIRED = 0x4,
|
||||
REQUIREMENT_PASS = 0x8,
|
||||
REQUIREMENT_FAIL = 0x10
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
enum class PulseTestEnumShape_t : uint32_t {
|
||||
@ -25,14 +35,15 @@ namespace cs2_dumper {
|
||||
ASYNC_FIRE_AND_FORGET = 0x1
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
// Members count: 4
|
||||
enum class PulseCursorExecResult_t : uint32_t {
|
||||
Succeeded = 0x0,
|
||||
Canceled = 0x1,
|
||||
Failed = 0x2
|
||||
Failed = 0x2,
|
||||
OngoingNotify = 0x3
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 19
|
||||
// Members count: 20
|
||||
enum class PulseValueType_t : uint32_t {
|
||||
PVAL_INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
PVAL_BOOL = 0x0,
|
||||
@ -46,16 +57,17 @@ namespace cs2_dumper {
|
||||
PVAL_RESOURCE = 0x8,
|
||||
PVAL_SNDEVT_GUID = 0x9,
|
||||
PVAL_ENTITY_NAME = 0xA,
|
||||
PVAL_SCHEMA_PTR = 0xB,
|
||||
PVAL_OPAQUE_HANDLE = 0xB,
|
||||
PVAL_TYPESAFE_INT = 0xC,
|
||||
PVAL_CURSOR_FLOW = 0xD,
|
||||
PVAL_ANY = 0xE,
|
||||
PVAL_SCHEMA_ENUM = 0xF,
|
||||
PVAL_PANORAMA_PANEL_HANDLE = 0x10,
|
||||
PVAL_COUNT = 0x11
|
||||
PVAL_TEST_HANDLE = 0x11,
|
||||
PVAL_COUNT = 0x12
|
||||
};
|
||||
// Alignment: 2
|
||||
// Members count: 61
|
||||
// Members count: 73
|
||||
enum class PulseInstructionCode_t : uint16_t {
|
||||
INVALID = 0x0,
|
||||
IMMEDIATE_HALT = 0x1,
|
||||
@ -73,7 +85,7 @@ namespace cs2_dumper {
|
||||
SET_VAR = 0xD,
|
||||
GET_VAR = 0xE,
|
||||
GET_CONST = 0xF,
|
||||
SET_REGISTER_DOMAIN_VALUE = 0x10,
|
||||
GET_DOMAIN_VALUE = 0x10,
|
||||
COPY = 0x11,
|
||||
NOT = 0x12,
|
||||
NEGATE = 0x13,
|
||||
@ -89,35 +101,47 @@ namespace cs2_dumper {
|
||||
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
|
||||
REINTERPRET_INSTANCE = 0x20,
|
||||
GET_BLACKBOARD_REFERENCE = 0x21,
|
||||
SET_BLACKBOARD_REFERENCE = 0x22,
|
||||
REQUIREMENT_RESULT = 0x23,
|
||||
LAST_SERIALIZED_CODE = 0x24,
|
||||
NEGATE_INT = 0x25,
|
||||
NEGATE_FLOAT = 0x26,
|
||||
ADD_INT = 0x27,
|
||||
ADD_FLOAT = 0x28,
|
||||
ADD_STRING = 0x29,
|
||||
SUB_INT = 0x2A,
|
||||
SUB_FLOAT = 0x2B,
|
||||
MUL_INT = 0x2C,
|
||||
MUL_FLOAT = 0x2D,
|
||||
DIV_INT = 0x2E,
|
||||
DIV_FLOAT = 0x2F,
|
||||
MOD_INT = 0x30,
|
||||
MOD_FLOAT = 0x31,
|
||||
LT_INT = 0x32,
|
||||
LT_FLOAT = 0x33,
|
||||
LTE_INT = 0x34,
|
||||
LTE_FLOAT = 0x35,
|
||||
EQ_BOOL = 0x36,
|
||||
EQ_INT = 0x37,
|
||||
EQ_FLOAT = 0x38,
|
||||
EQ_STRING = 0x39,
|
||||
EQ_ENTITY_NAME = 0x3A,
|
||||
EQ_EHANDLE = 0x3B,
|
||||
EQ_PANEL_HANDLE = 0x3C,
|
||||
EQ_OPAQUE_HANDLE = 0x3D,
|
||||
EQ_TEST_HANDLE = 0x3E,
|
||||
NE_BOOL = 0x3F,
|
||||
NE_INT = 0x40,
|
||||
NE_FLOAT = 0x41,
|
||||
NE_STRING = 0x42,
|
||||
NE_ENTITY_NAME = 0x43,
|
||||
NE_EHANDLE = 0x44,
|
||||
NE_PANEL_HANDLE = 0x45,
|
||||
NE_OPAQUE_HANDLE = 0x46,
|
||||
NE_TEST_HANDLE = 0x47,
|
||||
GET_CONST_INLINE_STORAGE = 0x48
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 5
|
||||
@ -136,6 +160,14 @@ namespace cs2_dumper {
|
||||
SoftCancel = 0x2,
|
||||
HardCancel = 0x3
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
enum class PulseDomainValueType_t : uint32_t {
|
||||
INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
ENTITY_NAME = 0x0,
|
||||
PANEL_ID = 0x1,
|
||||
COUNT = 0x2
|
||||
};
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 1
|
||||
//
|
||||
@ -143,6 +175,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Step_PublicOutput {
|
||||
constexpr std::ptrdiff_t m_OutputIndex = 0x48; // PulseRuntimeOutputIndex_t
|
||||
}
|
||||
@ -153,6 +186,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
namespace CPulseCell_Val_TestDomainFindEntityByName {
|
||||
}
|
||||
@ -171,9 +205,22 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
namespace CPulseCell_Step_TestDomainDestroyFakeEntity {
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Test_MultiOutflow_WithParams {
|
||||
constexpr std::ptrdiff_t m_Out1 = 0x48; // SignatureOutflow_Continue
|
||||
constexpr std::ptrdiff_t m_Out2 = 0x78; // SignatureOutflow_Continue
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace PulseRuntimeVarIndex_t {
|
||||
@ -185,6 +232,11 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace PulseRuntimeDomainValueIndex_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
@ -241,14 +293,12 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_EventOutflow = 0x8; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// Fields count: 4
|
||||
namespace CPulse_OutflowConnection {
|
||||
constexpr std::ptrdiff_t m_SourceOutflowName = 0x0; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_nDestChunk = 0x8; // PulseRuntimeChunkIndex_t
|
||||
constexpr std::ptrdiff_t m_nInstruction = 0xC; // int32
|
||||
constexpr std::ptrdiff_t m_OutflowRegisterMap = 0x10; // PulseRegisterMap_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@ -271,6 +321,14 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nEditorNodeID = 0x8; // PulseDocNodeID_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CPulseCell_Test_MultiOutflow_WithParams_Yielding__CursorState_t {
|
||||
constexpr std::ptrdiff_t nTestStep = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
@ -278,6 +336,18 @@ namespace cs2_dumper {
|
||||
// MPropertyDescription
|
||||
namespace CPulseTestFuncs_DerivedDomain {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PulseGraphExecutionHistoryCursorDesc_t {
|
||||
constexpr std::ptrdiff_t vecAncestorCursorIDs = 0x0; // CUtlVector<PulseCursorID_t>
|
||||
constexpr std::ptrdiff_t nSpawnNodeID = 0x18; // PulseDocNodeID_t
|
||||
constexpr std::ptrdiff_t nRetiredAtNodeID = 0x1C; // PulseDocNodeID_t
|
||||
constexpr std::ptrdiff_t flLastReferenced = 0x20; // float32
|
||||
constexpr std::ptrdiff_t nLastValidEntryIdx = 0x24; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 1
|
||||
//
|
||||
@ -285,6 +355,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Inflow_Yield {
|
||||
constexpr std::ptrdiff_t m_UnyieldResume = 0x48; // CPulse_ResumePoint
|
||||
}
|
||||
@ -295,6 +366,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Inflow_GraphHook {
|
||||
constexpr std::ptrdiff_t m_HookName = 0x70; // CUtlSymbolLarge
|
||||
}
|
||||
@ -305,6 +377,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
@ -317,8 +390,8 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
namespace CTestDomainDerived_Cursor {
|
||||
constexpr std::ptrdiff_t m_nCursorValueA = 0x168; // int32
|
||||
constexpr std::ptrdiff_t m_nCursorValueB = 0x16C; // int32
|
||||
constexpr std::ptrdiff_t m_nCursorValueA = 0xA0; // int32
|
||||
constexpr std::ptrdiff_t m_nCursorValueB = 0xA4; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@ -336,11 +409,27 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
namespace CPulseCell_CursorQueue {
|
||||
constexpr std::ptrdiff_t m_nCursorsAllowedToRunParallel = 0x60; // int32
|
||||
constexpr std::ptrdiff_t m_nCursorsAllowedToRunParallel = 0x80; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Base
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CPulseCell_BaseRequirement {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PulseNodeDynamicOutflows_t {
|
||||
constexpr std::ptrdiff_t m_Outflows = 0x0; // CUtlVector<PulseNodeDynamicOutflows_t::DynamicOutflow_t>
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Fields count: 0
|
||||
@ -349,6 +438,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CPulseCell_Value_TestValue50 {
|
||||
@ -360,8 +450,16 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Test_MultiInflow_WithDefault {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGapTypeQueriesForScopeSingleton
|
||||
namespace CPulseTestGapTypeQueryRegistration {
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
//
|
||||
@ -369,9 +467,10 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Outflow_StringSwitch {
|
||||
constexpr std::ptrdiff_t m_DefaultCaseOutflow = 0x48; // CPulse_OutflowConnection
|
||||
constexpr std::ptrdiff_t m_CaseOutflows = 0x58; // CUtlVector<CPulse_OutflowConnection>
|
||||
constexpr std::ptrdiff_t m_CaseOutflows = 0x78; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@ -380,12 +479,22 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Test_NoInflow {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace PulseTestEHandle_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // uint32
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_FireCursors {
|
||||
constexpr std::ptrdiff_t m_Outflows = 0x48; // CUtlVector<CPulse_OutflowConnection>
|
||||
constexpr std::ptrdiff_t m_bWaitForChildOutflows = 0x60; // bool
|
||||
constexpr std::ptrdiff_t m_OnFinished = 0x68; // CPulse_ResumePoint
|
||||
constexpr std::ptrdiff_t m_OnCanceled = 0x98; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@ -405,9 +514,6 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Parent: CPulse_OutflowConnection
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CPulse_ResumePoint {
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
@ -417,6 +523,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Outflow_CycleRandom {
|
||||
constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
@ -427,10 +534,20 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Inflow_EventHandler {
|
||||
constexpr std::ptrdiff_t m_EventName = 0x70; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CPulseCell_BaseLerp__CursorState_t {
|
||||
constexpr std::ptrdiff_t m_StartTime = 0x0; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_EndTime = 0x4; // GameTime_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
@ -455,11 +572,12 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Timeline {
|
||||
constexpr std::ptrdiff_t m_TimelineEvents = 0x48; // CUtlVector<CPulseCell_Timeline::TimelineEvent_t>
|
||||
constexpr std::ptrdiff_t m_bWaitForChildOutflows = 0x60; // bool
|
||||
constexpr std::ptrdiff_t m_OnFinished = 0x68; // CPulse_ResumePoint
|
||||
constexpr std::ptrdiff_t m_OnCanceled = 0x78; // CPulse_ResumePoint
|
||||
constexpr std::ptrdiff_t m_OnCanceled = 0x98; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
@ -472,6 +590,33 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_TargetInput = 0x10; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_Param = 0x18; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: CPulseCell_BaseRequirement
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseRequirementPass
|
||||
namespace CPulseCell_LimitCount {
|
||||
constexpr std::ptrdiff_t m_nLimitCount = 0x48; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PulseGraphExecutionHistoryNodeDesc_t {
|
||||
constexpr std::ptrdiff_t strCellDesc = 0x0; // CBufferString
|
||||
constexpr std::ptrdiff_t strBindingName = 0x10; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: CPulse_ResumePoint
|
||||
// Fields count: 0
|
||||
namespace SignatureOutflow_Resume {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
@ -481,15 +626,17 @@ namespace cs2_dumper {
|
||||
namespace FakeEntity_tAPI {
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 4
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Step_CallExternalMethod {
|
||||
constexpr std::ptrdiff_t m_MethodName = 0x48; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_ExpectedArgs = 0x50; // CUtlVector<CPulseRuntimeMethodArg>
|
||||
constexpr std::ptrdiff_t m_GameBlackboard = 0x50; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_ExpectedArgs = 0x58; // CUtlLeanVector<CPulseRuntimeMethodArg>
|
||||
constexpr std::ptrdiff_t m_nAsyncCallMode = 0x68; // PulseMethodCallMode_t
|
||||
constexpr std::ptrdiff_t m_OnFinished = 0x70; // CPulse_ResumePoint
|
||||
}
|
||||
@ -498,6 +645,7 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseInstanceDomainInfo
|
||||
// MPulseDomainHookInfo
|
||||
// MPulseLibraryBindings
|
||||
namespace CPulseGraphInstance_TurtleGraphics {
|
||||
}
|
||||
@ -509,20 +657,33 @@ namespace cs2_dumper {
|
||||
namespace CPulseCell_BaseFlow {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PulseGraphExecutionHistoryEntry_t {
|
||||
constexpr std::ptrdiff_t nCursorID = 0x0; // PulseCursorID_t
|
||||
constexpr std::ptrdiff_t nEditorID = 0x4; // PulseDocNodeID_t
|
||||
constexpr std::ptrdiff_t flExecTime = 0x8; // float32
|
||||
constexpr std::ptrdiff_t unFlags = 0xC; // uint32
|
||||
constexpr std::ptrdiff_t tagName = 0x10; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace PulseCursorYieldToken_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
namespace FakeEntity_t {
|
||||
constexpr std::ptrdiff_t m_nHandle = 0x0; // PulseTestEHandle_t
|
||||
constexpr std::ptrdiff_t m_Name = 0x8; // CUtlString
|
||||
constexpr std::ptrdiff_t m_Class = 0x10; // CUtlString
|
||||
constexpr std::ptrdiff_t m_bDestroyed = 0x18; // bool
|
||||
constexpr std::ptrdiff_t m_pAssociatedGraphInstance = 0x20; // CPulseGraphInstance_TestDomain*
|
||||
constexpr std::ptrdiff_t m_bFuncWasCalled = 0x28; // bool
|
||||
constexpr std::ptrdiff_t m_fValue = 0x2C; // float32
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CPulseGraphExecutionHistory {
|
||||
constexpr std::ptrdiff_t m_nInstanceID = 0x0; // PulseGraphInstanceID_t
|
||||
constexpr std::ptrdiff_t m_strFileName = 0x8; // CUtlString
|
||||
constexpr std::ptrdiff_t m_vecHistory = 0x10; // CUtlVector<PulseGraphExecutionHistoryEntry_t*>
|
||||
constexpr std::ptrdiff_t m_mapCellDesc = 0x28; // CUtlOrderedMap<PulseDocNodeID_t,PulseGraphExecutionHistoryNodeDesc_t*>
|
||||
constexpr std::ptrdiff_t m_mapCursorDesc = 0x50; // CUtlOrderedMap<PulseCursorID_t,PulseGraphExecutionHistoryCursorDesc_t*>
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 3
|
||||
@ -531,10 +692,22 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_TestWaitWithCursorState {
|
||||
constexpr std::ptrdiff_t m_WakeResume = 0x48; // CPulse_ResumePoint
|
||||
constexpr std::ptrdiff_t m_WakeCancel = 0x58; // CPulse_ResumePoint
|
||||
constexpr std::ptrdiff_t m_WakeFail = 0x68; // CPulse_ResumePoint
|
||||
constexpr std::ptrdiff_t m_WakeCancel = 0x78; // CPulse_ResumePoint
|
||||
constexpr std::ptrdiff_t m_WakeFail = 0xA8; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Inflow_ObservableVariableListener {
|
||||
constexpr std::ptrdiff_t m_BlackboardReference = 0x70; // CPulse_BlackboardReference
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@ -544,7 +717,7 @@ namespace cs2_dumper {
|
||||
namespace CPulseCell_BaseYieldingInflow {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
// Fields count: 12
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -559,7 +732,8 @@ namespace cs2_dumper {
|
||||
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
|
||||
constexpr std::ptrdiff_t m_nDomainValueIdx = 0x22; // PulseRuntimeDomainValueIndex_t
|
||||
constexpr std::ptrdiff_t m_nBlackboardReferenceIdx = 0x24; // PulseRuntimeBlackboardReferenceIndex_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
@ -574,7 +748,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nSrcInstruction = 0x30; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -584,6 +758,8 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_Type = 0x10; // CPulseValueFullType
|
||||
constexpr std::ptrdiff_t m_DefaultValue = 0x20; // KeyValues3
|
||||
constexpr std::ptrdiff_t m_bIsPublic = 0x32; // bool
|
||||
constexpr std::ptrdiff_t m_bIsObservable = 0x33; // bool
|
||||
constexpr std::ptrdiff_t m_nEditorNodeID = 0x34; // PulseDocNodeID_t
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 5
|
||||
@ -592,27 +768,46 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Inflow_Method {
|
||||
constexpr std::ptrdiff_t m_MethodName = 0x70; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_Description = 0x78; // CUtlString
|
||||
constexpr std::ptrdiff_t m_bIsPublic = 0x80; // bool
|
||||
constexpr std::ptrdiff_t m_ReturnType = 0x88; // CPulseValueFullType
|
||||
constexpr std::ptrdiff_t m_Args = 0x98; // CUtlVector<CPulseRuntimeMethodArg>
|
||||
constexpr std::ptrdiff_t m_Args = 0x98; // CUtlLeanVector<CPulseRuntimeMethodArg>
|
||||
}
|
||||
// Parent: CBasePulseGraphInstance
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseInstanceDomainInfo
|
||||
// MPulseDomainHookInfo
|
||||
// MPulseLibraryBindings
|
||||
// MPulseDomainOptInFeatureTag
|
||||
namespace CPulseGraphInstance_TestDomain {
|
||||
constexpr std::ptrdiff_t m_bIsRunningUnitTests = 0xD8; // bool
|
||||
constexpr std::ptrdiff_t m_bExplicitTimeStepping = 0xD9; // bool
|
||||
constexpr std::ptrdiff_t m_bExpectingToDestroyWithYieldedCursors = 0xDA; // bool
|
||||
constexpr std::ptrdiff_t m_nNextValidateIndex = 0xDC; // int32
|
||||
constexpr std::ptrdiff_t m_Tracepoints = 0xE0; // CUtlVector<CUtlString>
|
||||
constexpr std::ptrdiff_t m_bTestYesOrNoPath = 0xF8; // bool
|
||||
constexpr std::ptrdiff_t m_bIsRunningUnitTests = 0xF8; // bool
|
||||
constexpr std::ptrdiff_t m_bExplicitTimeStepping = 0xF9; // bool
|
||||
constexpr std::ptrdiff_t m_bExpectingToDestroyWithYieldedCursors = 0xFA; // bool
|
||||
constexpr std::ptrdiff_t m_nNextValidateIndex = 0xFC; // int32
|
||||
constexpr std::ptrdiff_t m_Tracepoints = 0x100; // CUtlVector<CUtlString>
|
||||
constexpr std::ptrdiff_t m_bTestYesOrNoPath = 0x118; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseProvideFeatureTag
|
||||
// MPulseLibraryBindings
|
||||
namespace FakeEntityDerivedB_tAPI {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PulseNodeDynamicOutflows_t__DynamicOutflow_t {
|
||||
constexpr std::ptrdiff_t m_OutflowID = 0x0; // CGlobalSymbol
|
||||
constexpr std::ptrdiff_t m_Connection = 0x8; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 1
|
||||
@ -621,6 +816,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Outflow_CycleShuffled {
|
||||
constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
@ -643,6 +839,16 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t flWaitValue = 0x0; // float32
|
||||
constexpr std::ptrdiff_t bFailOnCancel = 0x4; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CPulse_DomainValue {
|
||||
constexpr std::ptrdiff_t m_nType = 0x0; // PulseDomainValueType_t
|
||||
constexpr std::ptrdiff_t m_Value = 0x8; // CGlobalSymbol
|
||||
constexpr std::ptrdiff_t m_ExpectedRuntimeType = 0x10; // CGlobalSymbol
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
//
|
||||
@ -650,6 +856,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
namespace CPulseCell_Step_TestDomainCreateFakeEntity {
|
||||
}
|
||||
@ -660,6 +867,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPulseEditorHeaderText
|
||||
namespace CPulseCell_Step_TestDomainEntFire {
|
||||
@ -673,14 +881,39 @@ namespace cs2_dumper {
|
||||
// MPropertyDescription
|
||||
namespace CPulseMathlib {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace PulseRuntimeBlackboardReferenceIndex_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int16
|
||||
}
|
||||
// Parent: CPulse_OutflowConnection
|
||||
// Fields count: 0
|
||||
namespace SignatureOutflow_Continue {
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Test_MultiOutflow_WithParams_Yielding {
|
||||
constexpr std::ptrdiff_t m_Out1 = 0x48; // SignatureOutflow_Continue
|
||||
constexpr std::ptrdiff_t m_AsyncChild1 = 0x78; // SignatureOutflow_Continue
|
||||
constexpr std::ptrdiff_t m_AsyncChild2 = 0xA8; // SignatureOutflow_Continue
|
||||
constexpr std::ptrdiff_t m_YieldResume1 = 0xD8; // SignatureOutflow_Resume
|
||||
constexpr std::ptrdiff_t m_YieldResume2 = 0x108; // SignatureOutflow_Resume
|
||||
}
|
||||
// Parent: CPulseGraphInstance_TestDomain
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseInstanceDomainInfo
|
||||
// MPulseDomainHookInfo
|
||||
// MPulseLibraryBindings
|
||||
namespace CPulseGraphInstance_TestDomain_Derived {
|
||||
constexpr std::ptrdiff_t m_nInstanceValueX = 0x100; // int32
|
||||
constexpr std::ptrdiff_t m_nInstanceValueX = 0x120; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 4
|
||||
@ -689,6 +922,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Inflow_EntOutputHandler {
|
||||
constexpr std::ptrdiff_t m_SourceEntity = 0x70; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_SourceOutput = 0x78; // CUtlSymbolLarge
|
||||
@ -700,6 +934,14 @@ namespace cs2_dumper {
|
||||
namespace PulseRuntimeConstantIndex_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseProvideFeatureTag
|
||||
// MPulseLibraryBindings
|
||||
namespace FakeEntityDerivedA_tAPI {
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
//
|
||||
@ -707,6 +949,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
namespace CPulseCell_Step_TestDomainTracepoint {
|
||||
}
|
||||
@ -715,6 +958,25 @@ namespace cs2_dumper {
|
||||
namespace PulseDocNodeID_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CPulse_BlackboardReference {
|
||||
constexpr std::ptrdiff_t m_hBlackboardResource = 0x0; // CResourceNameTyped<CWeakHandle<InfoForResourceTypeIPulseGraphDef>>
|
||||
constexpr std::ptrdiff_t m_BlackboardResource = 0xE0; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_nNodeID = 0xE8; // PulseDocNodeID_t
|
||||
constexpr std::ptrdiff_t m_NodeName = 0xF0; // CGlobalSymbol
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CPulseCell_LimitCount__InstanceState_t {
|
||||
constexpr std::ptrdiff_t m_nCurrentCount = 0x0; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Fields count: 0
|
||||
//
|
||||
@ -722,6 +984,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
namespace CPulseCell_Val_TestDomainGetEntityName {
|
||||
}
|
||||
@ -771,26 +1034,31 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Outflow_IntSwitch {
|
||||
constexpr std::ptrdiff_t m_DefaultCaseOutflow = 0x48; // CPulse_OutflowConnection
|
||||
constexpr std::ptrdiff_t m_CaseOutflows = 0x58; // CUtlVector<CPulse_OutflowConnection>
|
||||
constexpr std::ptrdiff_t m_CaseOutflows = 0x78; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
// Fields count: 14
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CPulseGraphDef {
|
||||
constexpr std::ptrdiff_t m_DomainIdentifier = 0x8; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_ParentMapName = 0x10; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_Chunks = 0x18; // CUtlVector<CPulse_Chunk*>
|
||||
constexpr std::ptrdiff_t m_Cells = 0x30; // CUtlVector<CPulseCell_Base*>
|
||||
constexpr std::ptrdiff_t m_Vars = 0x48; // CUtlVector<CPulse_Variable>
|
||||
constexpr std::ptrdiff_t m_PublicOutputs = 0x60; // CUtlVector<CPulse_PublicOutput>
|
||||
constexpr std::ptrdiff_t m_InvokeBindings = 0x78; // CUtlVector<CPulse_InvokeBinding*>
|
||||
constexpr std::ptrdiff_t m_CallInfos = 0x90; // CUtlVector<CPulse_CallInfo*>
|
||||
constexpr std::ptrdiff_t m_Constants = 0xA8; // CUtlVector<CPulse_Constant>
|
||||
constexpr std::ptrdiff_t m_OutputConnections = 0xC0; // CUtlVector<CPulse_OutputConnection*>
|
||||
constexpr std::ptrdiff_t m_ParentXmlName = 0x18; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_vecGameBlackboards = 0x20; // CUtlVector<CUtlSymbolLarge>
|
||||
constexpr std::ptrdiff_t m_Chunks = 0x38; // CUtlVector<CPulse_Chunk*>
|
||||
constexpr std::ptrdiff_t m_Cells = 0x50; // CUtlVector<CPulseCell_Base*>
|
||||
constexpr std::ptrdiff_t m_Vars = 0x68; // CUtlVector<CPulse_Variable>
|
||||
constexpr std::ptrdiff_t m_PublicOutputs = 0x80; // CUtlVector<CPulse_PublicOutput>
|
||||
constexpr std::ptrdiff_t m_InvokeBindings = 0x98; // CUtlVector<CPulse_InvokeBinding*>
|
||||
constexpr std::ptrdiff_t m_CallInfos = 0xB0; // CUtlVector<CPulse_CallInfo*>
|
||||
constexpr std::ptrdiff_t m_Constants = 0xC8; // CUtlVector<CPulse_Constant>
|
||||
constexpr std::ptrdiff_t m_DomainValues = 0xE0; // CUtlVector<CPulse_DomainValue>
|
||||
constexpr std::ptrdiff_t m_BlackboardReferences = 0xF8; // CUtlVector<CPulse_BlackboardReference>
|
||||
constexpr std::ptrdiff_t m_OutputConnections = 0x110; // CUtlVector<CPulse_OutputConnection*>
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@ -799,6 +1067,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Test_MultiInflow_NoDefault {
|
||||
}
|
||||
// Parent: None
|
||||
@ -817,12 +1086,13 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
namespace CPulseCell_WaitForCursorsWithTag {
|
||||
constexpr std::ptrdiff_t m_bTagSelfWhenComplete = 0x60; // bool
|
||||
constexpr std::ptrdiff_t m_nDesiredKillPriority = 0x64; // PulseCursorCancelPriority_t
|
||||
constexpr std::ptrdiff_t m_bTagSelfWhenComplete = 0x80; // bool
|
||||
constexpr std::ptrdiff_t m_nDesiredKillPriority = 0x84; // PulseCursorCancelPriority_t
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
@ -838,18 +1108,13 @@ namespace cs2_dumper {
|
||||
namespace PulseRuntimeCallInfoIndex_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CPulseCell_Outflow_TestExplicitYesNo {
|
||||
constexpr std::ptrdiff_t m_Yes = 0x48; // CPulse_OutflowConnection
|
||||
constexpr std::ptrdiff_t m_No = 0x58; // CPulse_OutflowConnection
|
||||
namespace CPulseCell_BaseLerp {
|
||||
constexpr std::ptrdiff_t m_WakeResume = 0x48; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
@ -858,11 +1123,26 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CPulseCell_Outflow_TestExplicitYesNo {
|
||||
constexpr std::ptrdiff_t m_Yes = 0x48; // CPulse_OutflowConnection
|
||||
constexpr std::ptrdiff_t m_No = 0x78; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CPulseCell_Outflow_TestRandomYesNo {
|
||||
constexpr std::ptrdiff_t m_Yes = 0x48; // CPulse_OutflowConnection
|
||||
constexpr std::ptrdiff_t m_No = 0x58; // CPulse_OutflowConnection
|
||||
constexpr std::ptrdiff_t m_No = 0x78; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@ -871,6 +1151,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Step_DebugLog {
|
||||
}
|
||||
// Parent: None
|
||||
@ -885,6 +1166,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Outflow_CycleOrdered {
|
||||
constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
@ -910,6 +1192,7 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
@ -921,10 +1204,10 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
namespace CPulseTurtleGraphicsCursor {
|
||||
constexpr std::ptrdiff_t m_Color = 0x168; // Color
|
||||
constexpr std::ptrdiff_t m_vPos = 0x16C; // Vector2D
|
||||
constexpr std::ptrdiff_t m_flHeadingDeg = 0x174; // float32
|
||||
constexpr std::ptrdiff_t m_bPenUp = 0x178; // bool
|
||||
constexpr std::ptrdiff_t m_Color = 0xA0; // Color
|
||||
constexpr std::ptrdiff_t m_vPos = 0xA4; // Vector2D
|
||||
constexpr std::ptrdiff_t m_flHeadingDeg = 0xAC; // float32
|
||||
constexpr std::ptrdiff_t m_bPenUp = 0xB0; // bool
|
||||
}
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,14 +1,25 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: pulse_system.dll
|
||||
// Classes count: 85
|
||||
// Enums count: 7
|
||||
// Classes count: 108
|
||||
// Enums count: 9
|
||||
pub mod pulse_system_dll {
|
||||
// Alignment: 4
|
||||
// Members count: 6
|
||||
#[repr(u32)]
|
||||
pub enum EPulseGraphExecutionHistoryFlag {
|
||||
NO_FLAGS = 0x0,
|
||||
CURSOR_ADD_TAG = 0x1,
|
||||
CURSOR_REMOVE_TAG = 0x2,
|
||||
CURSOR_RETIRED = 0x4,
|
||||
REQUIREMENT_PASS = 0x8,
|
||||
REQUIREMENT_FAIL = 0x10
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
#[repr(u32)]
|
||||
@ -25,15 +36,16 @@ pub mod cs2_dumper {
|
||||
ASYNC_FIRE_AND_FORGET = 0x1
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
// Members count: 4
|
||||
#[repr(u32)]
|
||||
pub enum PulseCursorExecResult_t {
|
||||
Succeeded = 0x0,
|
||||
Canceled = 0x1,
|
||||
Failed = 0x2
|
||||
Failed = 0x2,
|
||||
OngoingNotify = 0x3
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 19
|
||||
// Members count: 20
|
||||
#[repr(u32)]
|
||||
pub enum PulseValueType_t {
|
||||
PVAL_INVALID = u32::MAX,
|
||||
@ -48,16 +60,17 @@ pub mod cs2_dumper {
|
||||
PVAL_RESOURCE = 0x8,
|
||||
PVAL_SNDEVT_GUID = 0x9,
|
||||
PVAL_ENTITY_NAME = 0xA,
|
||||
PVAL_SCHEMA_PTR = 0xB,
|
||||
PVAL_OPAQUE_HANDLE = 0xB,
|
||||
PVAL_TYPESAFE_INT = 0xC,
|
||||
PVAL_CURSOR_FLOW = 0xD,
|
||||
PVAL_ANY = 0xE,
|
||||
PVAL_SCHEMA_ENUM = 0xF,
|
||||
PVAL_PANORAMA_PANEL_HANDLE = 0x10,
|
||||
PVAL_COUNT = 0x11
|
||||
PVAL_TEST_HANDLE = 0x11,
|
||||
PVAL_COUNT = 0x12
|
||||
}
|
||||
// Alignment: 2
|
||||
// Members count: 61
|
||||
// Members count: 73
|
||||
#[repr(u16)]
|
||||
pub enum PulseInstructionCode_t {
|
||||
INVALID = 0x0,
|
||||
@ -76,7 +89,7 @@ pub mod cs2_dumper {
|
||||
SET_VAR = 0xD,
|
||||
GET_VAR = 0xE,
|
||||
GET_CONST = 0xF,
|
||||
SET_REGISTER_DOMAIN_VALUE = 0x10,
|
||||
GET_DOMAIN_VALUE = 0x10,
|
||||
COPY = 0x11,
|
||||
NOT = 0x12,
|
||||
NEGATE = 0x13,
|
||||
@ -92,35 +105,47 @@ pub mod cs2_dumper {
|
||||
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
|
||||
REINTERPRET_INSTANCE = 0x20,
|
||||
GET_BLACKBOARD_REFERENCE = 0x21,
|
||||
SET_BLACKBOARD_REFERENCE = 0x22,
|
||||
REQUIREMENT_RESULT = 0x23,
|
||||
LAST_SERIALIZED_CODE = 0x24,
|
||||
NEGATE_INT = 0x25,
|
||||
NEGATE_FLOAT = 0x26,
|
||||
ADD_INT = 0x27,
|
||||
ADD_FLOAT = 0x28,
|
||||
ADD_STRING = 0x29,
|
||||
SUB_INT = 0x2A,
|
||||
SUB_FLOAT = 0x2B,
|
||||
MUL_INT = 0x2C,
|
||||
MUL_FLOAT = 0x2D,
|
||||
DIV_INT = 0x2E,
|
||||
DIV_FLOAT = 0x2F,
|
||||
MOD_INT = 0x30,
|
||||
MOD_FLOAT = 0x31,
|
||||
LT_INT = 0x32,
|
||||
LT_FLOAT = 0x33,
|
||||
LTE_INT = 0x34,
|
||||
LTE_FLOAT = 0x35,
|
||||
EQ_BOOL = 0x36,
|
||||
EQ_INT = 0x37,
|
||||
EQ_FLOAT = 0x38,
|
||||
EQ_STRING = 0x39,
|
||||
EQ_ENTITY_NAME = 0x3A,
|
||||
EQ_EHANDLE = 0x3B,
|
||||
EQ_PANEL_HANDLE = 0x3C,
|
||||
EQ_OPAQUE_HANDLE = 0x3D,
|
||||
EQ_TEST_HANDLE = 0x3E,
|
||||
NE_BOOL = 0x3F,
|
||||
NE_INT = 0x40,
|
||||
NE_FLOAT = 0x41,
|
||||
NE_STRING = 0x42,
|
||||
NE_ENTITY_NAME = 0x43,
|
||||
NE_EHANDLE = 0x44,
|
||||
NE_PANEL_HANDLE = 0x45,
|
||||
NE_OPAQUE_HANDLE = 0x46,
|
||||
NE_TEST_HANDLE = 0x47,
|
||||
GET_CONST_INLINE_STORAGE = 0x48
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 5
|
||||
@ -141,6 +166,15 @@ pub mod cs2_dumper {
|
||||
SoftCancel = 0x2,
|
||||
HardCancel = 0x3
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
#[repr(u32)]
|
||||
pub enum PulseDomainValueType_t {
|
||||
INVALID = u32::MAX,
|
||||
ENTITY_NAME = 0x0,
|
||||
PANEL_ID = 0x1,
|
||||
COUNT = 0x2
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 1
|
||||
//
|
||||
@ -148,6 +182,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Step_PublicOutput {
|
||||
pub const m_OutputIndex: usize = 0x48; // PulseRuntimeOutputIndex_t
|
||||
}
|
||||
@ -158,6 +193,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
pub mod CPulseCell_Val_TestDomainFindEntityByName {
|
||||
}
|
||||
@ -176,9 +212,22 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
pub mod CPulseCell_Step_TestDomainDestroyFakeEntity {
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Test_MultiOutflow_WithParams {
|
||||
pub const m_Out1: usize = 0x48; // SignatureOutflow_Continue
|
||||
pub const m_Out2: usize = 0x78; // SignatureOutflow_Continue
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod PulseRuntimeVarIndex_t {
|
||||
@ -190,6 +239,11 @@ pub mod cs2_dumper {
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod PulseRuntimeDomainValueIndex_t {
|
||||
pub const m_Value: usize = 0x0; // int16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
@ -246,14 +300,12 @@ pub mod cs2_dumper {
|
||||
pub const m_EventOutflow: usize = 0x8; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// Fields count: 4
|
||||
pub mod CPulse_OutflowConnection {
|
||||
pub const m_SourceOutflowName: usize = 0x0; // CUtlSymbolLarge
|
||||
pub const m_nDestChunk: usize = 0x8; // PulseRuntimeChunkIndex_t
|
||||
pub const m_nInstruction: usize = 0xC; // int32
|
||||
pub const m_OutflowRegisterMap: usize = 0x10; // PulseRegisterMap_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@ -276,6 +328,14 @@ pub mod cs2_dumper {
|
||||
pub const m_nEditorNodeID: usize = 0x8; // PulseDocNodeID_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_Test_MultiOutflow_WithParams_Yielding__CursorState_t {
|
||||
pub const nTestStep: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
@ -283,6 +343,18 @@ pub mod cs2_dumper {
|
||||
// MPropertyDescription
|
||||
pub mod CPulseTestFuncs_DerivedDomain {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PulseGraphExecutionHistoryCursorDesc_t {
|
||||
pub const vecAncestorCursorIDs: usize = 0x0; // CUtlVector<PulseCursorID_t>
|
||||
pub const nSpawnNodeID: usize = 0x18; // PulseDocNodeID_t
|
||||
pub const nRetiredAtNodeID: usize = 0x1C; // PulseDocNodeID_t
|
||||
pub const flLastReferenced: usize = 0x20; // float32
|
||||
pub const nLastValidEntryIdx: usize = 0x24; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 1
|
||||
//
|
||||
@ -290,6 +362,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Inflow_Yield {
|
||||
pub const m_UnyieldResume: usize = 0x48; // CPulse_ResumePoint
|
||||
}
|
||||
@ -300,6 +373,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Inflow_GraphHook {
|
||||
pub const m_HookName: usize = 0x70; // CUtlSymbolLarge
|
||||
}
|
||||
@ -310,6 +384,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
@ -322,8 +397,8 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
pub mod CTestDomainDerived_Cursor {
|
||||
pub const m_nCursorValueA: usize = 0x168; // int32
|
||||
pub const m_nCursorValueB: usize = 0x16C; // int32
|
||||
pub const m_nCursorValueA: usize = 0xA0; // int32
|
||||
pub const m_nCursorValueB: usize = 0xA4; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@ -341,11 +416,27 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
pub mod CPulseCell_CursorQueue {
|
||||
pub const m_nCursorsAllowedToRunParallel: usize = 0x60; // int32
|
||||
pub const m_nCursorsAllowedToRunParallel: usize = 0x80; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Base
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_BaseRequirement {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PulseNodeDynamicOutflows_t {
|
||||
pub const m_Outflows: usize = 0x0; // CUtlVector<PulseNodeDynamicOutflows_t::DynamicOutflow_t>
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Fields count: 0
|
||||
@ -354,6 +445,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CPulseCell_Value_TestValue50 {
|
||||
@ -365,8 +457,16 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Test_MultiInflow_WithDefault {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGapTypeQueriesForScopeSingleton
|
||||
pub mod CPulseTestGapTypeQueryRegistration {
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
//
|
||||
@ -374,9 +474,10 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Outflow_StringSwitch {
|
||||
pub const m_DefaultCaseOutflow: usize = 0x48; // CPulse_OutflowConnection
|
||||
pub const m_CaseOutflows: usize = 0x58; // CUtlVector<CPulse_OutflowConnection>
|
||||
pub const m_CaseOutflows: usize = 0x78; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@ -385,12 +486,22 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Test_NoInflow {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod PulseTestEHandle_t {
|
||||
pub const m_Value: usize = 0x0; // uint32
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_FireCursors {
|
||||
pub const m_Outflows: usize = 0x48; // CUtlVector<CPulse_OutflowConnection>
|
||||
pub const m_bWaitForChildOutflows: usize = 0x60; // bool
|
||||
pub const m_OnFinished: usize = 0x68; // CPulse_ResumePoint
|
||||
pub const m_OnCanceled: usize = 0x98; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@ -410,9 +521,6 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Parent: CPulse_OutflowConnection
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulse_ResumePoint {
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
@ -422,6 +530,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Outflow_CycleRandom {
|
||||
pub const m_Outputs: usize = 0x48; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
@ -432,10 +541,20 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Inflow_EventHandler {
|
||||
pub const m_EventName: usize = 0x70; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_BaseLerp__CursorState_t {
|
||||
pub const m_StartTime: usize = 0x0; // GameTime_t
|
||||
pub const m_EndTime: usize = 0x4; // GameTime_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
@ -460,11 +579,12 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Timeline {
|
||||
pub const m_TimelineEvents: usize = 0x48; // CUtlVector<CPulseCell_Timeline::TimelineEvent_t>
|
||||
pub const m_bWaitForChildOutflows: usize = 0x60; // bool
|
||||
pub const m_OnFinished: usize = 0x68; // CPulse_ResumePoint
|
||||
pub const m_OnCanceled: usize = 0x78; // CPulse_ResumePoint
|
||||
pub const m_OnCanceled: usize = 0x98; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
@ -477,6 +597,33 @@ pub mod cs2_dumper {
|
||||
pub const m_TargetInput: usize = 0x10; // CUtlSymbolLarge
|
||||
pub const m_Param: usize = 0x18; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: CPulseCell_BaseRequirement
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseRequirementPass
|
||||
pub mod CPulseCell_LimitCount {
|
||||
pub const m_nLimitCount: usize = 0x48; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PulseGraphExecutionHistoryNodeDesc_t {
|
||||
pub const strCellDesc: usize = 0x0; // CBufferString
|
||||
pub const strBindingName: usize = 0x10; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: CPulse_ResumePoint
|
||||
// Fields count: 0
|
||||
pub mod SignatureOutflow_Resume {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
@ -486,15 +633,17 @@ pub mod cs2_dumper {
|
||||
pub mod FakeEntity_tAPI {
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 4
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Step_CallExternalMethod {
|
||||
pub const m_MethodName: usize = 0x48; // CUtlSymbolLarge
|
||||
pub const m_ExpectedArgs: usize = 0x50; // CUtlVector<CPulseRuntimeMethodArg>
|
||||
pub const m_GameBlackboard: usize = 0x50; // CUtlSymbolLarge
|
||||
pub const m_ExpectedArgs: usize = 0x58; // CUtlLeanVector<CPulseRuntimeMethodArg>
|
||||
pub const m_nAsyncCallMode: usize = 0x68; // PulseMethodCallMode_t
|
||||
pub const m_OnFinished: usize = 0x70; // CPulse_ResumePoint
|
||||
}
|
||||
@ -503,6 +652,7 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseInstanceDomainInfo
|
||||
// MPulseDomainHookInfo
|
||||
// MPulseLibraryBindings
|
||||
pub mod CPulseGraphInstance_TurtleGraphics {
|
||||
}
|
||||
@ -514,20 +664,33 @@ pub mod cs2_dumper {
|
||||
pub mod CPulseCell_BaseFlow {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PulseGraphExecutionHistoryEntry_t {
|
||||
pub const nCursorID: usize = 0x0; // PulseCursorID_t
|
||||
pub const nEditorID: usize = 0x4; // PulseDocNodeID_t
|
||||
pub const flExecTime: usize = 0x8; // float32
|
||||
pub const unFlags: usize = 0xC; // uint32
|
||||
pub const tagName: usize = 0x10; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod PulseCursorYieldToken_t {
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
pub mod FakeEntity_t {
|
||||
pub const m_nHandle: usize = 0x0; // PulseTestEHandle_t
|
||||
pub const m_Name: usize = 0x8; // CUtlString
|
||||
pub const m_Class: usize = 0x10; // CUtlString
|
||||
pub const m_bDestroyed: usize = 0x18; // bool
|
||||
pub const m_pAssociatedGraphInstance: usize = 0x20; // CPulseGraphInstance_TestDomain*
|
||||
pub const m_bFuncWasCalled: usize = 0x28; // bool
|
||||
pub const m_fValue: usize = 0x2C; // float32
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseGraphExecutionHistory {
|
||||
pub const m_nInstanceID: usize = 0x0; // PulseGraphInstanceID_t
|
||||
pub const m_strFileName: usize = 0x8; // CUtlString
|
||||
pub const m_vecHistory: usize = 0x10; // CUtlVector<PulseGraphExecutionHistoryEntry_t*>
|
||||
pub const m_mapCellDesc: usize = 0x28; // CUtlOrderedMap<PulseDocNodeID_t,PulseGraphExecutionHistoryNodeDesc_t*>
|
||||
pub const m_mapCursorDesc: usize = 0x50; // CUtlOrderedMap<PulseCursorID_t,PulseGraphExecutionHistoryCursorDesc_t*>
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 3
|
||||
@ -536,10 +699,22 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_TestWaitWithCursorState {
|
||||
pub const m_WakeResume: usize = 0x48; // CPulse_ResumePoint
|
||||
pub const m_WakeCancel: usize = 0x58; // CPulse_ResumePoint
|
||||
pub const m_WakeFail: usize = 0x68; // CPulse_ResumePoint
|
||||
pub const m_WakeCancel: usize = 0x78; // CPulse_ResumePoint
|
||||
pub const m_WakeFail: usize = 0xA8; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Inflow_ObservableVariableListener {
|
||||
pub const m_BlackboardReference: usize = 0x70; // CPulse_BlackboardReference
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@ -549,7 +724,7 @@ pub mod cs2_dumper {
|
||||
pub mod CPulseCell_BaseYieldingInflow {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
// Fields count: 12
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -564,7 +739,8 @@ pub mod cs2_dumper {
|
||||
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
|
||||
pub const m_nDomainValueIdx: usize = 0x22; // PulseRuntimeDomainValueIndex_t
|
||||
pub const m_nBlackboardReferenceIdx: usize = 0x24; // PulseRuntimeBlackboardReferenceIndex_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
@ -579,7 +755,7 @@ pub mod cs2_dumper {
|
||||
pub const m_nSrcInstruction: usize = 0x30; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -589,6 +765,8 @@ pub mod cs2_dumper {
|
||||
pub const m_Type: usize = 0x10; // CPulseValueFullType
|
||||
pub const m_DefaultValue: usize = 0x20; // KeyValues3
|
||||
pub const m_bIsPublic: usize = 0x32; // bool
|
||||
pub const m_bIsObservable: usize = 0x33; // bool
|
||||
pub const m_nEditorNodeID: usize = 0x34; // PulseDocNodeID_t
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 5
|
||||
@ -597,27 +775,46 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Inflow_Method {
|
||||
pub const m_MethodName: usize = 0x70; // CUtlSymbolLarge
|
||||
pub const m_Description: usize = 0x78; // CUtlString
|
||||
pub const m_bIsPublic: usize = 0x80; // bool
|
||||
pub const m_ReturnType: usize = 0x88; // CPulseValueFullType
|
||||
pub const m_Args: usize = 0x98; // CUtlVector<CPulseRuntimeMethodArg>
|
||||
pub const m_Args: usize = 0x98; // CUtlLeanVector<CPulseRuntimeMethodArg>
|
||||
}
|
||||
// Parent: CBasePulseGraphInstance
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseInstanceDomainInfo
|
||||
// MPulseDomainHookInfo
|
||||
// MPulseLibraryBindings
|
||||
// MPulseDomainOptInFeatureTag
|
||||
pub mod CPulseGraphInstance_TestDomain {
|
||||
pub const m_bIsRunningUnitTests: usize = 0xD8; // bool
|
||||
pub const m_bExplicitTimeStepping: usize = 0xD9; // bool
|
||||
pub const m_bExpectingToDestroyWithYieldedCursors: usize = 0xDA; // bool
|
||||
pub const m_nNextValidateIndex: usize = 0xDC; // int32
|
||||
pub const m_Tracepoints: usize = 0xE0; // CUtlVector<CUtlString>
|
||||
pub const m_bTestYesOrNoPath: usize = 0xF8; // bool
|
||||
pub const m_bIsRunningUnitTests: usize = 0xF8; // bool
|
||||
pub const m_bExplicitTimeStepping: usize = 0xF9; // bool
|
||||
pub const m_bExpectingToDestroyWithYieldedCursors: usize = 0xFA; // bool
|
||||
pub const m_nNextValidateIndex: usize = 0xFC; // int32
|
||||
pub const m_Tracepoints: usize = 0x100; // CUtlVector<CUtlString>
|
||||
pub const m_bTestYesOrNoPath: usize = 0x118; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseProvideFeatureTag
|
||||
// MPulseLibraryBindings
|
||||
pub mod FakeEntityDerivedB_tAPI {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PulseNodeDynamicOutflows_t__DynamicOutflow_t {
|
||||
pub const m_OutflowID: usize = 0x0; // CGlobalSymbol
|
||||
pub const m_Connection: usize = 0x8; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 1
|
||||
@ -626,6 +823,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Outflow_CycleShuffled {
|
||||
pub const m_Outputs: usize = 0x48; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
@ -648,6 +846,16 @@ pub mod cs2_dumper {
|
||||
pub const flWaitValue: usize = 0x0; // float32
|
||||
pub const bFailOnCancel: usize = 0x4; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulse_DomainValue {
|
||||
pub const m_nType: usize = 0x0; // PulseDomainValueType_t
|
||||
pub const m_Value: usize = 0x8; // CGlobalSymbol
|
||||
pub const m_ExpectedRuntimeType: usize = 0x10; // CGlobalSymbol
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
//
|
||||
@ -655,6 +863,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
pub mod CPulseCell_Step_TestDomainCreateFakeEntity {
|
||||
}
|
||||
@ -665,6 +874,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPulseEditorHeaderText
|
||||
pub mod CPulseCell_Step_TestDomainEntFire {
|
||||
@ -678,14 +888,39 @@ pub mod cs2_dumper {
|
||||
// MPropertyDescription
|
||||
pub mod CPulseMathlib {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod PulseRuntimeBlackboardReferenceIndex_t {
|
||||
pub const m_Value: usize = 0x0; // int16
|
||||
}
|
||||
// Parent: CPulse_OutflowConnection
|
||||
// Fields count: 0
|
||||
pub mod SignatureOutflow_Continue {
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Test_MultiOutflow_WithParams_Yielding {
|
||||
pub const m_Out1: usize = 0x48; // SignatureOutflow_Continue
|
||||
pub const m_AsyncChild1: usize = 0x78; // SignatureOutflow_Continue
|
||||
pub const m_AsyncChild2: usize = 0xA8; // SignatureOutflow_Continue
|
||||
pub const m_YieldResume1: usize = 0xD8; // SignatureOutflow_Resume
|
||||
pub const m_YieldResume2: usize = 0x108; // SignatureOutflow_Resume
|
||||
}
|
||||
// Parent: CPulseGraphInstance_TestDomain
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseInstanceDomainInfo
|
||||
// MPulseDomainHookInfo
|
||||
// MPulseLibraryBindings
|
||||
pub mod CPulseGraphInstance_TestDomain_Derived {
|
||||
pub const m_nInstanceValueX: usize = 0x100; // int32
|
||||
pub const m_nInstanceValueX: usize = 0x120; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 4
|
||||
@ -694,6 +929,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Inflow_EntOutputHandler {
|
||||
pub const m_SourceEntity: usize = 0x70; // CUtlSymbolLarge
|
||||
pub const m_SourceOutput: usize = 0x78; // CUtlSymbolLarge
|
||||
@ -705,6 +941,14 @@ pub mod cs2_dumper {
|
||||
pub mod PulseRuntimeConstantIndex_t {
|
||||
pub const m_Value: usize = 0x0; // int16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseProvideFeatureTag
|
||||
// MPulseLibraryBindings
|
||||
pub mod FakeEntityDerivedA_tAPI {
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
//
|
||||
@ -712,6 +956,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
pub mod CPulseCell_Step_TestDomainTracepoint {
|
||||
}
|
||||
@ -720,6 +965,25 @@ pub mod cs2_dumper {
|
||||
pub mod PulseDocNodeID_t {
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulse_BlackboardReference {
|
||||
pub const m_hBlackboardResource: usize = 0x0; // CResourceNameTyped<CWeakHandle<InfoForResourceTypeIPulseGraphDef>>
|
||||
pub const m_BlackboardResource: usize = 0xE0; // CUtlSymbolLarge
|
||||
pub const m_nNodeID: usize = 0xE8; // PulseDocNodeID_t
|
||||
pub const m_NodeName: usize = 0xF0; // CGlobalSymbol
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_LimitCount__InstanceState_t {
|
||||
pub const m_nCurrentCount: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Fields count: 0
|
||||
//
|
||||
@ -727,6 +991,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
pub mod CPulseCell_Val_TestDomainGetEntityName {
|
||||
}
|
||||
@ -776,26 +1041,31 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Outflow_IntSwitch {
|
||||
pub const m_DefaultCaseOutflow: usize = 0x48; // CPulse_OutflowConnection
|
||||
pub const m_CaseOutflows: usize = 0x58; // CUtlVector<CPulse_OutflowConnection>
|
||||
pub const m_CaseOutflows: usize = 0x78; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
// Fields count: 14
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseGraphDef {
|
||||
pub const m_DomainIdentifier: usize = 0x8; // CUtlSymbolLarge
|
||||
pub const m_ParentMapName: usize = 0x10; // CUtlSymbolLarge
|
||||
pub const m_Chunks: usize = 0x18; // CUtlVector<CPulse_Chunk*>
|
||||
pub const m_Cells: usize = 0x30; // CUtlVector<CPulseCell_Base*>
|
||||
pub const m_Vars: usize = 0x48; // CUtlVector<CPulse_Variable>
|
||||
pub const m_PublicOutputs: usize = 0x60; // CUtlVector<CPulse_PublicOutput>
|
||||
pub const m_InvokeBindings: usize = 0x78; // CUtlVector<CPulse_InvokeBinding*>
|
||||
pub const m_CallInfos: usize = 0x90; // CUtlVector<CPulse_CallInfo*>
|
||||
pub const m_Constants: usize = 0xA8; // CUtlVector<CPulse_Constant>
|
||||
pub const m_OutputConnections: usize = 0xC0; // CUtlVector<CPulse_OutputConnection*>
|
||||
pub const m_ParentXmlName: usize = 0x18; // CUtlSymbolLarge
|
||||
pub const m_vecGameBlackboards: usize = 0x20; // CUtlVector<CUtlSymbolLarge>
|
||||
pub const m_Chunks: usize = 0x38; // CUtlVector<CPulse_Chunk*>
|
||||
pub const m_Cells: usize = 0x50; // CUtlVector<CPulseCell_Base*>
|
||||
pub const m_Vars: usize = 0x68; // CUtlVector<CPulse_Variable>
|
||||
pub const m_PublicOutputs: usize = 0x80; // CUtlVector<CPulse_PublicOutput>
|
||||
pub const m_InvokeBindings: usize = 0x98; // CUtlVector<CPulse_InvokeBinding*>
|
||||
pub const m_CallInfos: usize = 0xB0; // CUtlVector<CPulse_CallInfo*>
|
||||
pub const m_Constants: usize = 0xC8; // CUtlVector<CPulse_Constant>
|
||||
pub const m_DomainValues: usize = 0xE0; // CUtlVector<CPulse_DomainValue>
|
||||
pub const m_BlackboardReferences: usize = 0xF8; // CUtlVector<CPulse_BlackboardReference>
|
||||
pub const m_OutputConnections: usize = 0x110; // CUtlVector<CPulse_OutputConnection*>
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@ -804,6 +1074,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Test_MultiInflow_NoDefault {
|
||||
}
|
||||
// Parent: None
|
||||
@ -822,12 +1093,13 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
pub mod CPulseCell_WaitForCursorsWithTag {
|
||||
pub const m_bTagSelfWhenComplete: usize = 0x60; // bool
|
||||
pub const m_nDesiredKillPriority: usize = 0x64; // PulseCursorCancelPriority_t
|
||||
pub const m_bTagSelfWhenComplete: usize = 0x80; // bool
|
||||
pub const m_nDesiredKillPriority: usize = 0x84; // PulseCursorCancelPriority_t
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
@ -843,18 +1115,13 @@ pub mod cs2_dumper {
|
||||
pub mod PulseRuntimeCallInfoIndex_t {
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CPulseCell_Outflow_TestExplicitYesNo {
|
||||
pub const m_Yes: usize = 0x48; // CPulse_OutflowConnection
|
||||
pub const m_No: usize = 0x58; // CPulse_OutflowConnection
|
||||
pub mod CPulseCell_BaseLerp {
|
||||
pub const m_WakeResume: usize = 0x48; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
@ -863,11 +1130,26 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CPulseCell_Outflow_TestExplicitYesNo {
|
||||
pub const m_Yes: usize = 0x48; // CPulse_OutflowConnection
|
||||
pub const m_No: usize = 0x78; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CPulseCell_Outflow_TestRandomYesNo {
|
||||
pub const m_Yes: usize = 0x48; // CPulse_OutflowConnection
|
||||
pub const m_No: usize = 0x58; // CPulse_OutflowConnection
|
||||
pub const m_No: usize = 0x78; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@ -876,6 +1158,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Step_DebugLog {
|
||||
}
|
||||
// Parent: None
|
||||
@ -890,6 +1173,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Outflow_CycleOrdered {
|
||||
pub const m_Outputs: usize = 0x48; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
@ -915,6 +1199,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
@ -926,10 +1211,10 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
pub mod CPulseTurtleGraphicsCursor {
|
||||
pub const m_Color: usize = 0x168; // Color
|
||||
pub const m_vPos: usize = 0x16C; // Vector2D
|
||||
pub const m_flHeadingDeg: usize = 0x174; // float32
|
||||
pub const m_bPenUp: usize = 0x178; // bool
|
||||
pub const m_Color: usize = 0xA0; // Color
|
||||
pub const m_vPos: usize = 0xA4; // Vector2D
|
||||
pub const m_flHeadingDeg: usize = 0xAC; // float32
|
||||
pub const m_bPenUp: usize = 0xB0; // bool
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
@ -24,7 +24,7 @@ namespace CS2Dumper.Schemas {
|
||||
RENDER_PRIM_TYPE_COUNT = 0xC
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 12
|
||||
// Members count: 13
|
||||
public enum RenderBufferFlags_t : uint {
|
||||
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
||||
RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2,
|
||||
@ -37,7 +37,8 @@ namespace CS2Dumper.Schemas {
|
||||
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
|
||||
RENDER_BUFFER_PER_FRAME_WRITE_ONCE = 0x800,
|
||||
RENDER_BUFFER_POOL_ALLOCATED = 0x1000
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 8
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -29,7 +29,7 @@ namespace cs2_dumper {
|
||||
RENDER_PRIM_TYPE_COUNT = 0xC
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 12
|
||||
// Members count: 13
|
||||
enum class RenderBufferFlags_t : uint32_t {
|
||||
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
||||
RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2,
|
||||
@ -42,7 +42,8 @@ namespace cs2_dumper {
|
||||
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
|
||||
RENDER_BUFFER_PER_FRAME_WRITE_ONCE = 0x800,
|
||||
RENDER_BUFFER_POOL_ALLOCATED = 0x1000
|
||||
};
|
||||
// Alignment: 1
|
||||
// Members count: 8
|
||||
|
@ -50,6 +50,7 @@
|
||||
"RENDER_BUFFER_APPEND_CONSUME_BUFFER": 64,
|
||||
"RENDER_BUFFER_BYTEADDRESS_BUFFER": 16,
|
||||
"RENDER_BUFFER_PER_FRAME_WRITE_ONCE": 2048,
|
||||
"RENDER_BUFFER_POOL_ALLOCATED": 4096,
|
||||
"RENDER_BUFFER_SHADER_BINDING_TABLE": 1024,
|
||||
"RENDER_BUFFER_STRUCTURED_BUFFER": 32,
|
||||
"RENDER_BUFFER_UAV_COUNTER": 128,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
@ -28,7 +28,7 @@ pub mod cs2_dumper {
|
||||
RENDER_PRIM_TYPE_COUNT = 0xC
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 12
|
||||
// Members count: 13
|
||||
#[repr(u32)]
|
||||
pub enum RenderBufferFlags_t {
|
||||
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
||||
@ -42,7 +42,8 @@ pub mod cs2_dumper {
|
||||
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
|
||||
RENDER_BUFFER_PER_FRAME_WRITE_ONCE = 0x800,
|
||||
RENDER_BUFFER_POOL_ALLOCATED = 0x1000
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 8
|
||||
|
@ -1,9 +1,9 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: resourcesystem.dll
|
||||
// Classes count: 59
|
||||
// Classes count: 58
|
||||
// Enums count: 2
|
||||
public static class ResourcesystemDll {
|
||||
// Alignment: 1
|
||||
@ -274,20 +274,6 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmGraph {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCDACGameDefsData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCPanoramaStyle {
|
||||
}
|
||||
// Parent: None
|
||||
@ -302,6 +288,13 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmGraphVariation {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCCSGOEconItem {
|
||||
}
|
||||
// Parent: None
|
||||
@ -309,6 +302,13 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmGraphDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCSmartProp {
|
||||
}
|
||||
// Parent: None
|
||||
@ -421,13 +421,6 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmGraphDataSet {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeIParticleSystemDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: resourcesystem.dll
|
||||
// Classes count: 59
|
||||
// Classes count: 58
|
||||
// Enums count: 2
|
||||
namespace resourcesystem_dll {
|
||||
// Alignment: 1
|
||||
@ -279,20 +279,6 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmGraph {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCDACGameDefsData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCPanoramaStyle {
|
||||
}
|
||||
// Parent: None
|
||||
@ -307,6 +293,13 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmGraphVariation {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCCSGOEconItem {
|
||||
}
|
||||
// Parent: None
|
||||
@ -314,6 +307,13 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmGraphDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCSmartProp {
|
||||
}
|
||||
// Parent: None
|
||||
@ -426,13 +426,6 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmGraphDataSet {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeIParticleSystemDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
|
@ -145,16 +145,6 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"InfoForResourceTypeCDACGameDefsData": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MResourceTypeForInfoType",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"InfoForResourceTypeCDOTANovelsList": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
@ -245,7 +235,7 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"InfoForResourceTypeCNmGraph": {
|
||||
"InfoForResourceTypeCNmGraphDefinition": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
@ -255,7 +245,7 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"InfoForResourceTypeCNmGraphDataSet": {
|
||||
"InfoForResourceTypeCNmGraphVariation": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
|
@ -1,12 +1,12 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: resourcesystem.dll
|
||||
// Classes count: 59
|
||||
// Classes count: 58
|
||||
// Enums count: 2
|
||||
pub mod resourcesystem_dll {
|
||||
// Alignment: 1
|
||||
@ -279,20 +279,6 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmGraph {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCDACGameDefsData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCPanoramaStyle {
|
||||
}
|
||||
// Parent: None
|
||||
@ -307,6 +293,13 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmGraphVariation {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCCSGOEconItem {
|
||||
}
|
||||
// Parent: None
|
||||
@ -314,6 +307,13 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmGraphDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCSmartProp {
|
||||
}
|
||||
// Parent: None
|
||||
@ -426,13 +426,6 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmGraphDataSet {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeIParticleSystemDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: scenesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
4039
output/server.dll.cs
4039
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
4046
output/server.dll.rs
4046
output/server.dll.rs
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
// Classes count: 51
|
||||
// Enums count: 13
|
||||
// Classes count: 63
|
||||
// Enums count: 18
|
||||
public static class SoundsystemDll {
|
||||
// Alignment: 4
|
||||
// Members count: 2
|
||||
public enum EMode_t : uint {
|
||||
Peak = 0x0,
|
||||
RMS = 0x1
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 5
|
||||
public enum EWaveform : byte {
|
||||
Sine = 0x0,
|
||||
Square = 0x1,
|
||||
Saw = 0x2,
|
||||
Triangle = 0x3,
|
||||
Noise = 0x4
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 5
|
||||
public enum VMixLFOShape_t : uint {
|
||||
@ -52,39 +67,47 @@ namespace CS2Dumper.Schemas {
|
||||
SOS_SORTTYPE_HIGHEST = 0x0,
|
||||
SOS_SORTTYPE_LOWEST = 0x1
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
public enum PlayBackMode_t : uint {
|
||||
Random = 0x0,
|
||||
RandomNoRepeats = 0x1,
|
||||
RandomAvoidLast = 0x2,
|
||||
Sequential = 0x3
|
||||
}
|
||||
// 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
|
||||
VPROCESSOR_RT_PITCH = 0x1,
|
||||
VPROCESSOR_STEAMAUDIO_HRTF = 0x2,
|
||||
VPROCESSOR_DYNAMICS = 0x3,
|
||||
VPROCESSOR_PRESETDSP = 0x4,
|
||||
VPROCESSOR_DELAY = 0x5,
|
||||
VPROCESSOR_MOD_DELAY = 0x6,
|
||||
VPROCESSOR_DIFFUSOR = 0x7,
|
||||
VPROCESSOR_BOXVERB = 0x8,
|
||||
VPROCESSOR_FREEVERB = 0x9,
|
||||
VPROCESSOR_PLATEVERB = 0xA,
|
||||
VPROCESSOR_FULLWAVE_INTEGRATOR = 0xB,
|
||||
VPROCESSOR_FILTER = 0xC,
|
||||
VPROCESSOR_STEAMAUDIO_PATHING = 0xD,
|
||||
VPROCESSOR_EQ8 = 0xE,
|
||||
VPROCESSOR_ENVELOPE = 0xF,
|
||||
VPROCESSOR_VOCODER = 0x10,
|
||||
VPROCESSOR_CONVOLUTION = 0x11,
|
||||
VPROCESSOR_DYNAMICS_3BAND = 0x12,
|
||||
VPROCESSOR_DYNAMICS_COMPRESSOR = 0x13,
|
||||
VPROCESSOR_SHAPER = 0x14,
|
||||
VPROCESSOR_PANNER = 0x15,
|
||||
VPROCESSOR_UTILITY = 0x16,
|
||||
VPROCESSOR_AUTOFILTER = 0x17,
|
||||
VPROCESSOR_OSC = 0x18,
|
||||
VPROCESSOR_STEREODELAY = 0x19,
|
||||
VPROCESSOR_EFFECT_CHAIN = 0x1A,
|
||||
VPROCESSOR_SUBGRAPH_SWITCH = 0x1B,
|
||||
VPROCESSOR_STEAMAUDIO_DIRECT = 0x1C,
|
||||
VPROCESSOR_STEAMAUDIO_HYBRIDREVERB = 0x1D
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 30
|
||||
@ -137,6 +160,31 @@ namespace CS2Dumper.Schemas {
|
||||
VMIX_CHAN_MID_SIDE = 0x5
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 13
|
||||
public enum EMidiNote : byte {
|
||||
C = 0x0,
|
||||
C_Sharp = 0x1,
|
||||
D = 0x2,
|
||||
D_Sharp = 0x3,
|
||||
E = 0x4,
|
||||
F = 0x5,
|
||||
F_Sharp = 0x6,
|
||||
G = 0x7,
|
||||
G_Sharp = 0x8,
|
||||
A = 0x9,
|
||||
A_Sharp = 0xA,
|
||||
B = 0xB,
|
||||
Count = 0xC
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 4
|
||||
public enum CVSoundFormat_t : byte {
|
||||
PCM16 = 0x0,
|
||||
PCM8 = 0x1,
|
||||
MP3 = 0x2,
|
||||
ADPCM = 0x3
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 9
|
||||
public enum VMixFilterSlope_t : byte {
|
||||
FILTER_SLOPE_1POLE_6dB = 0x0,
|
||||
@ -150,14 +198,16 @@ namespace CS2Dumper.Schemas {
|
||||
FILTER_SLOPE_MAX = 0x7
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 6
|
||||
// Members count: 8
|
||||
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
|
||||
SOS_ACTION_SOUNDEVENT_CLUSTER = 0x5,
|
||||
SOS_ACTION_SOUNDEVENT_PRIORITY = 0x6,
|
||||
SOS_ACTION_COUNT_ENVELOPE = 0x7
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
@ -172,6 +222,18 @@ namespace CS2Dumper.Schemas {
|
||||
SOS_GROUPTYPE_DYNAMIC = 0x0,
|
||||
SOS_GROUPTYPE_STATIC = 0x1
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerBlender {
|
||||
public const nint m_firstSound = 0xF0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
public const nint m_secondSound = 0xF8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
public const nint m_flBlendFactor = 0x100; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
@ -183,26 +245,72 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flWidth = 0x8; // float32
|
||||
public const nint m_flLateReflections = 0xC; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Parent: None
|
||||
// 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>>
|
||||
public static class CVoiceContainerStaticAdditiveSynth__CHarmonic {
|
||||
public const nint m_nWaveform = 0x0; // EWaveform
|
||||
public const nint m_nFundamental = 0x1; // EMidiNote
|
||||
public const nint m_nOctave = 0x4; // int32
|
||||
public const nint m_flCents = 0x8; // float32
|
||||
public const nint m_flPhase = 0xC; // float32
|
||||
public const nint m_curve = 0x10; // CPiecewiseCurve
|
||||
public const nint m_volumeScaling = 0x50; // CVoiceContainerStaticAdditiveSynth::CGainScalePerInstance
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 0
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CVoiceContainerStaticAdditiveSynth__CTone {
|
||||
public const nint m_harmonics = 0x0; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CHarmonic>
|
||||
public const nint m_curve = 0x18; // CPiecewiseCurve
|
||||
public const nint m_bSyncInstances = 0x58; // bool
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerRandomSampler {
|
||||
public const nint m_flAmplitude = 0xF0; // float32
|
||||
public const nint m_flAmplitudeJitter = 0xF4; // float32
|
||||
public const nint m_flTimeJitter = 0xF8; // float32
|
||||
public const nint m_flMaxLength = 0xFC; // float32
|
||||
public const nint m_nNumDelayVariations = 0x100; // int32
|
||||
public const nint m_grainResources = 0x108; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerDefault {
|
||||
public const nint m_vsndReference = 0xF0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CVSound {
|
||||
public const nint m_nRate = 0x0; // int32
|
||||
public const nint m_nFormat = 0x4; // CVSoundFormat_t
|
||||
public const nint m_nChannels = 0x8; // uint32
|
||||
public const nint m_nLoopStart = 0xC; // int32
|
||||
public const nint m_nSampleCount = 0x10; // uint32
|
||||
public const nint m_flDuration = 0x14; // float32
|
||||
public const nint m_Sentences = 0x18; // CUtlVector<CAudioSentence>
|
||||
public const nint m_nStreamingSize = 0x30; // uint32
|
||||
public const nint m_nSeekTable = 0x38; // CUtlVector<int32>
|
||||
public const nint m_nLoopEnd = 0x50; // int32
|
||||
public const nint m_encodedHeader = 0x58; // CUtlBinaryBlock
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@ -239,6 +347,15 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_opvarName = 0x28; // CUtlString
|
||||
public const nint m_nSortType = 0x30; // SosActionSortType_t
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerNull {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
@ -254,19 +371,44 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MVDataNodeType
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerAnalysisBase {
|
||||
public const nint m_bRegenerateCurveOnCompile = 0x8; // bool
|
||||
public const nint m_curve = 0x10; // CPiecewiseCurve
|
||||
}
|
||||
// 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: CSosGroupActionSchema
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSosGroupActionSoundeventPrioritySchema {
|
||||
public const nint m_priorityValue = 0x18; // CUtlString
|
||||
public const nint m_priorityVolumeScalar = 0x20; // CUtlString
|
||||
public const nint m_priorityContributeButDontRead = 0x28; // CUtlString
|
||||
public const nint m_bPriorityReadButDontContribute = 0x30; // CUtlString
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerRealtimeFMSineWave {
|
||||
public const nint m_flCarrierFrequency = 0x60; // float32
|
||||
public const nint m_flModulatorFrequency = 0x64; // float32
|
||||
public const nint m_flModulatorAmount = 0x68; // float32
|
||||
public const nint m_flCarrierFrequency = 0xF0; // float32
|
||||
public const nint m_flModulatorFrequency = 0xF4; // float32
|
||||
public const nint m_flModulatorAmount = 0xF8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@ -328,7 +470,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_actionInstanceType = 0x14; // ActionType_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
// Fields count: 9
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -340,11 +482,12 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nBlockMaxCount = 0x10; // int32
|
||||
public const nint m_bInvertMatch = 0x14; // bool
|
||||
public const nint m_matchPattern = 0x18; // CSosGroupMatchPattern
|
||||
public const nint m_branchPattern = 0x40; // CSosGroupBranchPattern
|
||||
public const nint m_vActions = 0xB0; // CSosGroupActionSchema*[4]
|
||||
public const nint m_branchPattern = 0x48; // CSosGroupBranchPattern
|
||||
public const nint m_flLifeSpanTime = 0x58; // float32
|
||||
public const nint m_vActions = 0xC0; // CSosGroupActionSchema*[4]
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -353,6 +496,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_bMatchEventSubString = 0x9; // bool
|
||||
public const nint m_bMatchEntIndex = 0xA; // bool
|
||||
public const nint m_bMatchOpvar = 0xB; // bool
|
||||
public const nint m_bMatchString = 0xC; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
@ -385,6 +529,29 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flListenerReverbModifierWhenSourceReverbIsActive = 0x18; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CAudioMorphData {
|
||||
public const nint m_times = 0x0; // CUtlVector<float32>
|
||||
public const nint m_nameHashCodes = 0x18; // CUtlVector<uint32>
|
||||
public const nint m_nameStrings = 0x30; // CUtlVector<CUtlString>
|
||||
public const nint m_samples = 0x48; // CUtlVector<CUtlVector<float32>>
|
||||
public const nint m_flEaseIn = 0x60; // float32
|
||||
public const nint m_flEaseOut = 0x64; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerStaticAdditiveSynth {
|
||||
public const nint m_tones = 0xF0; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CTone>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
@ -393,23 +560,19 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_dspName = 0x0; // CUtlString
|
||||
public const nint m_modifiers = 0x8; // CUtlVector<CDSPMixgroupModifier>
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CVoiceContainerBlend {
|
||||
public const nint m_hSoundOne = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
public const nint m_hSoundTwo = 0x68; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
public const nint m_flBlendAmount = 0x70; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MVDataNodeType
|
||||
// MVDataFileExtension
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerBase {
|
||||
public const nint m_curves = 0x20; // CUtlDict<CPiecewiseCurve,F(size=1)>
|
||||
public const nint m_vSound = 0x20; // CVSound
|
||||
public const nint m_bHideAnalyzers = 0xD0; // bool
|
||||
public const nint m_analysisContainers = 0xD8; // CUtlVector<CVoiceContainerAnalysisBase*>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
@ -433,24 +596,27 @@ namespace CS2Dumper.Schemas {
|
||||
public static class VMixEQ8Desc_t {
|
||||
public const nint m_stages = 0x0; // VMixFilterDesc_t[8]
|
||||
}
|
||||
// Parent: CVoiceContainerWavFileReader
|
||||
// Fields count: 1
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CVoiceContainerEnvelopeAnalyzer {
|
||||
public const nint m_envBuffer = 0x68; // CUtlVector<float32>
|
||||
public static class CAudioPhonemeTag {
|
||||
public const nint m_flStartTime = 0x0; // float32
|
||||
public const nint m_flEndTime = 0x4; // float32
|
||||
public const nint m_nPhonemeCode = 0x8; // int32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 4
|
||||
// Parent: CVoiceContainerAnalysisBase
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CVoiceContainerEngineSound {
|
||||
public const nint m_SoundToPlay = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
public const nint m_flTestConstantParam = 0x68; // float32
|
||||
public const nint m_flTestSoundEventBoundParam = 0x6C; // float32
|
||||
public const nint m_flEngineRPM = 0x70; // float32
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerEnvelopeAnalyzer {
|
||||
public const nint m_mode = 0x50; // EMode_t
|
||||
public const nint m_nSamples = 0x54; // int32
|
||||
public const nint m_flThreshold = 0x58; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@ -472,6 +638,15 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nProcType = 0xC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CAudioEmphasisSample {
|
||||
public const nint m_flTime = 0x0; // float32
|
||||
public const nint m_flValue = 0x4; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
@ -487,6 +662,13 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flHighCutoffFreq = 0x1C; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSoundInfoHeader {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@ -495,7 +677,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_groupList = 0x0; // CUtlVector<CSosSoundEventGroupSchema>
|
||||
}
|
||||
// Parent: CSosGroupBranchPattern
|
||||
// Fields count: 4
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -504,6 +686,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_matchSoundEventSubString = 0x18; // CUtlString
|
||||
public const nint m_flEntIndex = 0x20; // float32
|
||||
public const nint m_flOpvar = 0x24; // float32
|
||||
public const nint m_opvarString = 0x28; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
@ -517,23 +700,6 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint itemKVString = 0x20; // CUtlString
|
||||
public const nint itemPos = 0x28; // Vector2D
|
||||
}
|
||||
// Parent: CVoiceContainerWavFileReader
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CVoiceContainerTestConstant {
|
||||
public const nint m_flTestConstantParam = 0x68; // bool
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CVoiceContainerTestNestedDynamic {
|
||||
public const nint m_SoundToPlay = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
public const nint m_flTestConstantParam = 0x68; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
@ -548,14 +714,6 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flFeedbackDiffusion1 = 0x14; // float32
|
||||
public const nint m_flFeedbackDiffusion2 = 0x18; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CVoiceContainerWavFileReader {
|
||||
public const nint m_wavFilePath = 0x60; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
@ -605,6 +763,17 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flHoldTimeMS = 0x4; // float32
|
||||
public const nint m_flReleaseTimeMS = 0x8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CAudioSentence {
|
||||
public const nint m_bShouldVoiceDuck = 0x0; // bool
|
||||
public const nint m_RunTimePhonemes = 0x8; // CUtlVector<CAudioPhonemeTag>
|
||||
public const nint m_EmphasisSamples = 0x20; // CUtlVector<CAudioEmphasisSample>
|
||||
public const nint m_morphData = 0x38; // CAudioMorphData
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 3
|
||||
//
|
||||
@ -620,8 +789,10 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerAmpedDecayingSineWave {
|
||||
public const nint m_flGainAmount = 0x68; // float32
|
||||
public const nint m_flGainAmount = 0xF8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
@ -663,6 +834,29 @@ namespace CS2Dumper.Schemas {
|
||||
public static class VMixEffectChainDesc_t {
|
||||
public const nint m_flCrossfadeTime = 0x0; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CVoiceContainerStaticAdditiveSynth__CGainScalePerInstance {
|
||||
public const nint m_flMinVolume = 0x0; // float32
|
||||
public const nint m_nInstancesAtMinVolume = 0x4; // int32
|
||||
public const nint m_flMaxVolume = 0x8; // float32
|
||||
public const nint m_nInstancesAtMaxVolume = 0xC; // int32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerSelector {
|
||||
public const nint m_mode = 0xF0; // PlayBackMode_t
|
||||
public const nint m_bRetrigger = 0xF4; // bool
|
||||
public const nint m_soundsToPlay = 0xF8; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 2
|
||||
//
|
||||
@ -673,6 +867,31 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flMaxDuration = 0x1C; // float32
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSosGroupActionMemberCountEnvelopeSchema {
|
||||
public const nint m_nBaseCount = 0x18; // int32
|
||||
public const nint m_nTargetCount = 0x1C; // int32
|
||||
public const nint m_flBaseValue = 0x20; // float32
|
||||
public const nint m_flTargetValue = 0x24; // float32
|
||||
public const nint m_flAttack = 0x28; // float32
|
||||
public const nint m_flDecay = 0x2C; // float32
|
||||
public const nint m_resultVarName = 0x30; // CUtlString
|
||||
public const nint m_bSaveToGroup = 0x38; // bool
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerSwitch {
|
||||
public const nint m_soundsToPlay = 0xF0; // CUtlVector<CVoiceContainerBase*>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@ -715,9 +934,11 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerDecayingSineWave {
|
||||
public const nint m_flFrequency = 0x60; // float32
|
||||
public const nint m_flDecayTime = 0x64; // float32
|
||||
public const nint m_flFrequency = 0xF0; // float32
|
||||
public const nint m_flDecayTime = 0xF4; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,9 +8,24 @@
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: soundsystem.dll
|
||||
// Classes count: 51
|
||||
// Enums count: 13
|
||||
// Classes count: 63
|
||||
// Enums count: 18
|
||||
namespace soundsystem_dll {
|
||||
// Alignment: 4
|
||||
// Members count: 2
|
||||
enum class EMode_t : uint32_t {
|
||||
Peak = 0x0,
|
||||
RMS = 0x1
|
||||
};
|
||||
// Alignment: 1
|
||||
// Members count: 5
|
||||
enum class EWaveform : uint8_t {
|
||||
Sine = 0x0,
|
||||
Square = 0x1,
|
||||
Saw = 0x2,
|
||||
Triangle = 0x3,
|
||||
Noise = 0x4
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 5
|
||||
enum class VMixLFOShape_t : uint32_t {
|
||||
@ -57,39 +72,47 @@ namespace cs2_dumper {
|
||||
SOS_SORTTYPE_HIGHEST = 0x0,
|
||||
SOS_SORTTYPE_LOWEST = 0x1
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
enum class PlayBackMode_t : uint32_t {
|
||||
Random = 0x0,
|
||||
RandomNoRepeats = 0x1,
|
||||
RandomAvoidLast = 0x2,
|
||||
Sequential = 0x3
|
||||
};
|
||||
// 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
|
||||
VPROCESSOR_RT_PITCH = 0x1,
|
||||
VPROCESSOR_STEAMAUDIO_HRTF = 0x2,
|
||||
VPROCESSOR_DYNAMICS = 0x3,
|
||||
VPROCESSOR_PRESETDSP = 0x4,
|
||||
VPROCESSOR_DELAY = 0x5,
|
||||
VPROCESSOR_MOD_DELAY = 0x6,
|
||||
VPROCESSOR_DIFFUSOR = 0x7,
|
||||
VPROCESSOR_BOXVERB = 0x8,
|
||||
VPROCESSOR_FREEVERB = 0x9,
|
||||
VPROCESSOR_PLATEVERB = 0xA,
|
||||
VPROCESSOR_FULLWAVE_INTEGRATOR = 0xB,
|
||||
VPROCESSOR_FILTER = 0xC,
|
||||
VPROCESSOR_STEAMAUDIO_PATHING = 0xD,
|
||||
VPROCESSOR_EQ8 = 0xE,
|
||||
VPROCESSOR_ENVELOPE = 0xF,
|
||||
VPROCESSOR_VOCODER = 0x10,
|
||||
VPROCESSOR_CONVOLUTION = 0x11,
|
||||
VPROCESSOR_DYNAMICS_3BAND = 0x12,
|
||||
VPROCESSOR_DYNAMICS_COMPRESSOR = 0x13,
|
||||
VPROCESSOR_SHAPER = 0x14,
|
||||
VPROCESSOR_PANNER = 0x15,
|
||||
VPROCESSOR_UTILITY = 0x16,
|
||||
VPROCESSOR_AUTOFILTER = 0x17,
|
||||
VPROCESSOR_OSC = 0x18,
|
||||
VPROCESSOR_STEREODELAY = 0x19,
|
||||
VPROCESSOR_EFFECT_CHAIN = 0x1A,
|
||||
VPROCESSOR_SUBGRAPH_SWITCH = 0x1B,
|
||||
VPROCESSOR_STEAMAUDIO_DIRECT = 0x1C,
|
||||
VPROCESSOR_STEAMAUDIO_HYBRIDREVERB = 0x1D
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 30
|
||||
@ -142,6 +165,31 @@ namespace cs2_dumper {
|
||||
VMIX_CHAN_MID_SIDE = 0x5
|
||||
};
|
||||
// Alignment: 1
|
||||
// Members count: 13
|
||||
enum class EMidiNote : uint8_t {
|
||||
C = 0x0,
|
||||
C_Sharp = 0x1,
|
||||
D = 0x2,
|
||||
D_Sharp = 0x3,
|
||||
E = 0x4,
|
||||
F = 0x5,
|
||||
F_Sharp = 0x6,
|
||||
G = 0x7,
|
||||
G_Sharp = 0x8,
|
||||
A = 0x9,
|
||||
A_Sharp = 0xA,
|
||||
B = 0xB,
|
||||
Count = 0xC
|
||||
};
|
||||
// Alignment: 1
|
||||
// Members count: 4
|
||||
enum class CVSoundFormat_t : uint8_t {
|
||||
PCM16 = 0x0,
|
||||
PCM8 = 0x1,
|
||||
MP3 = 0x2,
|
||||
ADPCM = 0x3
|
||||
};
|
||||
// Alignment: 1
|
||||
// Members count: 9
|
||||
enum class VMixFilterSlope_t : uint8_t {
|
||||
FILTER_SLOPE_1POLE_6dB = 0x0,
|
||||
@ -155,14 +203,16 @@ namespace cs2_dumper {
|
||||
FILTER_SLOPE_MAX = 0x7
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 6
|
||||
// Members count: 8
|
||||
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
|
||||
SOS_ACTION_SOUNDEVENT_CLUSTER = 0x5,
|
||||
SOS_ACTION_SOUNDEVENT_PRIORITY = 0x6,
|
||||
SOS_ACTION_COUNT_ENVELOPE = 0x7
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
@ -177,6 +227,18 @@ namespace cs2_dumper {
|
||||
SOS_GROUPTYPE_DYNAMIC = 0x0,
|
||||
SOS_GROUPTYPE_STATIC = 0x1
|
||||
};
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerBlender {
|
||||
constexpr std::ptrdiff_t m_firstSound = 0xF0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
constexpr std::ptrdiff_t m_secondSound = 0xF8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
constexpr std::ptrdiff_t m_flBlendFactor = 0x100; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
@ -188,26 +250,72 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flWidth = 0x8; // float32
|
||||
constexpr std::ptrdiff_t m_flLateReflections = 0xC; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Parent: None
|
||||
// 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>>
|
||||
namespace CVoiceContainerStaticAdditiveSynth__CHarmonic {
|
||||
constexpr std::ptrdiff_t m_nWaveform = 0x0; // EWaveform
|
||||
constexpr std::ptrdiff_t m_nFundamental = 0x1; // EMidiNote
|
||||
constexpr std::ptrdiff_t m_nOctave = 0x4; // int32
|
||||
constexpr std::ptrdiff_t m_flCents = 0x8; // float32
|
||||
constexpr std::ptrdiff_t m_flPhase = 0xC; // float32
|
||||
constexpr std::ptrdiff_t m_curve = 0x10; // CPiecewiseCurve
|
||||
constexpr std::ptrdiff_t m_volumeScaling = 0x50; // CVoiceContainerStaticAdditiveSynth::CGainScalePerInstance
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 0
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CVoiceContainerStaticAdditiveSynth__CTone {
|
||||
constexpr std::ptrdiff_t m_harmonics = 0x0; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CHarmonic>
|
||||
constexpr std::ptrdiff_t m_curve = 0x18; // CPiecewiseCurve
|
||||
constexpr std::ptrdiff_t m_bSyncInstances = 0x58; // bool
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerRandomSampler {
|
||||
constexpr std::ptrdiff_t m_flAmplitude = 0xF0; // float32
|
||||
constexpr std::ptrdiff_t m_flAmplitudeJitter = 0xF4; // float32
|
||||
constexpr std::ptrdiff_t m_flTimeJitter = 0xF8; // float32
|
||||
constexpr std::ptrdiff_t m_flMaxLength = 0xFC; // float32
|
||||
constexpr std::ptrdiff_t m_nNumDelayVariations = 0x100; // int32
|
||||
constexpr std::ptrdiff_t m_grainResources = 0x108; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerDefault {
|
||||
constexpr std::ptrdiff_t m_vsndReference = 0xF0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CVSound {
|
||||
constexpr std::ptrdiff_t m_nRate = 0x0; // int32
|
||||
constexpr std::ptrdiff_t m_nFormat = 0x4; // CVSoundFormat_t
|
||||
constexpr std::ptrdiff_t m_nChannels = 0x8; // uint32
|
||||
constexpr std::ptrdiff_t m_nLoopStart = 0xC; // int32
|
||||
constexpr std::ptrdiff_t m_nSampleCount = 0x10; // uint32
|
||||
constexpr std::ptrdiff_t m_flDuration = 0x14; // float32
|
||||
constexpr std::ptrdiff_t m_Sentences = 0x18; // CUtlVector<CAudioSentence>
|
||||
constexpr std::ptrdiff_t m_nStreamingSize = 0x30; // uint32
|
||||
constexpr std::ptrdiff_t m_nSeekTable = 0x38; // CUtlVector<int32>
|
||||
constexpr std::ptrdiff_t m_nLoopEnd = 0x50; // int32
|
||||
constexpr std::ptrdiff_t m_encodedHeader = 0x58; // CUtlBinaryBlock
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@ -244,6 +352,15 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_opvarName = 0x28; // CUtlString
|
||||
constexpr std::ptrdiff_t m_nSortType = 0x30; // SosActionSortType_t
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerNull {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
@ -259,19 +376,44 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MVDataNodeType
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerAnalysisBase {
|
||||
constexpr std::ptrdiff_t m_bRegenerateCurveOnCompile = 0x8; // bool
|
||||
constexpr std::ptrdiff_t m_curve = 0x10; // CPiecewiseCurve
|
||||
}
|
||||
// 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: CSosGroupActionSchema
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSosGroupActionSoundeventPrioritySchema {
|
||||
constexpr std::ptrdiff_t m_priorityValue = 0x18; // CUtlString
|
||||
constexpr std::ptrdiff_t m_priorityVolumeScalar = 0x20; // CUtlString
|
||||
constexpr std::ptrdiff_t m_priorityContributeButDontRead = 0x28; // CUtlString
|
||||
constexpr std::ptrdiff_t m_bPriorityReadButDontContribute = 0x30; // CUtlString
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerRealtimeFMSineWave {
|
||||
constexpr std::ptrdiff_t m_flCarrierFrequency = 0x60; // float32
|
||||
constexpr std::ptrdiff_t m_flModulatorFrequency = 0x64; // float32
|
||||
constexpr std::ptrdiff_t m_flModulatorAmount = 0x68; // float32
|
||||
constexpr std::ptrdiff_t m_flCarrierFrequency = 0xF0; // float32
|
||||
constexpr std::ptrdiff_t m_flModulatorFrequency = 0xF4; // float32
|
||||
constexpr std::ptrdiff_t m_flModulatorAmount = 0xF8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@ -333,7 +475,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_actionInstanceType = 0x14; // ActionType_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
// Fields count: 9
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -345,11 +487,12 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nBlockMaxCount = 0x10; // int32
|
||||
constexpr std::ptrdiff_t m_bInvertMatch = 0x14; // bool
|
||||
constexpr std::ptrdiff_t m_matchPattern = 0x18; // CSosGroupMatchPattern
|
||||
constexpr std::ptrdiff_t m_branchPattern = 0x40; // CSosGroupBranchPattern
|
||||
constexpr std::ptrdiff_t m_vActions = 0xB0; // CSosGroupActionSchema*[4]
|
||||
constexpr std::ptrdiff_t m_branchPattern = 0x48; // CSosGroupBranchPattern
|
||||
constexpr std::ptrdiff_t m_flLifeSpanTime = 0x58; // float32
|
||||
constexpr std::ptrdiff_t m_vActions = 0xC0; // CSosGroupActionSchema*[4]
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -358,6 +501,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_bMatchEventSubString = 0x9; // bool
|
||||
constexpr std::ptrdiff_t m_bMatchEntIndex = 0xA; // bool
|
||||
constexpr std::ptrdiff_t m_bMatchOpvar = 0xB; // bool
|
||||
constexpr std::ptrdiff_t m_bMatchString = 0xC; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
@ -390,6 +534,29 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flListenerReverbModifierWhenSourceReverbIsActive = 0x18; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CAudioMorphData {
|
||||
constexpr std::ptrdiff_t m_times = 0x0; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_nameHashCodes = 0x18; // CUtlVector<uint32>
|
||||
constexpr std::ptrdiff_t m_nameStrings = 0x30; // CUtlVector<CUtlString>
|
||||
constexpr std::ptrdiff_t m_samples = 0x48; // CUtlVector<CUtlVector<float32>>
|
||||
constexpr std::ptrdiff_t m_flEaseIn = 0x60; // float32
|
||||
constexpr std::ptrdiff_t m_flEaseOut = 0x64; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerStaticAdditiveSynth {
|
||||
constexpr std::ptrdiff_t m_tones = 0xF0; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CTone>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
@ -398,23 +565,19 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_dspName = 0x0; // CUtlString
|
||||
constexpr std::ptrdiff_t m_modifiers = 0x8; // CUtlVector<CDSPMixgroupModifier>
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CVoiceContainerBlend {
|
||||
constexpr std::ptrdiff_t m_hSoundOne = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
constexpr std::ptrdiff_t m_hSoundTwo = 0x68; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
constexpr std::ptrdiff_t m_flBlendAmount = 0x70; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MVDataNodeType
|
||||
// MVDataFileExtension
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerBase {
|
||||
constexpr std::ptrdiff_t m_curves = 0x20; // CUtlDict<CPiecewiseCurve,F(size=1)>
|
||||
constexpr std::ptrdiff_t m_vSound = 0x20; // CVSound
|
||||
constexpr std::ptrdiff_t m_bHideAnalyzers = 0xD0; // bool
|
||||
constexpr std::ptrdiff_t m_analysisContainers = 0xD8; // CUtlVector<CVoiceContainerAnalysisBase*>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
@ -438,24 +601,27 @@ namespace cs2_dumper {
|
||||
namespace VMixEQ8Desc_t {
|
||||
constexpr std::ptrdiff_t m_stages = 0x0; // VMixFilterDesc_t[8]
|
||||
}
|
||||
// Parent: CVoiceContainerWavFileReader
|
||||
// Fields count: 1
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CVoiceContainerEnvelopeAnalyzer {
|
||||
constexpr std::ptrdiff_t m_envBuffer = 0x68; // CUtlVector<float32>
|
||||
namespace CAudioPhonemeTag {
|
||||
constexpr std::ptrdiff_t m_flStartTime = 0x0; // float32
|
||||
constexpr std::ptrdiff_t m_flEndTime = 0x4; // float32
|
||||
constexpr std::ptrdiff_t m_nPhonemeCode = 0x8; // int32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 4
|
||||
// Parent: CVoiceContainerAnalysisBase
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CVoiceContainerEngineSound {
|
||||
constexpr std::ptrdiff_t m_SoundToPlay = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
constexpr std::ptrdiff_t m_flTestConstantParam = 0x68; // float32
|
||||
constexpr std::ptrdiff_t m_flTestSoundEventBoundParam = 0x6C; // float32
|
||||
constexpr std::ptrdiff_t m_flEngineRPM = 0x70; // float32
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerEnvelopeAnalyzer {
|
||||
constexpr std::ptrdiff_t m_mode = 0x50; // EMode_t
|
||||
constexpr std::ptrdiff_t m_nSamples = 0x54; // int32
|
||||
constexpr std::ptrdiff_t m_flThreshold = 0x58; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@ -477,6 +643,15 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nProcType = 0xC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CAudioEmphasisSample {
|
||||
constexpr std::ptrdiff_t m_flTime = 0x0; // float32
|
||||
constexpr std::ptrdiff_t m_flValue = 0x4; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
@ -492,6 +667,13 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flHighCutoffFreq = 0x1C; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSoundInfoHeader {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@ -500,7 +682,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_groupList = 0x0; // CUtlVector<CSosSoundEventGroupSchema>
|
||||
}
|
||||
// Parent: CSosGroupBranchPattern
|
||||
// Fields count: 4
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -509,6 +691,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_matchSoundEventSubString = 0x18; // CUtlString
|
||||
constexpr std::ptrdiff_t m_flEntIndex = 0x20; // float32
|
||||
constexpr std::ptrdiff_t m_flOpvar = 0x24; // float32
|
||||
constexpr std::ptrdiff_t m_opvarString = 0x28; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
@ -522,23 +705,6 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t itemKVString = 0x20; // CUtlString
|
||||
constexpr std::ptrdiff_t itemPos = 0x28; // Vector2D
|
||||
}
|
||||
// Parent: CVoiceContainerWavFileReader
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CVoiceContainerTestConstant {
|
||||
constexpr std::ptrdiff_t m_flTestConstantParam = 0x68; // bool
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CVoiceContainerTestNestedDynamic {
|
||||
constexpr std::ptrdiff_t m_SoundToPlay = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
constexpr std::ptrdiff_t m_flTestConstantParam = 0x68; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
@ -553,14 +719,6 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flFeedbackDiffusion1 = 0x14; // float32
|
||||
constexpr std::ptrdiff_t m_flFeedbackDiffusion2 = 0x18; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CVoiceContainerWavFileReader {
|
||||
constexpr std::ptrdiff_t m_wavFilePath = 0x60; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
@ -610,6 +768,17 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flHoldTimeMS = 0x4; // float32
|
||||
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CAudioSentence {
|
||||
constexpr std::ptrdiff_t m_bShouldVoiceDuck = 0x0; // bool
|
||||
constexpr std::ptrdiff_t m_RunTimePhonemes = 0x8; // CUtlVector<CAudioPhonemeTag>
|
||||
constexpr std::ptrdiff_t m_EmphasisSamples = 0x20; // CUtlVector<CAudioEmphasisSample>
|
||||
constexpr std::ptrdiff_t m_morphData = 0x38; // CAudioMorphData
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 3
|
||||
//
|
||||
@ -625,8 +794,10 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerAmpedDecayingSineWave {
|
||||
constexpr std::ptrdiff_t m_flGainAmount = 0x68; // float32
|
||||
constexpr std::ptrdiff_t m_flGainAmount = 0xF8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
@ -668,6 +839,29 @@ namespace cs2_dumper {
|
||||
namespace VMixEffectChainDesc_t {
|
||||
constexpr std::ptrdiff_t m_flCrossfadeTime = 0x0; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CVoiceContainerStaticAdditiveSynth__CGainScalePerInstance {
|
||||
constexpr std::ptrdiff_t m_flMinVolume = 0x0; // float32
|
||||
constexpr std::ptrdiff_t m_nInstancesAtMinVolume = 0x4; // int32
|
||||
constexpr std::ptrdiff_t m_flMaxVolume = 0x8; // float32
|
||||
constexpr std::ptrdiff_t m_nInstancesAtMaxVolume = 0xC; // int32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerSelector {
|
||||
constexpr std::ptrdiff_t m_mode = 0xF0; // PlayBackMode_t
|
||||
constexpr std::ptrdiff_t m_bRetrigger = 0xF4; // bool
|
||||
constexpr std::ptrdiff_t m_soundsToPlay = 0xF8; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 2
|
||||
//
|
||||
@ -678,6 +872,31 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flMaxDuration = 0x1C; // float32
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSosGroupActionMemberCountEnvelopeSchema {
|
||||
constexpr std::ptrdiff_t m_nBaseCount = 0x18; // int32
|
||||
constexpr std::ptrdiff_t m_nTargetCount = 0x1C; // int32
|
||||
constexpr std::ptrdiff_t m_flBaseValue = 0x20; // float32
|
||||
constexpr std::ptrdiff_t m_flTargetValue = 0x24; // float32
|
||||
constexpr std::ptrdiff_t m_flAttack = 0x28; // float32
|
||||
constexpr std::ptrdiff_t m_flDecay = 0x2C; // float32
|
||||
constexpr std::ptrdiff_t m_resultVarName = 0x30; // CUtlString
|
||||
constexpr std::ptrdiff_t m_bSaveToGroup = 0x38; // bool
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerSwitch {
|
||||
constexpr std::ptrdiff_t m_soundsToPlay = 0xF0; // CUtlVector<CVoiceContainerBase*>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@ -720,9 +939,11 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerDecayingSineWave {
|
||||
constexpr std::ptrdiff_t m_flFrequency = 0x60; // float32
|
||||
constexpr std::ptrdiff_t m_flDecayTime = 0x64; // float32
|
||||
constexpr std::ptrdiff_t m_flFrequency = 0xF0; // float32
|
||||
constexpr std::ptrdiff_t m_flDecayTime = 0xF4; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
|
@ -1,6 +1,65 @@
|
||||
{
|
||||
"soundsystem.dll": {
|
||||
"classes": {
|
||||
"CAudioEmphasisSample": {
|
||||
"fields": {
|
||||
"m_flTime": 0,
|
||||
"m_flValue": 4
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CAudioMorphData": {
|
||||
"fields": {
|
||||
"m_flEaseIn": 96,
|
||||
"m_flEaseOut": 100,
|
||||
"m_nameHashCodes": 24,
|
||||
"m_nameStrings": 48,
|
||||
"m_samples": 72,
|
||||
"m_times": 0
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CAudioPhonemeTag": {
|
||||
"fields": {
|
||||
"m_flEndTime": 4,
|
||||
"m_flStartTime": 0,
|
||||
"m_nPhonemeCode": 8
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CAudioSentence": {
|
||||
"fields": {
|
||||
"m_EmphasisSamples": 32,
|
||||
"m_RunTimePhonemes": 8,
|
||||
"m_bShouldVoiceDuck": 0,
|
||||
"m_morphData": 56
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CDSPMixgroupModifier": {
|
||||
"fields": {
|
||||
"m_flListenerReverbModifierWhenSourceReverbIsActive": 24,
|
||||
@ -61,6 +120,25 @@
|
||||
],
|
||||
"parent": "CSosGroupActionSchema"
|
||||
},
|
||||
"CSosGroupActionMemberCountEnvelopeSchema": {
|
||||
"fields": {
|
||||
"m_bSaveToGroup": 56,
|
||||
"m_flAttack": 40,
|
||||
"m_flBaseValue": 32,
|
||||
"m_flDecay": 44,
|
||||
"m_flTargetValue": 36,
|
||||
"m_nBaseCount": 24,
|
||||
"m_nTargetCount": 28,
|
||||
"m_resultVarName": 48
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CSosGroupActionSchema"
|
||||
},
|
||||
"CSosGroupActionSchema": {
|
||||
"fields": {
|
||||
"m_actionInstanceType": 20,
|
||||
@ -113,6 +191,21 @@
|
||||
],
|
||||
"parent": "CSosGroupActionSchema"
|
||||
},
|
||||
"CSosGroupActionSoundeventPrioritySchema": {
|
||||
"fields": {
|
||||
"m_bPriorityReadButDontContribute": 48,
|
||||
"m_priorityContributeButDontRead": 40,
|
||||
"m_priorityValue": 24,
|
||||
"m_priorityVolumeScalar": 32
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CSosGroupActionSchema"
|
||||
},
|
||||
"CSosGroupActionTimeBlockLimitSchema": {
|
||||
"fields": {
|
||||
"m_flMaxDuration": 28,
|
||||
@ -143,7 +236,8 @@
|
||||
"m_bMatchEntIndex": 10,
|
||||
"m_bMatchEventName": 8,
|
||||
"m_bMatchEventSubString": 9,
|
||||
"m_bMatchOpvar": 11
|
||||
"m_bMatchOpvar": 11,
|
||||
"m_bMatchString": 12
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@ -158,7 +252,8 @@
|
||||
"m_flEntIndex": 32,
|
||||
"m_flOpvar": 36,
|
||||
"m_matchSoundEventName": 16,
|
||||
"m_matchSoundEventSubString": 24
|
||||
"m_matchSoundEventSubString": 24,
|
||||
"m_opvarString": 40
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@ -184,12 +279,13 @@
|
||||
"fields": {
|
||||
"m_bInvertMatch": 20,
|
||||
"m_bIsBlocking": 12,
|
||||
"m_branchPattern": 64,
|
||||
"m_branchPattern": 72,
|
||||
"m_flLifeSpanTime": 88,
|
||||
"m_matchPattern": 24,
|
||||
"m_nBlockMaxCount": 16,
|
||||
"m_nType": 8,
|
||||
"m_name": 0,
|
||||
"m_vActions": 176
|
||||
"m_vActions": 192
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@ -215,21 +311,29 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerAmpedDecayingSineWave": {
|
||||
"fields": {
|
||||
"m_flGainAmount": 104
|
||||
},
|
||||
"CSoundInfoHeader": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerDecayingSineWave"
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerBase": {
|
||||
"CVSound": {
|
||||
"fields": {
|
||||
"m_curves": 32
|
||||
"m_Sentences": 24,
|
||||
"m_encodedHeader": 88,
|
||||
"m_flDuration": 20,
|
||||
"m_nChannels": 8,
|
||||
"m_nFormat": 4,
|
||||
"m_nLoopEnd": 80,
|
||||
"m_nLoopStart": 12,
|
||||
"m_nRate": 0,
|
||||
"m_nSampleCount": 16,
|
||||
"m_nSeekTable": 56,
|
||||
"m_nStreamingSize": 48
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@ -239,53 +343,139 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerBlend": {
|
||||
"CVoiceContainerAmpedDecayingSineWave": {
|
||||
"fields": {
|
||||
"m_flBlendAmount": 112,
|
||||
"m_hSoundOne": 96,
|
||||
"m_hSoundTwo": 104
|
||||
"m_flGainAmount": 248
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerDecayingSineWave"
|
||||
},
|
||||
"CVoiceContainerAnalysisBase": {
|
||||
"fields": {
|
||||
"m_bRegenerateCurveOnCompile": 8,
|
||||
"m_curve": 16
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MVDataNodeType",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerBase": {
|
||||
"fields": {
|
||||
"m_analysisContainers": 216,
|
||||
"m_bHideAnalyzers": 208,
|
||||
"m_vSound": 32
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MVDataNodeType",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MVDataFileExtension",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerBlender": {
|
||||
"fields": {
|
||||
"m_firstSound": 240,
|
||||
"m_flBlendFactor": 256,
|
||||
"m_secondSound": 248
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerDecayingSineWave": {
|
||||
"fields": {
|
||||
"m_flDecayTime": 100,
|
||||
"m_flFrequency": 96
|
||||
"m_flDecayTime": 244,
|
||||
"m_flFrequency": 240
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerDefault": {
|
||||
"fields": {},
|
||||
"fields": {
|
||||
"m_vsndReference": 240
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerEngineSound": {
|
||||
"fields": {
|
||||
"m_SoundToPlay": 96,
|
||||
"m_flEngineRPM": 112,
|
||||
"m_flTestConstantParam": 104,
|
||||
"m_flTestSoundEventBoundParam": 108
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
@ -293,81 +483,196 @@
|
||||
},
|
||||
"CVoiceContainerEnvelopeAnalyzer": {
|
||||
"fields": {
|
||||
"m_envBuffer": 104
|
||||
"m_flThreshold": 88,
|
||||
"m_mode": 80,
|
||||
"m_nSamples": 84
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerWavFileReader"
|
||||
"parent": "CVoiceContainerAnalysisBase"
|
||||
},
|
||||
"CVoiceContainerNull": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerRandomSampler": {
|
||||
"fields": {
|
||||
"m_flLoudAmplitude": 96,
|
||||
"m_flLoudAmplitudeJitter": 100,
|
||||
"m_flLoudTimeJitter": 112,
|
||||
"m_flSoftAmplitude": 104,
|
||||
"m_flSoftAmplitudeJitter": 108,
|
||||
"m_flSoftTimeJitter": 116,
|
||||
"m_grainResources": 120
|
||||
"m_flAmplitude": 240,
|
||||
"m_flAmplitudeJitter": 244,
|
||||
"m_flMaxLength": 252,
|
||||
"m_flTimeJitter": 248,
|
||||
"m_grainResources": 264,
|
||||
"m_nNumDelayVariations": 256
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerRealtimeFMSineWave": {
|
||||
"fields": {
|
||||
"m_flCarrierFrequency": 96,
|
||||
"m_flModulatorAmount": 104,
|
||||
"m_flModulatorFrequency": 100
|
||||
"m_flCarrierFrequency": 240,
|
||||
"m_flModulatorAmount": 248,
|
||||
"m_flModulatorFrequency": 244
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerTestConstant": {
|
||||
"CVoiceContainerSelector": {
|
||||
"fields": {
|
||||
"m_flTestConstantParam": 104
|
||||
"m_bRetrigger": 244,
|
||||
"m_mode": 240,
|
||||
"m_soundsToPlay": 248
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerWavFileReader"
|
||||
},
|
||||
"CVoiceContainerTestNestedDynamic": {
|
||||
"fields": {
|
||||
"m_SoundToPlay": 96,
|
||||
"m_flTestConstantParam": 104
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerWavFileReader": {
|
||||
"CVoiceContainerStaticAdditiveSynth": {
|
||||
"fields": {
|
||||
"m_wavFilePath": 96
|
||||
"m_tones": 240
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerStaticAdditiveSynth__CGainScalePerInstance": {
|
||||
"fields": {
|
||||
"m_flMaxVolume": 8,
|
||||
"m_flMinVolume": 0,
|
||||
"m_nInstancesAtMaxVolume": 12,
|
||||
"m_nInstancesAtMinVolume": 4
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerStaticAdditiveSynth__CHarmonic": {
|
||||
"fields": {
|
||||
"m_curve": 16,
|
||||
"m_flCents": 8,
|
||||
"m_flPhase": 12,
|
||||
"m_nFundamental": 1,
|
||||
"m_nOctave": 4,
|
||||
"m_nWaveform": 0,
|
||||
"m_volumeScaling": 80
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerStaticAdditiveSynth__CTone": {
|
||||
"fields": {
|
||||
"m_bSyncInstances": 88,
|
||||
"m_curve": 24,
|
||||
"m_harmonics": 0
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerSwitch": {
|
||||
"fields": {
|
||||
"m_soundsToPlay": 240
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
@ -807,15 +1112,75 @@
|
||||
"ActionType_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"SOS_ACTION_COUNT_ENVELOPE": 7,
|
||||
"SOS_ACTION_LIMITER": 1,
|
||||
"SOS_ACTION_NONE": 0,
|
||||
"SOS_ACTION_SET_SOUNDEVENT_PARAM": 4,
|
||||
"SOS_ACTION_SOUNDEVENT_CLUSTER": 5,
|
||||
"SOS_ACTION_SOUNDEVENT_PRIORITY": 6,
|
||||
"SOS_ACTION_TIME_BLOCK_LIMITER": 3,
|
||||
"SOS_ACTION_TIME_LIMIT": 2
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"CVSoundFormat_t": {
|
||||
"alignment": 1,
|
||||
"members": {
|
||||
"ADPCM": 3,
|
||||
"MP3": 2,
|
||||
"PCM16": 0,
|
||||
"PCM8": 1
|
||||
},
|
||||
"type": "uint8"
|
||||
},
|
||||
"EMidiNote": {
|
||||
"alignment": 1,
|
||||
"members": {
|
||||
"A": 9,
|
||||
"A_Sharp": 10,
|
||||
"B": 11,
|
||||
"C": 0,
|
||||
"C_Sharp": 1,
|
||||
"Count": 12,
|
||||
"D": 2,
|
||||
"D_Sharp": 3,
|
||||
"E": 4,
|
||||
"F": 5,
|
||||
"F_Sharp": 6,
|
||||
"G": 7,
|
||||
"G_Sharp": 8
|
||||
},
|
||||
"type": "uint8"
|
||||
},
|
||||
"EMode_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"Peak": 0,
|
||||
"RMS": 1
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"EWaveform": {
|
||||
"alignment": 1,
|
||||
"members": {
|
||||
"Noise": 4,
|
||||
"Saw": 2,
|
||||
"Sine": 0,
|
||||
"Square": 1,
|
||||
"Triangle": 3
|
||||
},
|
||||
"type": "uint8"
|
||||
},
|
||||
"PlayBackMode_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"Random": 0,
|
||||
"RandomAvoidLast": 2,
|
||||
"RandomNoRepeats": 1,
|
||||
"Sequential": 3
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"SosActionSortType_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
@ -918,36 +1283,36 @@
|
||||
"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_AUTOFILTER": 23,
|
||||
"VPROCESSOR_BOXVERB": 8,
|
||||
"VPROCESSOR_CONVOLUTION": 17,
|
||||
"VPROCESSOR_DELAY": 5,
|
||||
"VPROCESSOR_DIFFUSOR": 7,
|
||||
"VPROCESSOR_DYNAMICS": 3,
|
||||
"VPROCESSOR_DYNAMICS_3BAND": 18,
|
||||
"VPROCESSOR_DYNAMICS_COMPRESSOR": 19,
|
||||
"VPROCESSOR_EFFECT_CHAIN": 26,
|
||||
"VPROCESSOR_ENVELOPE": 15,
|
||||
"VPROCESSOR_EQ8": 14,
|
||||
"VPROCESSOR_FILTER": 12,
|
||||
"VPROCESSOR_FREEVERB": 9,
|
||||
"VPROCESSOR_FULLWAVE_INTEGRATOR": 11,
|
||||
"VPROCESSOR_MOD_DELAY": 6,
|
||||
"VPROCESSOR_OSC": 24,
|
||||
"VPROCESSOR_PANNER": 21,
|
||||
"VPROCESSOR_PLATEVERB": 10,
|
||||
"VPROCESSOR_PRESETDSP": 4,
|
||||
"VPROCESSOR_RT_PITCH": 1,
|
||||
"VPROCESSOR_SHAPER": 20,
|
||||
"VPROCESSOR_STEAMAUDIO_DIRECT": 28,
|
||||
"VPROCESSOR_STEAMAUDIO_HRTF": 2,
|
||||
"VPROCESSOR_STEAMAUDIO_HYBRIDREVERB": 29,
|
||||
"VPROCESSOR_STEAMAUDIO_PATHING": 13,
|
||||
"VPROCESSOR_STEREODELAY": 25,
|
||||
"VPROCESSOR_SUBGRAPH_SWITCH": 27,
|
||||
"VPROCESSOR_UNKNOWN": 0,
|
||||
"VPROCESSOR_UTILITY": 23,
|
||||
"VPROCESSOR_VOCODER": 17
|
||||
"VPROCESSOR_UTILITY": 22,
|
||||
"VPROCESSOR_VOCODER": 16
|
||||
},
|
||||
"type": "uint16"
|
||||
},
|
||||
|
@ -1,14 +1,31 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: soundsystem.dll
|
||||
// Classes count: 51
|
||||
// Enums count: 13
|
||||
// Classes count: 63
|
||||
// Enums count: 18
|
||||
pub mod soundsystem_dll {
|
||||
// Alignment: 4
|
||||
// Members count: 2
|
||||
#[repr(u32)]
|
||||
pub enum EMode_t {
|
||||
Peak = 0x0,
|
||||
RMS = 0x1
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 5
|
||||
#[repr(u8)]
|
||||
pub enum EWaveform {
|
||||
Sine = 0x0,
|
||||
Square = 0x1,
|
||||
Saw = 0x2,
|
||||
Triangle = 0x3,
|
||||
Noise = 0x4
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 5
|
||||
#[repr(u32)]
|
||||
@ -60,40 +77,49 @@ pub mod cs2_dumper {
|
||||
SOS_SORTTYPE_HIGHEST = 0x0,
|
||||
SOS_SORTTYPE_LOWEST = 0x1
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
#[repr(u32)]
|
||||
pub enum PlayBackMode_t {
|
||||
Random = 0x0,
|
||||
RandomNoRepeats = 0x1,
|
||||
RandomAvoidLast = 0x2,
|
||||
Sequential = 0x3
|
||||
}
|
||||
// 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
|
||||
VPROCESSOR_RT_PITCH = 0x1,
|
||||
VPROCESSOR_STEAMAUDIO_HRTF = 0x2,
|
||||
VPROCESSOR_DYNAMICS = 0x3,
|
||||
VPROCESSOR_PRESETDSP = 0x4,
|
||||
VPROCESSOR_DELAY = 0x5,
|
||||
VPROCESSOR_MOD_DELAY = 0x6,
|
||||
VPROCESSOR_DIFFUSOR = 0x7,
|
||||
VPROCESSOR_BOXVERB = 0x8,
|
||||
VPROCESSOR_FREEVERB = 0x9,
|
||||
VPROCESSOR_PLATEVERB = 0xA,
|
||||
VPROCESSOR_FULLWAVE_INTEGRATOR = 0xB,
|
||||
VPROCESSOR_FILTER = 0xC,
|
||||
VPROCESSOR_STEAMAUDIO_PATHING = 0xD,
|
||||
VPROCESSOR_EQ8 = 0xE,
|
||||
VPROCESSOR_ENVELOPE = 0xF,
|
||||
VPROCESSOR_VOCODER = 0x10,
|
||||
VPROCESSOR_CONVOLUTION = 0x11,
|
||||
VPROCESSOR_DYNAMICS_3BAND = 0x12,
|
||||
VPROCESSOR_DYNAMICS_COMPRESSOR = 0x13,
|
||||
VPROCESSOR_SHAPER = 0x14,
|
||||
VPROCESSOR_PANNER = 0x15,
|
||||
VPROCESSOR_UTILITY = 0x16,
|
||||
VPROCESSOR_AUTOFILTER = 0x17,
|
||||
VPROCESSOR_OSC = 0x18,
|
||||
VPROCESSOR_STEREODELAY = 0x19,
|
||||
VPROCESSOR_EFFECT_CHAIN = 0x1A,
|
||||
VPROCESSOR_SUBGRAPH_SWITCH = 0x1B,
|
||||
VPROCESSOR_STEAMAUDIO_DIRECT = 0x1C,
|
||||
VPROCESSOR_STEAMAUDIO_HYBRIDREVERB = 0x1D
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 30
|
||||
@ -149,6 +175,33 @@ pub mod cs2_dumper {
|
||||
VMIX_CHAN_MID_SIDE = 0x5
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 13
|
||||
#[repr(u8)]
|
||||
pub enum EMidiNote {
|
||||
C = 0x0,
|
||||
C_Sharp = 0x1,
|
||||
D = 0x2,
|
||||
D_Sharp = 0x3,
|
||||
E = 0x4,
|
||||
F = 0x5,
|
||||
F_Sharp = 0x6,
|
||||
G = 0x7,
|
||||
G_Sharp = 0x8,
|
||||
A = 0x9,
|
||||
A_Sharp = 0xA,
|
||||
B = 0xB,
|
||||
Count = 0xC
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 4
|
||||
#[repr(u8)]
|
||||
pub enum CVSoundFormat_t {
|
||||
PCM16 = 0x0,
|
||||
PCM8 = 0x1,
|
||||
MP3 = 0x2,
|
||||
ADPCM = 0x3
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 9
|
||||
#[repr(u8)]
|
||||
pub enum VMixFilterSlope_t {
|
||||
@ -163,7 +216,7 @@ pub mod cs2_dumper {
|
||||
FILTER_SLOPE_MAX = 0x7
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 6
|
||||
// Members count: 8
|
||||
#[repr(u32)]
|
||||
pub enum ActionType_t {
|
||||
SOS_ACTION_NONE = 0x0,
|
||||
@ -171,7 +224,9 @@ pub mod cs2_dumper {
|
||||
SOS_ACTION_TIME_LIMIT = 0x2,
|
||||
SOS_ACTION_TIME_BLOCK_LIMITER = 0x3,
|
||||
SOS_ACTION_SET_SOUNDEVENT_PARAM = 0x4,
|
||||
SOS_ACTION_SOUNDEVENT_CLUSTER = 0x5
|
||||
SOS_ACTION_SOUNDEVENT_CLUSTER = 0x5,
|
||||
SOS_ACTION_SOUNDEVENT_PRIORITY = 0x6,
|
||||
SOS_ACTION_COUNT_ENVELOPE = 0x7
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
@ -188,6 +243,18 @@ pub mod cs2_dumper {
|
||||
SOS_GROUPTYPE_DYNAMIC = 0x0,
|
||||
SOS_GROUPTYPE_STATIC = 0x1
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerBlender {
|
||||
pub const m_firstSound: usize = 0xF0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
pub const m_secondSound: usize = 0xF8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
pub const m_flBlendFactor: usize = 0x100; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
@ -199,26 +266,72 @@ pub mod cs2_dumper {
|
||||
pub const m_flWidth: usize = 0x8; // float32
|
||||
pub const m_flLateReflections: usize = 0xC; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Parent: None
|
||||
// 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>>
|
||||
pub mod CVoiceContainerStaticAdditiveSynth__CHarmonic {
|
||||
pub const m_nWaveform: usize = 0x0; // EWaveform
|
||||
pub const m_nFundamental: usize = 0x1; // EMidiNote
|
||||
pub const m_nOctave: usize = 0x4; // int32
|
||||
pub const m_flCents: usize = 0x8; // float32
|
||||
pub const m_flPhase: usize = 0xC; // float32
|
||||
pub const m_curve: usize = 0x10; // CPiecewiseCurve
|
||||
pub const m_volumeScaling: usize = 0x50; // CVoiceContainerStaticAdditiveSynth::CGainScalePerInstance
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 0
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CVoiceContainerStaticAdditiveSynth__CTone {
|
||||
pub const m_harmonics: usize = 0x0; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CHarmonic>
|
||||
pub const m_curve: usize = 0x18; // CPiecewiseCurve
|
||||
pub const m_bSyncInstances: usize = 0x58; // bool
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerRandomSampler {
|
||||
pub const m_flAmplitude: usize = 0xF0; // float32
|
||||
pub const m_flAmplitudeJitter: usize = 0xF4; // float32
|
||||
pub const m_flTimeJitter: usize = 0xF8; // float32
|
||||
pub const m_flMaxLength: usize = 0xFC; // float32
|
||||
pub const m_nNumDelayVariations: usize = 0x100; // int32
|
||||
pub const m_grainResources: usize = 0x108; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerDefault {
|
||||
pub const m_vsndReference: usize = 0xF0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CVSound {
|
||||
pub const m_nRate: usize = 0x0; // int32
|
||||
pub const m_nFormat: usize = 0x4; // CVSoundFormat_t
|
||||
pub const m_nChannels: usize = 0x8; // uint32
|
||||
pub const m_nLoopStart: usize = 0xC; // int32
|
||||
pub const m_nSampleCount: usize = 0x10; // uint32
|
||||
pub const m_flDuration: usize = 0x14; // float32
|
||||
pub const m_Sentences: usize = 0x18; // CUtlVector<CAudioSentence>
|
||||
pub const m_nStreamingSize: usize = 0x30; // uint32
|
||||
pub const m_nSeekTable: usize = 0x38; // CUtlVector<int32>
|
||||
pub const m_nLoopEnd: usize = 0x50; // int32
|
||||
pub const m_encodedHeader: usize = 0x58; // CUtlBinaryBlock
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@ -255,6 +368,15 @@ pub mod cs2_dumper {
|
||||
pub const m_opvarName: usize = 0x28; // CUtlString
|
||||
pub const m_nSortType: usize = 0x30; // SosActionSortType_t
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerNull {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
@ -270,19 +392,44 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MVDataNodeType
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerAnalysisBase {
|
||||
pub const m_bRegenerateCurveOnCompile: usize = 0x8; // bool
|
||||
pub const m_curve: usize = 0x10; // CPiecewiseCurve
|
||||
}
|
||||
// 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: CSosGroupActionSchema
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSosGroupActionSoundeventPrioritySchema {
|
||||
pub const m_priorityValue: usize = 0x18; // CUtlString
|
||||
pub const m_priorityVolumeScalar: usize = 0x20; // CUtlString
|
||||
pub const m_priorityContributeButDontRead: usize = 0x28; // CUtlString
|
||||
pub const m_bPriorityReadButDontContribute: usize = 0x30; // CUtlString
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerRealtimeFMSineWave {
|
||||
pub const m_flCarrierFrequency: usize = 0x60; // float32
|
||||
pub const m_flModulatorFrequency: usize = 0x64; // float32
|
||||
pub const m_flModulatorAmount: usize = 0x68; // float32
|
||||
pub const m_flCarrierFrequency: usize = 0xF0; // float32
|
||||
pub const m_flModulatorFrequency: usize = 0xF4; // float32
|
||||
pub const m_flModulatorAmount: usize = 0xF8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@ -344,7 +491,7 @@ pub mod cs2_dumper {
|
||||
pub const m_actionInstanceType: usize = 0x14; // ActionType_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
// Fields count: 9
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -356,11 +503,12 @@ pub mod cs2_dumper {
|
||||
pub const m_nBlockMaxCount: usize = 0x10; // int32
|
||||
pub const m_bInvertMatch: usize = 0x14; // bool
|
||||
pub const m_matchPattern: usize = 0x18; // CSosGroupMatchPattern
|
||||
pub const m_branchPattern: usize = 0x40; // CSosGroupBranchPattern
|
||||
pub const m_vActions: usize = 0xB0; // CSosGroupActionSchema*[4]
|
||||
pub const m_branchPattern: usize = 0x48; // CSosGroupBranchPattern
|
||||
pub const m_flLifeSpanTime: usize = 0x58; // float32
|
||||
pub const m_vActions: usize = 0xC0; // CSosGroupActionSchema*[4]
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -369,6 +517,7 @@ pub mod cs2_dumper {
|
||||
pub const m_bMatchEventSubString: usize = 0x9; // bool
|
||||
pub const m_bMatchEntIndex: usize = 0xA; // bool
|
||||
pub const m_bMatchOpvar: usize = 0xB; // bool
|
||||
pub const m_bMatchString: usize = 0xC; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
@ -401,6 +550,29 @@ pub mod cs2_dumper {
|
||||
pub const m_flListenerReverbModifierWhenSourceReverbIsActive: usize = 0x18; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CAudioMorphData {
|
||||
pub const m_times: usize = 0x0; // CUtlVector<float32>
|
||||
pub const m_nameHashCodes: usize = 0x18; // CUtlVector<uint32>
|
||||
pub const m_nameStrings: usize = 0x30; // CUtlVector<CUtlString>
|
||||
pub const m_samples: usize = 0x48; // CUtlVector<CUtlVector<float32>>
|
||||
pub const m_flEaseIn: usize = 0x60; // float32
|
||||
pub const m_flEaseOut: usize = 0x64; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerStaticAdditiveSynth {
|
||||
pub const m_tones: usize = 0xF0; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CTone>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
@ -409,23 +581,19 @@ pub mod cs2_dumper {
|
||||
pub const m_dspName: usize = 0x0; // CUtlString
|
||||
pub const m_modifiers: usize = 0x8; // CUtlVector<CDSPMixgroupModifier>
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CVoiceContainerBlend {
|
||||
pub const m_hSoundOne: usize = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
pub const m_hSoundTwo: usize = 0x68; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
pub const m_flBlendAmount: usize = 0x70; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MVDataNodeType
|
||||
// MVDataFileExtension
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerBase {
|
||||
pub const m_curves: usize = 0x20; // CUtlDict<CPiecewiseCurve,F(size=1)>
|
||||
pub const m_vSound: usize = 0x20; // CVSound
|
||||
pub const m_bHideAnalyzers: usize = 0xD0; // bool
|
||||
pub const m_analysisContainers: usize = 0xD8; // CUtlVector<CVoiceContainerAnalysisBase*>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
@ -449,24 +617,27 @@ pub mod cs2_dumper {
|
||||
pub mod VMixEQ8Desc_t {
|
||||
pub const m_stages: usize = 0x0; // VMixFilterDesc_t[8]
|
||||
}
|
||||
// Parent: CVoiceContainerWavFileReader
|
||||
// Fields count: 1
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CVoiceContainerEnvelopeAnalyzer {
|
||||
pub const m_envBuffer: usize = 0x68; // CUtlVector<float32>
|
||||
pub mod CAudioPhonemeTag {
|
||||
pub const m_flStartTime: usize = 0x0; // float32
|
||||
pub const m_flEndTime: usize = 0x4; // float32
|
||||
pub const m_nPhonemeCode: usize = 0x8; // int32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 4
|
||||
// Parent: CVoiceContainerAnalysisBase
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CVoiceContainerEngineSound {
|
||||
pub const m_SoundToPlay: usize = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
pub const m_flTestConstantParam: usize = 0x68; // float32
|
||||
pub const m_flTestSoundEventBoundParam: usize = 0x6C; // float32
|
||||
pub const m_flEngineRPM: usize = 0x70; // float32
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerEnvelopeAnalyzer {
|
||||
pub const m_mode: usize = 0x50; // EMode_t
|
||||
pub const m_nSamples: usize = 0x54; // int32
|
||||
pub const m_flThreshold: usize = 0x58; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@ -488,6 +659,15 @@ pub mod cs2_dumper {
|
||||
pub const m_nProcType: usize = 0xC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CAudioEmphasisSample {
|
||||
pub const m_flTime: usize = 0x0; // float32
|
||||
pub const m_flValue: usize = 0x4; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
@ -503,6 +683,13 @@ pub mod cs2_dumper {
|
||||
pub const m_flHighCutoffFreq: usize = 0x1C; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSoundInfoHeader {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@ -511,7 +698,7 @@ pub mod cs2_dumper {
|
||||
pub const m_groupList: usize = 0x0; // CUtlVector<CSosSoundEventGroupSchema>
|
||||
}
|
||||
// Parent: CSosGroupBranchPattern
|
||||
// Fields count: 4
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -520,6 +707,7 @@ pub mod cs2_dumper {
|
||||
pub const m_matchSoundEventSubString: usize = 0x18; // CUtlString
|
||||
pub const m_flEntIndex: usize = 0x20; // float32
|
||||
pub const m_flOpvar: usize = 0x24; // float32
|
||||
pub const m_opvarString: usize = 0x28; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
@ -533,23 +721,6 @@ pub mod cs2_dumper {
|
||||
pub const itemKVString: usize = 0x20; // CUtlString
|
||||
pub const itemPos: usize = 0x28; // Vector2D
|
||||
}
|
||||
// Parent: CVoiceContainerWavFileReader
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CVoiceContainerTestConstant {
|
||||
pub const m_flTestConstantParam: usize = 0x68; // bool
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CVoiceContainerTestNestedDynamic {
|
||||
pub const m_SoundToPlay: usize = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
pub const m_flTestConstantParam: usize = 0x68; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
@ -564,14 +735,6 @@ pub mod cs2_dumper {
|
||||
pub const m_flFeedbackDiffusion1: usize = 0x14; // float32
|
||||
pub const m_flFeedbackDiffusion2: usize = 0x18; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CVoiceContainerWavFileReader {
|
||||
pub const m_wavFilePath: usize = 0x60; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
@ -621,6 +784,17 @@ pub mod cs2_dumper {
|
||||
pub const m_flHoldTimeMS: usize = 0x4; // float32
|
||||
pub const m_flReleaseTimeMS: usize = 0x8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CAudioSentence {
|
||||
pub const m_bShouldVoiceDuck: usize = 0x0; // bool
|
||||
pub const m_RunTimePhonemes: usize = 0x8; // CUtlVector<CAudioPhonemeTag>
|
||||
pub const m_EmphasisSamples: usize = 0x20; // CUtlVector<CAudioEmphasisSample>
|
||||
pub const m_morphData: usize = 0x38; // CAudioMorphData
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 3
|
||||
//
|
||||
@ -636,8 +810,10 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerAmpedDecayingSineWave {
|
||||
pub const m_flGainAmount: usize = 0x68; // float32
|
||||
pub const m_flGainAmount: usize = 0xF8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
@ -679,6 +855,29 @@ pub mod cs2_dumper {
|
||||
pub mod VMixEffectChainDesc_t {
|
||||
pub const m_flCrossfadeTime: usize = 0x0; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CVoiceContainerStaticAdditiveSynth__CGainScalePerInstance {
|
||||
pub const m_flMinVolume: usize = 0x0; // float32
|
||||
pub const m_nInstancesAtMinVolume: usize = 0x4; // int32
|
||||
pub const m_flMaxVolume: usize = 0x8; // float32
|
||||
pub const m_nInstancesAtMaxVolume: usize = 0xC; // int32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerSelector {
|
||||
pub const m_mode: usize = 0xF0; // PlayBackMode_t
|
||||
pub const m_bRetrigger: usize = 0xF4; // bool
|
||||
pub const m_soundsToPlay: usize = 0xF8; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 2
|
||||
//
|
||||
@ -689,6 +888,31 @@ pub mod cs2_dumper {
|
||||
pub const m_flMaxDuration: usize = 0x1C; // float32
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSosGroupActionMemberCountEnvelopeSchema {
|
||||
pub const m_nBaseCount: usize = 0x18; // int32
|
||||
pub const m_nTargetCount: usize = 0x1C; // int32
|
||||
pub const m_flBaseValue: usize = 0x20; // float32
|
||||
pub const m_flTargetValue: usize = 0x24; // float32
|
||||
pub const m_flAttack: usize = 0x28; // float32
|
||||
pub const m_flDecay: usize = 0x2C; // float32
|
||||
pub const m_resultVarName: usize = 0x30; // CUtlString
|
||||
pub const m_bSaveToGroup: usize = 0x38; // bool
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerSwitch {
|
||||
pub const m_soundsToPlay: usize = 0xF0; // CUtlVector<CVoiceContainerBase*>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@ -731,9 +955,11 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerDecayingSineWave {
|
||||
pub const m_flFrequency: usize = 0x60; // float32
|
||||
pub const m_flDecayTime: usize = 0x64; // float32
|
||||
pub const m_flFrequency: usize = 0xF0; // float32
|
||||
pub const m_flDecayTime: usize = 0xF4; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: vphysics2.dll
|
||||
@ -81,7 +81,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_Mesh = 0x10; // RnMesh_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 100
|
||||
// Fields count: 101
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -184,8 +184,9 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flQuadVelocitySmoothRate = 0x608; // float32
|
||||
public const nint m_flAddWorldCollisionRadius = 0x60C; // float32
|
||||
public const nint m_flDefaultVolumetricSolveAmount = 0x610; // float32
|
||||
public const nint m_nRodVelocitySmoothIterations = 0x614; // uint16
|
||||
public const nint m_nQuadVelocitySmoothIterations = 0x616; // uint16
|
||||
public const nint m_flMotionSmoothCDT = 0x614; // float32
|
||||
public const nint m_nRodVelocitySmoothIterations = 0x618; // uint16
|
||||
public const nint m_nQuadVelocitySmoothIterations = 0x61A; // uint16
|
||||
}
|
||||
// Parent: RnBodyDesc_t
|
||||
// Fields count: 1
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -86,7 +86,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_Mesh = 0x10; // RnMesh_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 100
|
||||
// Fields count: 101
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -189,8 +189,9 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flQuadVelocitySmoothRate = 0x608; // float32
|
||||
constexpr std::ptrdiff_t m_flAddWorldCollisionRadius = 0x60C; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultVolumetricSolveAmount = 0x610; // float32
|
||||
constexpr std::ptrdiff_t m_nRodVelocitySmoothIterations = 0x614; // uint16
|
||||
constexpr std::ptrdiff_t m_nQuadVelocitySmoothIterations = 0x616; // uint16
|
||||
constexpr std::ptrdiff_t m_flMotionSmoothCDT = 0x614; // float32
|
||||
constexpr std::ptrdiff_t m_nRodVelocitySmoothIterations = 0x618; // uint16
|
||||
constexpr std::ptrdiff_t m_nQuadVelocitySmoothIterations = 0x61A; // uint16
|
||||
}
|
||||
// Parent: RnBodyDesc_t
|
||||
// Fields count: 1
|
||||
|
@ -1015,6 +1015,7 @@
|
||||
"m_flInternalPressure": 1496,
|
||||
"m_flLocalForce": 56,
|
||||
"m_flLocalRotation": 60,
|
||||
"m_flMotionSmoothCDT": 1556,
|
||||
"m_flQuadVelocitySmoothRate": 1544,
|
||||
"m_flRodVelocitySmoothRate": 1540,
|
||||
"m_flWindDrag": 1508,
|
||||
@ -1028,9 +1029,9 @@
|
||||
"m_nNodeCount": 64,
|
||||
"m_nQuadCount1": 80,
|
||||
"m_nQuadCount2": 82,
|
||||
"m_nQuadVelocitySmoothIterations": 1558,
|
||||
"m_nQuadVelocitySmoothIterations": 1562,
|
||||
"m_nReservedUint8": 1180,
|
||||
"m_nRodVelocitySmoothIterations": 1556,
|
||||
"m_nRodVelocitySmoothIterations": 1560,
|
||||
"m_nRopeCount": 88,
|
||||
"m_nRotLockStaticNodes": 68,
|
||||
"m_nSimdQuadCount1": 76,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
@ -86,7 +86,7 @@ pub mod cs2_dumper {
|
||||
pub const m_Mesh: usize = 0x10; // RnMesh_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 100
|
||||
// Fields count: 101
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -189,8 +189,9 @@ pub mod cs2_dumper {
|
||||
pub const m_flQuadVelocitySmoothRate: usize = 0x608; // float32
|
||||
pub const m_flAddWorldCollisionRadius: usize = 0x60C; // float32
|
||||
pub const m_flDefaultVolumetricSolveAmount: usize = 0x610; // float32
|
||||
pub const m_nRodVelocitySmoothIterations: usize = 0x614; // uint16
|
||||
pub const m_nQuadVelocitySmoothIterations: usize = 0x616; // uint16
|
||||
pub const m_flMotionSmoothCDT: usize = 0x614; // float32
|
||||
pub const m_nRodVelocitySmoothIterations: usize = 0x618; // uint16
|
||||
pub const m_nQuadVelocitySmoothIterations: usize = 0x61A; // uint16
|
||||
}
|
||||
// Parent: RnBodyDesc_t
|
||||
// Fields count: 1
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: worldrenderer.dll
|
||||
@ -52,7 +52,7 @@ namespace CS2Dumper.Schemas {
|
||||
public static class AggregateLODSetup_t {
|
||||
public const nint m_vLODOrigin = 0x0; // Vector
|
||||
public const nint m_fMaxObjectScale = 0xC; // float32
|
||||
public const nint m_fSwitchDistances = 0x10; // CUtlVectorFixedGrowable<float32>
|
||||
public const nint m_fSwitchDistances = 0x10; // CUtlVector<float32>
|
||||
}
|
||||
// Parent: BaseSceneObjectOverride_t
|
||||
// Fields count: 4
|
||||
@ -131,20 +131,19 @@ namespace CS2Dumper.Schemas {
|
||||
public static class WorldBuilderParams_t {
|
||||
public const nint m_flMinDrawVolumeSize = 0x0; // float32
|
||||
public const nint m_bBuildBakedLighting = 0x4; // bool
|
||||
public const nint m_vLightmapUvScale = 0x8; // Vector2D
|
||||
public const nint m_nCompileTimestamp = 0x10; // uint64
|
||||
public const nint m_nCompileFingerprint = 0x18; // uint64
|
||||
public const nint m_bakedLightingInfo = 0x8; // BakedLightingInfo_t
|
||||
public const nint m_nCompileTimestamp = 0x38; // uint64
|
||||
public const nint m_nCompileFingerprint = 0x40; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PermEntityLumpData_t {
|
||||
public const nint m_name = 0x8; // CUtlString
|
||||
public const nint m_hammerUniqueId = 0x10; // CUtlString
|
||||
public const nint m_childLumps = 0x18; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
public const nint m_entityKeyValues = 0x30; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
public const nint m_childLumps = 0x10; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
public const nint m_entityKeyValues = 0x28; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 13
|
||||
@ -189,7 +188,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nTimesToFire = 0x2C; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
// Fields count: 9
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -198,6 +197,10 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nLightmapGameVersionNumber = 0x4; // uint32
|
||||
public const nint m_vLightmapUvScale = 0x8; // Vector2D
|
||||
public const nint m_bHasLightmaps = 0x10; // bool
|
||||
public const nint m_bBakedShadowsGamma20 = 0x11; // bool
|
||||
public const nint m_bCompressionEnabled = 0x12; // bool
|
||||
public const nint m_nChartPackIterations = 0x13; // uint8
|
||||
public const nint m_nVradQuality = 0x14; // uint8
|
||||
public const nint m_lightMaps = 0x18; // CUtlVector<CStrongHandle<InfoForResourceTypeCTextureBase>>
|
||||
}
|
||||
// Parent: None
|
||||
@ -250,9 +253,9 @@ namespace CS2Dumper.Schemas {
|
||||
// MGetKV3ClassDefaults
|
||||
public static class World_t {
|
||||
public const nint m_builderParams = 0x0; // WorldBuilderParams_t
|
||||
public const nint m_worldNodes = 0x20; // CUtlVector<NodeData_t>
|
||||
public const nint m_worldLightingInfo = 0x38; // BakedLightingInfo_t
|
||||
public const nint m_entityLumps = 0x68; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
public const nint m_worldNodes = 0x48; // CUtlVector<NodeData_t>
|
||||
public const nint m_worldLightingInfo = 0x60; // BakedLightingInfo_t
|
||||
public const nint m_entityLumps = 0x90; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -57,7 +57,7 @@ namespace cs2_dumper {
|
||||
namespace AggregateLODSetup_t {
|
||||
constexpr std::ptrdiff_t m_vLODOrigin = 0x0; // Vector
|
||||
constexpr std::ptrdiff_t m_fMaxObjectScale = 0xC; // float32
|
||||
constexpr std::ptrdiff_t m_fSwitchDistances = 0x10; // CUtlVectorFixedGrowable<float32>
|
||||
constexpr std::ptrdiff_t m_fSwitchDistances = 0x10; // CUtlVector<float32>
|
||||
}
|
||||
// Parent: BaseSceneObjectOverride_t
|
||||
// Fields count: 4
|
||||
@ -136,20 +136,19 @@ namespace cs2_dumper {
|
||||
namespace WorldBuilderParams_t {
|
||||
constexpr std::ptrdiff_t m_flMinDrawVolumeSize = 0x0; // float32
|
||||
constexpr std::ptrdiff_t m_bBuildBakedLighting = 0x4; // bool
|
||||
constexpr std::ptrdiff_t m_vLightmapUvScale = 0x8; // Vector2D
|
||||
constexpr std::ptrdiff_t m_nCompileTimestamp = 0x10; // uint64
|
||||
constexpr std::ptrdiff_t m_nCompileFingerprint = 0x18; // uint64
|
||||
constexpr std::ptrdiff_t m_bakedLightingInfo = 0x8; // BakedLightingInfo_t
|
||||
constexpr std::ptrdiff_t m_nCompileTimestamp = 0x38; // uint64
|
||||
constexpr std::ptrdiff_t m_nCompileFingerprint = 0x40; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PermEntityLumpData_t {
|
||||
constexpr std::ptrdiff_t m_name = 0x8; // CUtlString
|
||||
constexpr std::ptrdiff_t m_hammerUniqueId = 0x10; // CUtlString
|
||||
constexpr std::ptrdiff_t m_childLumps = 0x18; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
constexpr std::ptrdiff_t m_entityKeyValues = 0x30; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
constexpr std::ptrdiff_t m_childLumps = 0x10; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
constexpr std::ptrdiff_t m_entityKeyValues = 0x28; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 13
|
||||
@ -194,7 +193,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nTimesToFire = 0x2C; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
// Fields count: 9
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -203,6 +202,10 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nLightmapGameVersionNumber = 0x4; // uint32
|
||||
constexpr std::ptrdiff_t m_vLightmapUvScale = 0x8; // Vector2D
|
||||
constexpr std::ptrdiff_t m_bHasLightmaps = 0x10; // bool
|
||||
constexpr std::ptrdiff_t m_bBakedShadowsGamma20 = 0x11; // bool
|
||||
constexpr std::ptrdiff_t m_bCompressionEnabled = 0x12; // bool
|
||||
constexpr std::ptrdiff_t m_nChartPackIterations = 0x13; // uint8
|
||||
constexpr std::ptrdiff_t m_nVradQuality = 0x14; // uint8
|
||||
constexpr std::ptrdiff_t m_lightMaps = 0x18; // CUtlVector<CStrongHandle<InfoForResourceTypeCTextureBase>>
|
||||
}
|
||||
// Parent: None
|
||||
@ -255,9 +258,9 @@ namespace cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
namespace World_t {
|
||||
constexpr std::ptrdiff_t m_builderParams = 0x0; // WorldBuilderParams_t
|
||||
constexpr std::ptrdiff_t m_worldNodes = 0x20; // CUtlVector<NodeData_t>
|
||||
constexpr std::ptrdiff_t m_worldLightingInfo = 0x38; // BakedLightingInfo_t
|
||||
constexpr std::ptrdiff_t m_entityLumps = 0x68; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
constexpr std::ptrdiff_t m_worldNodes = 0x48; // CUtlVector<NodeData_t>
|
||||
constexpr std::ptrdiff_t m_worldLightingInfo = 0x60; // BakedLightingInfo_t
|
||||
constexpr std::ptrdiff_t m_entityLumps = 0x90; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
|
@ -56,10 +56,14 @@
|
||||
},
|
||||
"BakedLightingInfo_t": {
|
||||
"fields": {
|
||||
"m_bBakedShadowsGamma20": 17,
|
||||
"m_bCompressionEnabled": 18,
|
||||
"m_bHasLightmaps": 16,
|
||||
"m_lightMaps": 24,
|
||||
"m_nChartPackIterations": 19,
|
||||
"m_nLightmapGameVersionNumber": 4,
|
||||
"m_nLightmapVersionNumber": 0,
|
||||
"m_nVradQuality": 20,
|
||||
"m_vLightmapUvScale": 8
|
||||
},
|
||||
"metadata": [
|
||||
@ -250,9 +254,8 @@
|
||||
},
|
||||
"PermEntityLumpData_t": {
|
||||
"fields": {
|
||||
"m_childLumps": 24,
|
||||
"m_entityKeyValues": 48,
|
||||
"m_hammerUniqueId": 16,
|
||||
"m_childLumps": 16,
|
||||
"m_entityKeyValues": 40,
|
||||
"m_name": 8
|
||||
},
|
||||
"metadata": [
|
||||
@ -309,10 +312,10 @@
|
||||
"WorldBuilderParams_t": {
|
||||
"fields": {
|
||||
"m_bBuildBakedLighting": 4,
|
||||
"m_bakedLightingInfo": 8,
|
||||
"m_flMinDrawVolumeSize": 0,
|
||||
"m_nCompileFingerprint": 24,
|
||||
"m_nCompileTimestamp": 16,
|
||||
"m_vLightmapUvScale": 8
|
||||
"m_nCompileFingerprint": 64,
|
||||
"m_nCompileTimestamp": 56
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@ -364,9 +367,9 @@
|
||||
"World_t": {
|
||||
"fields": {
|
||||
"m_builderParams": 0,
|
||||
"m_entityLumps": 104,
|
||||
"m_worldLightingInfo": 56,
|
||||
"m_worldNodes": 32
|
||||
"m_entityLumps": 144,
|
||||
"m_worldLightingInfo": 96,
|
||||
"m_worldNodes": 72
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-23 01:29:07.135665300 UTC
|
||||
// 2024-05-24 01:30:25.777667800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
@ -56,7 +56,7 @@ pub mod cs2_dumper {
|
||||
pub mod AggregateLODSetup_t {
|
||||
pub const m_vLODOrigin: usize = 0x0; // Vector
|
||||
pub const m_fMaxObjectScale: usize = 0xC; // float32
|
||||
pub const m_fSwitchDistances: usize = 0x10; // CUtlVectorFixedGrowable<float32>
|
||||
pub const m_fSwitchDistances: usize = 0x10; // CUtlVector<float32>
|
||||
}
|
||||
// Parent: BaseSceneObjectOverride_t
|
||||
// Fields count: 4
|
||||
@ -135,20 +135,19 @@ pub mod cs2_dumper {
|
||||
pub mod WorldBuilderParams_t {
|
||||
pub const m_flMinDrawVolumeSize: usize = 0x0; // float32
|
||||
pub const m_bBuildBakedLighting: usize = 0x4; // bool
|
||||
pub const m_vLightmapUvScale: usize = 0x8; // Vector2D
|
||||
pub const m_nCompileTimestamp: usize = 0x10; // uint64
|
||||
pub const m_nCompileFingerprint: usize = 0x18; // uint64
|
||||
pub const m_bakedLightingInfo: usize = 0x8; // BakedLightingInfo_t
|
||||
pub const m_nCompileTimestamp: usize = 0x38; // uint64
|
||||
pub const m_nCompileFingerprint: usize = 0x40; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PermEntityLumpData_t {
|
||||
pub const m_name: usize = 0x8; // CUtlString
|
||||
pub const m_hammerUniqueId: usize = 0x10; // CUtlString
|
||||
pub const m_childLumps: usize = 0x18; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
pub const m_entityKeyValues: usize = 0x30; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
pub const m_childLumps: usize = 0x10; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
pub const m_entityKeyValues: usize = 0x28; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 13
|
||||
@ -193,7 +192,7 @@ pub mod cs2_dumper {
|
||||
pub const m_nTimesToFire: usize = 0x2C; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
// Fields count: 9
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@ -202,6 +201,10 @@ pub mod cs2_dumper {
|
||||
pub const m_nLightmapGameVersionNumber: usize = 0x4; // uint32
|
||||
pub const m_vLightmapUvScale: usize = 0x8; // Vector2D
|
||||
pub const m_bHasLightmaps: usize = 0x10; // bool
|
||||
pub const m_bBakedShadowsGamma20: usize = 0x11; // bool
|
||||
pub const m_bCompressionEnabled: usize = 0x12; // bool
|
||||
pub const m_nChartPackIterations: usize = 0x13; // uint8
|
||||
pub const m_nVradQuality: usize = 0x14; // uint8
|
||||
pub const m_lightMaps: usize = 0x18; // CUtlVector<CStrongHandle<InfoForResourceTypeCTextureBase>>
|
||||
}
|
||||
// Parent: None
|
||||
@ -254,9 +257,9 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod World_t {
|
||||
pub const m_builderParams: usize = 0x0; // WorldBuilderParams_t
|
||||
pub const m_worldNodes: usize = 0x20; // CUtlVector<NodeData_t>
|
||||
pub const m_worldLightingInfo: usize = 0x38; // BakedLightingInfo_t
|
||||
pub const m_entityLumps: usize = 0x68; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
pub const m_worldNodes: usize = 0x48; // CUtlVector<NodeData_t>
|
||||
pub const m_worldLightingInfo: usize = 0x60; // BakedLightingInfo_t
|
||||
pub const m_entityLumps: usize = 0x90; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
|
@ -7,9 +7,9 @@ use crate::source2::UtlVector;
|
||||
#[derive(Pod)]
|
||||
#[repr(C)]
|
||||
pub struct SchemaSystem {
|
||||
pad_0000: [u8; 0x190], // 0x0000
|
||||
pub type_scopes: UtlVector<Pointer64<SchemaSystemTypeScope>>, // 0x0190
|
||||
pad_01a0: [u8; 0x118], // 0x01A0
|
||||
pad_0000: [u8; 0x188], // 0x0000
|
||||
pub type_scopes: UtlVector<Pointer64<SchemaSystemTypeScope>>, // 0x0188
|
||||
pad_0198: [u8; 0x120], // 0x0198
|
||||
pub num_registrations: u32, // 0x02B8
|
||||
pad_02bc: [u8; 0xAC], // 0x02BC
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ pub struct SchemaSystemTypeScope {
|
||||
pad_0000: [u8; 0x8], // 0x0000
|
||||
pub name: [c_char; 256], // 0x0008
|
||||
pub global_scope: Pointer64<SchemaSystemTypeScope>, // 0x0108
|
||||
pad_0110: [u8; 0x4B0], // 0x0110
|
||||
pub class_bindings: UtlTsHash<Pointer64<SchemaClassBinding>>, // 0x05C0
|
||||
pub enum_bindings: UtlTsHash<Pointer64<SchemaEnumBinding>>, // 0x2E50
|
||||
pad_0110: [u8; 0x3F0], // 0x0110
|
||||
pub class_bindings: UtlTsHash<Pointer64<SchemaClassBinding>>, // 0x0500
|
||||
pub enum_bindings: UtlTsHash<Pointer64<SchemaEnumBinding>>, // 0x2D90
|
||||
}
|
||||
|
@ -5,6 +5,7 @@ use crate::error::{Error, Result};
|
||||
#[repr(C)]
|
||||
pub struct UtlVector<T> {
|
||||
pub size: i32, // 0x0000
|
||||
pad_0004: [u8; 0x4], // 0x0004
|
||||
pub mem: Pointer64<[T]>, // 0x0008
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user