Fix for latest game update

This commit is contained in:
a2x 2024-05-24 11:30:54 +10:00
parent dd7299729a
commit 3f6c894097
76 changed files with 31851 additions and 24923 deletions

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper {
// Module: client.dll // Module: client.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, unused)]

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

View File

@ -1,9 +1,9 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: engine2.dll // Module: engine2.dll
// Classes count: 43 // Classes count: 48
// Enums count: 4 // Enums count: 4
public static class Engine2Dll { public static class Engine2Dll {
// Alignment: 4 // Alignment: 4
@ -240,6 +240,10 @@ namespace CS2Dumper.Schemas {
public const nint m_bFirstTick = 0x28; // bool public const nint m_bFirstTick = 0x28; // bool
public const nint m_bLastTick = 0x29; // bool public const nint m_bLastTick = 0x29; // bool
} }
// Parent: None
// Fields count: 0
public static class EventClientAdvanceNonRenderedFrame_t {
}
// Parent: EventSimulate_t // Parent: EventSimulate_t
// Fields count: 0 // Fields count: 0
public static class EventServerProcessNetworking_t { public static class EventServerProcessNetworking_t {
@ -284,5 +288,21 @@ namespace CS2Dumper.Schemas {
// Fields count: 0 // Fields count: 0
public static class EventServerPollNetworking_t { 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 {
}
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once
@ -8,7 +8,7 @@
namespace cs2_dumper { namespace cs2_dumper {
namespace schemas { namespace schemas {
// Module: engine2.dll // Module: engine2.dll
// Classes count: 43 // Classes count: 48
// Enums count: 4 // Enums count: 4
namespace engine2_dll { namespace engine2_dll {
// Alignment: 4 // Alignment: 4
@ -245,6 +245,10 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_bFirstTick = 0x28; // bool constexpr std::ptrdiff_t m_bFirstTick = 0x28; // bool
constexpr std::ptrdiff_t m_bLastTick = 0x29; // bool constexpr std::ptrdiff_t m_bLastTick = 0x29; // bool
} }
// Parent: None
// Fields count: 0
namespace EventClientAdvanceNonRenderedFrame_t {
}
// Parent: EventSimulate_t // Parent: EventSimulate_t
// Fields count: 0 // Fields count: 0
namespace EventServerProcessNetworking_t { namespace EventServerProcessNetworking_t {
@ -289,6 +293,22 @@ namespace cs2_dumper {
// Fields count: 0 // Fields count: 0
namespace EventServerPollNetworking_t { 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 {
}
} }
} }
} }

View File

@ -1,6 +1,11 @@
{ {
"engine2.dll": { "engine2.dll": {
"classes": { "classes": {
"": {
"fields": {},
"metadata": [],
"parent": null
},
"CEmptyEntityInstance": { "CEmptyEntityInstance": {
"fields": {}, "fields": {},
"metadata": [], "metadata": [],
@ -85,6 +90,11 @@
"metadata": [], "metadata": [],
"parent": null "parent": null
}, },
"EventClientAdvanceNonRenderedFrame_t": {
"fields": {},
"metadata": [],
"parent": null
},
"EventClientAdvanceTick_t": { "EventClientAdvanceTick_t": {
"fields": {}, "fields": {},
"metadata": [], "metadata": [],

View File

@ -1,12 +1,12 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
pub mod cs2_dumper { pub mod cs2_dumper {
pub mod schemas { pub mod schemas {
// Module: engine2.dll // Module: engine2.dll
// Classes count: 43 // Classes count: 48
// Enums count: 4 // Enums count: 4
pub mod engine2_dll { pub mod engine2_dll {
// Alignment: 4 // Alignment: 4
@ -247,6 +247,10 @@ pub mod cs2_dumper {
pub const m_bFirstTick: usize = 0x28; // bool pub const m_bFirstTick: usize = 0x28; // bool
pub const m_bLastTick: usize = 0x29; // bool pub const m_bLastTick: usize = 0x29; // bool
} }
// Parent: None
// Fields count: 0
pub mod EventClientAdvanceNonRenderedFrame_t {
}
// Parent: EventSimulate_t // Parent: EventSimulate_t
// Fields count: 0 // Fields count: 0
pub mod EventServerProcessNetworking_t { pub mod EventServerProcessNetworking_t {
@ -291,6 +295,22 @@ pub mod cs2_dumper {
// Fields count: 0 // Fields count: 0
pub mod EventServerPollNetworking_t { 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 {
}
} }
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: host.dll // Module: host.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,4 +1,4 @@
{ {
"build_number": 14009, "build_number": 14009,
"timestamp": "2024-05-23T23:09:24.161043+00:00" "timestamp": "2024-05-24T01:30:25.777667800+00:00"
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Interfaces {
// Module: animationsystem.dll // Module: animationsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: materialsystem2.dll // Module: materialsystem2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: networksystem.dll // Module: networksystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Offsets {
// Module: client.dll // Module: client.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: panorama.dll // Module: panorama.dll
@ -24,7 +24,7 @@ namespace CS2Dumper.Schemas {
REFERENCE_PASSTHROUGH = 0xC REFERENCE_PASSTHROUGH = 0xC
} }
// Alignment: 4 // Alignment: 4
// Members count: 15 // Members count: 16
public enum EStyleNodeType : uint { public enum EStyleNodeType : uint {
ROOT = 0x0, ROOT = 0x0,
EXPRESSION = 0x1, EXPRESSION = 0x1,
@ -40,7 +40,8 @@ namespace CS2Dumper.Schemas {
EXPRESSION_CONCAT = 0xB, EXPRESSION_CONCAT = 0xB,
REFERENCE_CONTENT = 0xC, REFERENCE_CONTENT = 0xC,
REFERENCE_COMPILED = 0xD, REFERENCE_COMPILED = 0xD,
REFERENCE_PASSTHROUGH = 0xE REFERENCE_PASSTHROUGH = 0xE,
COMPILER_CONDITIONAL = 0xF
} }
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once
@ -29,7 +29,7 @@ namespace cs2_dumper {
REFERENCE_PASSTHROUGH = 0xC REFERENCE_PASSTHROUGH = 0xC
}; };
// Alignment: 4 // Alignment: 4
// Members count: 15 // Members count: 16
enum class EStyleNodeType : uint32_t { enum class EStyleNodeType : uint32_t {
ROOT = 0x0, ROOT = 0x0,
EXPRESSION = 0x1, EXPRESSION = 0x1,
@ -45,7 +45,8 @@ namespace cs2_dumper {
EXPRESSION_CONCAT = 0xB, EXPRESSION_CONCAT = 0xB,
REFERENCE_CONTENT = 0xC, REFERENCE_CONTENT = 0xC,
REFERENCE_COMPILED = 0xD, REFERENCE_COMPILED = 0xD,
REFERENCE_PASSTHROUGH = 0xE REFERENCE_PASSTHROUGH = 0xE,
COMPILER_CONDITIONAL = 0xF
}; };
} }
} }

View File

@ -24,6 +24,7 @@
"EStyleNodeType": { "EStyleNodeType": {
"alignment": 4, "alignment": 4,
"members": { "members": {
"COMPILER_CONDITIONAL": 15,
"DEFINE": 3, "DEFINE": 3,
"EXPRESSION": 1, "EXPRESSION": 1,
"EXPRESSION_CONCAT": 11, "EXPRESSION_CONCAT": 11,

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
@ -28,7 +28,7 @@ pub mod cs2_dumper {
REFERENCE_PASSTHROUGH = 0xC REFERENCE_PASSTHROUGH = 0xC
} }
// Alignment: 4 // Alignment: 4
// Members count: 15 // Members count: 16
#[repr(u32)] #[repr(u32)]
pub enum EStyleNodeType { pub enum EStyleNodeType {
ROOT = 0x0, ROOT = 0x0,
@ -45,7 +45,8 @@ pub mod cs2_dumper {
EXPRESSION_CONCAT = 0xB, EXPRESSION_CONCAT = 0xB,
REFERENCE_CONTENT = 0xC, REFERENCE_CONTENT = 0xC,
REFERENCE_COMPILED = 0xD, 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

View File

@ -1,11 +1,21 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: pulse_system.dll // Module: pulse_system.dll
// Classes count: 85 // Classes count: 108
// Enums count: 7 // Enums count: 9
public static class PulseSystemDll { 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 // Alignment: 4
// Members count: 3 // Members count: 3
public enum PulseTestEnumShape_t : uint { public enum PulseTestEnumShape_t : uint {
@ -20,14 +30,15 @@ namespace CS2Dumper.Schemas {
ASYNC_FIRE_AND_FORGET = 0x1 ASYNC_FIRE_AND_FORGET = 0x1
} }
// Alignment: 4 // Alignment: 4
// Members count: 3 // Members count: 4
public enum PulseCursorExecResult_t : uint { public enum PulseCursorExecResult_t : uint {
Succeeded = 0x0, Succeeded = 0x0,
Canceled = 0x1, Canceled = 0x1,
Failed = 0x2 Failed = 0x2,
OngoingNotify = 0x3
} }
// Alignment: 4 // Alignment: 4
// Members count: 19 // Members count: 20
public enum PulseValueType_t : uint { public enum PulseValueType_t : uint {
PVAL_INVALID = 0xFFFFFFFFFFFFFFFF, PVAL_INVALID = 0xFFFFFFFFFFFFFFFF,
PVAL_BOOL = 0x0, PVAL_BOOL = 0x0,
@ -41,16 +52,17 @@ namespace CS2Dumper.Schemas {
PVAL_RESOURCE = 0x8, PVAL_RESOURCE = 0x8,
PVAL_SNDEVT_GUID = 0x9, PVAL_SNDEVT_GUID = 0x9,
PVAL_ENTITY_NAME = 0xA, PVAL_ENTITY_NAME = 0xA,
PVAL_SCHEMA_PTR = 0xB, PVAL_OPAQUE_HANDLE = 0xB,
PVAL_TYPESAFE_INT = 0xC, PVAL_TYPESAFE_INT = 0xC,
PVAL_CURSOR_FLOW = 0xD, PVAL_CURSOR_FLOW = 0xD,
PVAL_ANY = 0xE, PVAL_ANY = 0xE,
PVAL_SCHEMA_ENUM = 0xF, PVAL_SCHEMA_ENUM = 0xF,
PVAL_PANORAMA_PANEL_HANDLE = 0x10, PVAL_PANORAMA_PANEL_HANDLE = 0x10,
PVAL_COUNT = 0x11 PVAL_TEST_HANDLE = 0x11,
PVAL_COUNT = 0x12
} }
// Alignment: 2 // Alignment: 2
// Members count: 61 // Members count: 73
public enum PulseInstructionCode_t : ushort { public enum PulseInstructionCode_t : ushort {
INVALID = 0x0, INVALID = 0x0,
IMMEDIATE_HALT = 0x1, IMMEDIATE_HALT = 0x1,
@ -68,7 +80,7 @@ namespace CS2Dumper.Schemas {
SET_VAR = 0xD, SET_VAR = 0xD,
GET_VAR = 0xE, GET_VAR = 0xE,
GET_CONST = 0xF, GET_CONST = 0xF,
SET_REGISTER_DOMAIN_VALUE = 0x10, GET_DOMAIN_VALUE = 0x10,
COPY = 0x11, COPY = 0x11,
NOT = 0x12, NOT = 0x12,
NEGATE = 0x13, NEGATE = 0x13,
@ -84,35 +96,47 @@ namespace CS2Dumper.Schemas {
AND = 0x1D, AND = 0x1D,
OR = 0x1E, OR = 0x1E,
CONVERT_VALUE = 0x1F, CONVERT_VALUE = 0x1F,
LAST_SERIALIZED_CODE = 0x20, REINTERPRET_INSTANCE = 0x20,
NEGATE_INT = 0x21, GET_BLACKBOARD_REFERENCE = 0x21,
NEGATE_FLOAT = 0x22, SET_BLACKBOARD_REFERENCE = 0x22,
ADD_INT = 0x23, REQUIREMENT_RESULT = 0x23,
ADD_FLOAT = 0x24, LAST_SERIALIZED_CODE = 0x24,
ADD_STRING = 0x25, NEGATE_INT = 0x25,
SUB_INT = 0x26, NEGATE_FLOAT = 0x26,
SUB_FLOAT = 0x27, ADD_INT = 0x27,
MUL_INT = 0x28, ADD_FLOAT = 0x28,
MUL_FLOAT = 0x29, ADD_STRING = 0x29,
DIV_INT = 0x2A, SUB_INT = 0x2A,
DIV_FLOAT = 0x2B, SUB_FLOAT = 0x2B,
MOD_INT = 0x2C, MUL_INT = 0x2C,
MOD_FLOAT = 0x2D, MUL_FLOAT = 0x2D,
LT_INT = 0x2E, DIV_INT = 0x2E,
LT_FLOAT = 0x2F, DIV_FLOAT = 0x2F,
LTE_INT = 0x30, MOD_INT = 0x30,
LTE_FLOAT = 0x31, MOD_FLOAT = 0x31,
EQ_BOOL = 0x32, LT_INT = 0x32,
EQ_INT = 0x33, LT_FLOAT = 0x33,
EQ_FLOAT = 0x34, LTE_INT = 0x34,
EQ_STRING = 0x35, LTE_FLOAT = 0x35,
EQ_ENTITY_NAME = 0x36, EQ_BOOL = 0x36,
NE_BOOL = 0x37, EQ_INT = 0x37,
NE_INT = 0x38, EQ_FLOAT = 0x38,
NE_FLOAT = 0x39, EQ_STRING = 0x39,
NE_STRING = 0x3A, EQ_ENTITY_NAME = 0x3A,
NE_ENTITY_NAME = 0x3B, EQ_EHANDLE = 0x3B,
GET_CONST_INLINE_STORAGE = 0x3C 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 // Alignment: 4
// Members count: 5 // Members count: 5
@ -131,6 +155,14 @@ namespace CS2Dumper.Schemas {
SoftCancel = 0x2, SoftCancel = 0x2,
HardCancel = 0x3 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 // Parent: CPulseCell_BaseFlow
// Fields count: 1 // Fields count: 1
// //
@ -138,6 +170,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Step_PublicOutput { public static class CPulseCell_Step_PublicOutput {
public const nint m_OutputIndex = 0x48; // PulseRuntimeOutputIndex_t public const nint m_OutputIndex = 0x48; // PulseRuntimeOutputIndex_t
} }
@ -148,6 +181,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
public static class CPulseCell_Val_TestDomainFindEntityByName { public static class CPulseCell_Val_TestDomainFindEntityByName {
} }
@ -166,9 +200,22 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
public static class CPulseCell_Step_TestDomainDestroyFakeEntity { 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 // Parent: None
// Fields count: 1 // Fields count: 1
public static class PulseRuntimeVarIndex_t { public static class PulseRuntimeVarIndex_t {
@ -180,6 +227,11 @@ namespace CS2Dumper.Schemas {
public const nint m_Value = 0x0; // int32 public const nint m_Value = 0x0; // int32
} }
// Parent: None // Parent: None
// Fields count: 1
public static class PulseRuntimeDomainValueIndex_t {
public const nint m_Value = 0x0; // int16
}
// Parent: None
// Fields count: 3 // Fields count: 3
// //
// Metadata: // Metadata:
@ -236,14 +288,12 @@ namespace CS2Dumper.Schemas {
public const nint m_EventOutflow = 0x8; // CPulse_OutflowConnection public const nint m_EventOutflow = 0x8; // CPulse_OutflowConnection
} }
// Parent: None // Parent: None
// Fields count: 3 // Fields count: 4
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulse_OutflowConnection { public static class CPulse_OutflowConnection {
public const nint m_SourceOutflowName = 0x0; // CUtlSymbolLarge public const nint m_SourceOutflowName = 0x0; // CUtlSymbolLarge
public const nint m_nDestChunk = 0x8; // PulseRuntimeChunkIndex_t public const nint m_nDestChunk = 0x8; // PulseRuntimeChunkIndex_t
public const nint m_nInstruction = 0xC; // int32 public const nint m_nInstruction = 0xC; // int32
public const nint m_OutflowRegisterMap = 0x10; // PulseRegisterMap_t
} }
// Parent: None // Parent: None
// Fields count: 1 // Fields count: 1
@ -266,6 +316,14 @@ namespace CS2Dumper.Schemas {
public const nint m_nEditorNodeID = 0x8; // PulseDocNodeID_t public const nint m_nEditorNodeID = 0x8; // PulseDocNodeID_t
} }
// Parent: None // 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 // Fields count: 0
// //
// Metadata: // Metadata:
@ -273,6 +331,18 @@ namespace CS2Dumper.Schemas {
// MPropertyDescription // MPropertyDescription
public static class CPulseTestFuncs_DerivedDomain { 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 // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 1 // Fields count: 1
// //
@ -280,6 +350,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Inflow_Yield { public static class CPulseCell_Inflow_Yield {
public const nint m_UnyieldResume = 0x48; // CPulse_ResumePoint public const nint m_UnyieldResume = 0x48; // CPulse_ResumePoint
} }
@ -290,6 +361,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Inflow_GraphHook { public static class CPulseCell_Inflow_GraphHook {
public const nint m_HookName = 0x70; // CUtlSymbolLarge public const nint m_HookName = 0x70; // CUtlSymbolLarge
} }
@ -300,6 +372,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
// MPulseEditorHeaderIcon // MPulseEditorHeaderIcon
@ -312,8 +385,8 @@ namespace CS2Dumper.Schemas {
// Metadata: // Metadata:
// MPulseLibraryBindings // MPulseLibraryBindings
public static class CTestDomainDerived_Cursor { public static class CTestDomainDerived_Cursor {
public const nint m_nCursorValueA = 0x168; // int32 public const nint m_nCursorValueA = 0xA0; // int32
public const nint m_nCursorValueB = 0x16C; // int32 public const nint m_nCursorValueB = 0xA4; // int32
} }
// Parent: None // Parent: None
// Fields count: 2 // Fields count: 2
@ -331,11 +404,27 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
// MPulseEditorHeaderIcon // MPulseEditorHeaderIcon
public static class CPulseCell_CursorQueue { 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 // Parent: CPulseCell_BaseValue
// Fields count: 0 // Fields count: 0
@ -344,6 +433,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
public static class CPulseCell_Value_TestValue50 { public static class CPulseCell_Value_TestValue50 {
@ -355,8 +445,16 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Test_MultiInflow_WithDefault { public static class CPulseCell_Test_MultiInflow_WithDefault {
} }
// Parent: None
// Fields count: 0
//
// Metadata:
// MGapTypeQueriesForScopeSingleton
public static class CPulseTestGapTypeQueryRegistration {
}
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
// Fields count: 2 // Fields count: 2
// //
@ -364,9 +462,10 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Outflow_StringSwitch { public static class CPulseCell_Outflow_StringSwitch {
public const nint m_DefaultCaseOutflow = 0x48; // CPulse_OutflowConnection 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
@ -375,12 +474,22 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Test_NoInflow { public static class CPulseCell_Test_NoInflow {
} }
// Parent: None // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 1 // Fields count: 4
public static class PulseTestEHandle_t { //
public const nint m_Value = 0x0; // uint32 // 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 // Parent: None
// Fields count: 2 // Fields count: 2
@ -400,9 +509,6 @@ namespace CS2Dumper.Schemas {
} }
// Parent: CPulse_OutflowConnection // Parent: CPulse_OutflowConnection
// Fields count: 0 // Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulse_ResumePoint { public static class CPulse_ResumePoint {
} }
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
@ -412,6 +518,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Outflow_CycleRandom { public static class CPulseCell_Outflow_CycleRandom {
public const nint m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection> public const nint m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
} }
@ -422,10 +529,20 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Inflow_EventHandler { public static class CPulseCell_Inflow_EventHandler {
public const nint m_EventName = 0x70; // CUtlSymbolLarge public const nint m_EventName = 0x70; // CUtlSymbolLarge
} }
// Parent: None // 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 // Fields count: 3
// //
// Metadata: // Metadata:
@ -450,11 +567,12 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Timeline { public static class CPulseCell_Timeline {
public const nint m_TimelineEvents = 0x48; // CUtlVector<CPulseCell_Timeline::TimelineEvent_t> public const nint m_TimelineEvents = 0x48; // CUtlVector<CPulseCell_Timeline::TimelineEvent_t>
public const nint m_bWaitForChildOutflows = 0x60; // bool public const nint m_bWaitForChildOutflows = 0x60; // bool
public const nint m_OnFinished = 0x68; // CPulse_ResumePoint 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 // Parent: None
// Fields count: 4 // Fields count: 4
@ -467,6 +585,33 @@ namespace CS2Dumper.Schemas {
public const nint m_TargetInput = 0x10; // CUtlSymbolLarge public const nint m_TargetInput = 0x10; // CUtlSymbolLarge
public const nint m_Param = 0x18; // 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 // Parent: None
// Fields count: 0 // Fields count: 0
// //
@ -476,15 +621,17 @@ namespace CS2Dumper.Schemas {
public static class FakeEntity_tAPI { public static class FakeEntity_tAPI {
} }
// Parent: CPulseCell_BaseYieldingInflow // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 4 // Fields count: 5
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Step_CallExternalMethod { public static class CPulseCell_Step_CallExternalMethod {
public const nint m_MethodName = 0x48; // CUtlSymbolLarge 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_nAsyncCallMode = 0x68; // PulseMethodCallMode_t
public const nint m_OnFinished = 0x70; // CPulse_ResumePoint public const nint m_OnFinished = 0x70; // CPulse_ResumePoint
} }
@ -493,6 +640,7 @@ namespace CS2Dumper.Schemas {
// //
// Metadata: // Metadata:
// MPulseInstanceDomainInfo // MPulseInstanceDomainInfo
// MPulseDomainHookInfo
// MPulseLibraryBindings // MPulseLibraryBindings
public static class CPulseGraphInstance_TurtleGraphics { public static class CPulseGraphInstance_TurtleGraphics {
} }
@ -504,20 +652,33 @@ namespace CS2Dumper.Schemas {
public static class CPulseCell_BaseFlow { public static class CPulseCell_BaseFlow {
} }
// Parent: None // 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 // Fields count: 1
public static class PulseCursorYieldToken_t { public static class PulseCursorYieldToken_t {
public const nint m_Value = 0x0; // int32 public const nint m_Value = 0x0; // int32
} }
// Parent: None // Parent: None
// Fields count: 7 // Fields count: 5
public static class FakeEntity_t { //
public const nint m_nHandle = 0x0; // PulseTestEHandle_t // Metadata:
public const nint m_Name = 0x8; // CUtlString // MGetKV3ClassDefaults
public const nint m_Class = 0x10; // CUtlString public static class CPulseGraphExecutionHistory {
public const nint m_bDestroyed = 0x18; // bool public const nint m_nInstanceID = 0x0; // PulseGraphInstanceID_t
public const nint m_pAssociatedGraphInstance = 0x20; // CPulseGraphInstance_TestDomain* public const nint m_strFileName = 0x8; // CUtlString
public const nint m_bFuncWasCalled = 0x28; // bool public const nint m_vecHistory = 0x10; // CUtlVector<PulseGraphExecutionHistoryEntry_t*>
public const nint m_fValue = 0x2C; // float32 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 // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 3 // Fields count: 3
@ -526,10 +687,22 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_TestWaitWithCursorState { public static class CPulseCell_TestWaitWithCursorState {
public const nint m_WakeResume = 0x48; // CPulse_ResumePoint public const nint m_WakeResume = 0x48; // CPulse_ResumePoint
public const nint m_WakeCancel = 0x58; // CPulse_ResumePoint public const nint m_WakeCancel = 0x78; // CPulse_ResumePoint
public const nint m_WakeFail = 0x68; // 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
@ -539,7 +712,7 @@ namespace CS2Dumper.Schemas {
public static class CPulseCell_BaseYieldingInflow { public static class CPulseCell_BaseYieldingInflow {
} }
// Parent: None // Parent: None
// Fields count: 11 // Fields count: 12
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -554,7 +727,8 @@ namespace CS2Dumper.Schemas {
public const nint m_nDestInstruction = 0x18; // int32 public const nint m_nDestInstruction = 0x18; // int32
public const nint m_nCallInfoIndex = 0x1C; // PulseRuntimeCallInfoIndex_t public const nint m_nCallInfoIndex = 0x1C; // PulseRuntimeCallInfoIndex_t
public const nint m_nConstIdx = 0x20; // PulseRuntimeConstantIndex_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 // Parent: None
// Fields count: 5 // Fields count: 5
@ -569,7 +743,7 @@ namespace CS2Dumper.Schemas {
public const nint m_nSrcInstruction = 0x30; // int32 public const nint m_nSrcInstruction = 0x30; // int32
} }
// Parent: None // Parent: None
// Fields count: 5 // Fields count: 7
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -579,6 +753,8 @@ namespace CS2Dumper.Schemas {
public const nint m_Type = 0x10; // CPulseValueFullType public const nint m_Type = 0x10; // CPulseValueFullType
public const nint m_DefaultValue = 0x20; // KeyValues3 public const nint m_DefaultValue = 0x20; // KeyValues3
public const nint m_bIsPublic = 0x32; // bool 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 // Parent: CPulseCell_Inflow_BaseEntrypoint
// Fields count: 5 // Fields count: 5
@ -587,27 +763,46 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Inflow_Method { public static class CPulseCell_Inflow_Method {
public const nint m_MethodName = 0x70; // CUtlSymbolLarge public const nint m_MethodName = 0x70; // CUtlSymbolLarge
public const nint m_Description = 0x78; // CUtlString public const nint m_Description = 0x78; // CUtlString
public const nint m_bIsPublic = 0x80; // bool public const nint m_bIsPublic = 0x80; // bool
public const nint m_ReturnType = 0x88; // CPulseValueFullType 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 // Parent: CBasePulseGraphInstance
// Fields count: 6 // Fields count: 6
// //
// Metadata: // Metadata:
// MPulseInstanceDomainInfo // MPulseInstanceDomainInfo
// MPulseDomainHookInfo
// MPulseLibraryBindings // MPulseLibraryBindings
// MPulseDomainOptInFeatureTag // MPulseDomainOptInFeatureTag
public static class CPulseGraphInstance_TestDomain { public static class CPulseGraphInstance_TestDomain {
public const nint m_bIsRunningUnitTests = 0xD8; // bool public const nint m_bIsRunningUnitTests = 0xF8; // bool
public const nint m_bExplicitTimeStepping = 0xD9; // bool public const nint m_bExplicitTimeStepping = 0xF9; // bool
public const nint m_bExpectingToDestroyWithYieldedCursors = 0xDA; // bool public const nint m_bExpectingToDestroyWithYieldedCursors = 0xFA; // bool
public const nint m_nNextValidateIndex = 0xDC; // int32 public const nint m_nNextValidateIndex = 0xFC; // int32
public const nint m_Tracepoints = 0xE0; // CUtlVector<CUtlString> public const nint m_Tracepoints = 0x100; // CUtlVector<CUtlString>
public const nint m_bTestYesOrNoPath = 0xF8; // bool 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 // Parent: CPulseCell_BaseFlow
// Fields count: 1 // Fields count: 1
@ -616,6 +811,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Outflow_CycleShuffled { public static class CPulseCell_Outflow_CycleShuffled {
public const nint m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection> 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 flWaitValue = 0x0; // float32
public const nint bFailOnCancel = 0x4; // bool 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
// //
@ -645,6 +851,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
public static class CPulseCell_Step_TestDomainCreateFakeEntity { public static class CPulseCell_Step_TestDomainCreateFakeEntity {
} }
@ -655,6 +862,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPulseEditorHeaderText // MPulseEditorHeaderText
public static class CPulseCell_Step_TestDomainEntFire { public static class CPulseCell_Step_TestDomainEntFire {
@ -668,14 +876,39 @@ namespace CS2Dumper.Schemas {
// MPropertyDescription // MPropertyDescription
public static class CPulseMathlib { 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 // Parent: CPulseGraphInstance_TestDomain
// Fields count: 1 // Fields count: 1
// //
// Metadata: // Metadata:
// MPulseInstanceDomainInfo // MPulseInstanceDomainInfo
// MPulseDomainHookInfo
// MPulseLibraryBindings // MPulseLibraryBindings
public static class CPulseGraphInstance_TestDomain_Derived { public static class CPulseGraphInstance_TestDomain_Derived {
public const nint m_nInstanceValueX = 0x100; // int32 public const nint m_nInstanceValueX = 0x120; // int32
} }
// Parent: CPulseCell_Inflow_BaseEntrypoint // Parent: CPulseCell_Inflow_BaseEntrypoint
// Fields count: 4 // Fields count: 4
@ -684,6 +917,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Inflow_EntOutputHandler { public static class CPulseCell_Inflow_EntOutputHandler {
public const nint m_SourceEntity = 0x70; // CUtlSymbolLarge public const nint m_SourceEntity = 0x70; // CUtlSymbolLarge
public const nint m_SourceOutput = 0x78; // CUtlSymbolLarge public const nint m_SourceOutput = 0x78; // CUtlSymbolLarge
@ -695,6 +929,14 @@ namespace CS2Dumper.Schemas {
public static class PulseRuntimeConstantIndex_t { public static class PulseRuntimeConstantIndex_t {
public const nint m_Value = 0x0; // int16 public const nint m_Value = 0x0; // int16
} }
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseProvideFeatureTag
// MPulseLibraryBindings
public static class FakeEntityDerivedA_tAPI {
}
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
// //
@ -702,6 +944,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
public static class CPulseCell_Step_TestDomainTracepoint { public static class CPulseCell_Step_TestDomainTracepoint {
} }
@ -710,6 +953,25 @@ namespace CS2Dumper.Schemas {
public static class PulseDocNodeID_t { public static class PulseDocNodeID_t {
public const nint m_Value = 0x0; // int32 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 // Parent: CPulseCell_BaseValue
// Fields count: 0 // Fields count: 0
// //
@ -717,6 +979,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
public static class CPulseCell_Val_TestDomainGetEntityName { public static class CPulseCell_Val_TestDomainGetEntityName {
} }
@ -766,26 +1029,31 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Outflow_IntSwitch { public static class CPulseCell_Outflow_IntSwitch {
public const nint m_DefaultCaseOutflow = 0x48; // CPulse_OutflowConnection 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 // Parent: None
// Fields count: 10 // Fields count: 14
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
public static class CPulseGraphDef { public static class CPulseGraphDef {
public const nint m_DomainIdentifier = 0x8; // CUtlSymbolLarge public const nint m_DomainIdentifier = 0x8; // CUtlSymbolLarge
public const nint m_ParentMapName = 0x10; // CUtlSymbolLarge public const nint m_ParentMapName = 0x10; // CUtlSymbolLarge
public const nint m_Chunks = 0x18; // CUtlVector<CPulse_Chunk*> public const nint m_ParentXmlName = 0x18; // CUtlSymbolLarge
public const nint m_Cells = 0x30; // CUtlVector<CPulseCell_Base*> public const nint m_vecGameBlackboards = 0x20; // CUtlVector<CUtlSymbolLarge>
public const nint m_Vars = 0x48; // CUtlVector<CPulse_Variable> public const nint m_Chunks = 0x38; // CUtlVector<CPulse_Chunk*>
public const nint m_PublicOutputs = 0x60; // CUtlVector<CPulse_PublicOutput> public const nint m_Cells = 0x50; // CUtlVector<CPulseCell_Base*>
public const nint m_InvokeBindings = 0x78; // CUtlVector<CPulse_InvokeBinding*> public const nint m_Vars = 0x68; // CUtlVector<CPulse_Variable>
public const nint m_CallInfos = 0x90; // CUtlVector<CPulse_CallInfo*> public const nint m_PublicOutputs = 0x80; // CUtlVector<CPulse_PublicOutput>
public const nint m_Constants = 0xA8; // CUtlVector<CPulse_Constant> public const nint m_InvokeBindings = 0x98; // CUtlVector<CPulse_InvokeBinding*>
public const nint m_OutputConnections = 0xC0; // CUtlVector<CPulse_OutputConnection*> 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
@ -794,6 +1062,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Test_MultiInflow_NoDefault { public static class CPulseCell_Test_MultiInflow_NoDefault {
} }
// Parent: None // Parent: None
@ -812,12 +1081,13 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
// MPulseEditorHeaderIcon // MPulseEditorHeaderIcon
public static class CPulseCell_WaitForCursorsWithTag { public static class CPulseCell_WaitForCursorsWithTag {
public const nint m_bTagSelfWhenComplete = 0x60; // bool public const nint m_bTagSelfWhenComplete = 0x80; // bool
public const nint m_nDesiredKillPriority = 0x64; // PulseCursorCancelPriority_t public const nint m_nDesiredKillPriority = 0x84; // PulseCursorCancelPriority_t
} }
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
// Fields count: 2 // Fields count: 2
@ -833,18 +1103,13 @@ namespace CS2Dumper.Schemas {
public static class PulseRuntimeCallInfoIndex_t { public static class PulseRuntimeCallInfoIndex_t {
public const nint m_Value = 0x0; // int32 public const nint m_Value = 0x0; // int32
} }
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 2 // Fields count: 1
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain public static class CPulseCell_BaseLerp {
// MPulseCellMethodBindings public const nint m_WakeResume = 0x48; // CPulse_ResumePoint
// MPropertyFriendlyName
// MPropertyDescription
public static class CPulseCell_Outflow_TestExplicitYesNo {
public const nint m_Yes = 0x48; // CPulse_OutflowConnection
public const nint m_No = 0x58; // CPulse_OutflowConnection
} }
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
// Fields count: 2 // Fields count: 2
@ -853,11 +1118,26 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // 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 // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
public static class CPulseCell_Outflow_TestRandomYesNo { public static class CPulseCell_Outflow_TestRandomYesNo {
public const nint m_Yes = 0x48; // CPulse_OutflowConnection 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
@ -866,6 +1146,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Step_DebugLog { public static class CPulseCell_Step_DebugLog {
} }
// Parent: None // Parent: None
@ -880,6 +1161,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Outflow_CycleOrdered { public static class CPulseCell_Outflow_CycleOrdered {
public const nint m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection> public const nint m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
} }
@ -905,6 +1187,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
// MPulseEditorHeaderIcon // MPulseEditorHeaderIcon
@ -916,10 +1199,10 @@ namespace CS2Dumper.Schemas {
// Metadata: // Metadata:
// MPulseLibraryBindings // MPulseLibraryBindings
public static class CPulseTurtleGraphicsCursor { public static class CPulseTurtleGraphicsCursor {
public const nint m_Color = 0x168; // Color public const nint m_Color = 0xA0; // Color
public const nint m_vPos = 0x16C; // Vector2D public const nint m_vPos = 0xA4; // Vector2D
public const nint m_flHeadingDeg = 0x174; // float32 public const nint m_flHeadingDeg = 0xAC; // float32
public const nint m_bPenUp = 0x178; // bool public const nint m_bPenUp = 0xB0; // bool
} }
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once
@ -8,9 +8,19 @@
namespace cs2_dumper { namespace cs2_dumper {
namespace schemas { namespace schemas {
// Module: pulse_system.dll // Module: pulse_system.dll
// Classes count: 85 // Classes count: 108
// Enums count: 7 // Enums count: 9
namespace pulse_system_dll { 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 // Alignment: 4
// Members count: 3 // Members count: 3
enum class PulseTestEnumShape_t : uint32_t { enum class PulseTestEnumShape_t : uint32_t {
@ -25,14 +35,15 @@ namespace cs2_dumper {
ASYNC_FIRE_AND_FORGET = 0x1 ASYNC_FIRE_AND_FORGET = 0x1
}; };
// Alignment: 4 // Alignment: 4
// Members count: 3 // Members count: 4
enum class PulseCursorExecResult_t : uint32_t { enum class PulseCursorExecResult_t : uint32_t {
Succeeded = 0x0, Succeeded = 0x0,
Canceled = 0x1, Canceled = 0x1,
Failed = 0x2 Failed = 0x2,
OngoingNotify = 0x3
}; };
// Alignment: 4 // Alignment: 4
// Members count: 19 // Members count: 20
enum class PulseValueType_t : uint32_t { enum class PulseValueType_t : uint32_t {
PVAL_INVALID = 0xFFFFFFFFFFFFFFFF, PVAL_INVALID = 0xFFFFFFFFFFFFFFFF,
PVAL_BOOL = 0x0, PVAL_BOOL = 0x0,
@ -46,16 +57,17 @@ namespace cs2_dumper {
PVAL_RESOURCE = 0x8, PVAL_RESOURCE = 0x8,
PVAL_SNDEVT_GUID = 0x9, PVAL_SNDEVT_GUID = 0x9,
PVAL_ENTITY_NAME = 0xA, PVAL_ENTITY_NAME = 0xA,
PVAL_SCHEMA_PTR = 0xB, PVAL_OPAQUE_HANDLE = 0xB,
PVAL_TYPESAFE_INT = 0xC, PVAL_TYPESAFE_INT = 0xC,
PVAL_CURSOR_FLOW = 0xD, PVAL_CURSOR_FLOW = 0xD,
PVAL_ANY = 0xE, PVAL_ANY = 0xE,
PVAL_SCHEMA_ENUM = 0xF, PVAL_SCHEMA_ENUM = 0xF,
PVAL_PANORAMA_PANEL_HANDLE = 0x10, PVAL_PANORAMA_PANEL_HANDLE = 0x10,
PVAL_COUNT = 0x11 PVAL_TEST_HANDLE = 0x11,
PVAL_COUNT = 0x12
}; };
// Alignment: 2 // Alignment: 2
// Members count: 61 // Members count: 73
enum class PulseInstructionCode_t : uint16_t { enum class PulseInstructionCode_t : uint16_t {
INVALID = 0x0, INVALID = 0x0,
IMMEDIATE_HALT = 0x1, IMMEDIATE_HALT = 0x1,
@ -73,7 +85,7 @@ namespace cs2_dumper {
SET_VAR = 0xD, SET_VAR = 0xD,
GET_VAR = 0xE, GET_VAR = 0xE,
GET_CONST = 0xF, GET_CONST = 0xF,
SET_REGISTER_DOMAIN_VALUE = 0x10, GET_DOMAIN_VALUE = 0x10,
COPY = 0x11, COPY = 0x11,
NOT = 0x12, NOT = 0x12,
NEGATE = 0x13, NEGATE = 0x13,
@ -89,35 +101,47 @@ namespace cs2_dumper {
AND = 0x1D, AND = 0x1D,
OR = 0x1E, OR = 0x1E,
CONVERT_VALUE = 0x1F, CONVERT_VALUE = 0x1F,
LAST_SERIALIZED_CODE = 0x20, REINTERPRET_INSTANCE = 0x20,
NEGATE_INT = 0x21, GET_BLACKBOARD_REFERENCE = 0x21,
NEGATE_FLOAT = 0x22, SET_BLACKBOARD_REFERENCE = 0x22,
ADD_INT = 0x23, REQUIREMENT_RESULT = 0x23,
ADD_FLOAT = 0x24, LAST_SERIALIZED_CODE = 0x24,
ADD_STRING = 0x25, NEGATE_INT = 0x25,
SUB_INT = 0x26, NEGATE_FLOAT = 0x26,
SUB_FLOAT = 0x27, ADD_INT = 0x27,
MUL_INT = 0x28, ADD_FLOAT = 0x28,
MUL_FLOAT = 0x29, ADD_STRING = 0x29,
DIV_INT = 0x2A, SUB_INT = 0x2A,
DIV_FLOAT = 0x2B, SUB_FLOAT = 0x2B,
MOD_INT = 0x2C, MUL_INT = 0x2C,
MOD_FLOAT = 0x2D, MUL_FLOAT = 0x2D,
LT_INT = 0x2E, DIV_INT = 0x2E,
LT_FLOAT = 0x2F, DIV_FLOAT = 0x2F,
LTE_INT = 0x30, MOD_INT = 0x30,
LTE_FLOAT = 0x31, MOD_FLOAT = 0x31,
EQ_BOOL = 0x32, LT_INT = 0x32,
EQ_INT = 0x33, LT_FLOAT = 0x33,
EQ_FLOAT = 0x34, LTE_INT = 0x34,
EQ_STRING = 0x35, LTE_FLOAT = 0x35,
EQ_ENTITY_NAME = 0x36, EQ_BOOL = 0x36,
NE_BOOL = 0x37, EQ_INT = 0x37,
NE_INT = 0x38, EQ_FLOAT = 0x38,
NE_FLOAT = 0x39, EQ_STRING = 0x39,
NE_STRING = 0x3A, EQ_ENTITY_NAME = 0x3A,
NE_ENTITY_NAME = 0x3B, EQ_EHANDLE = 0x3B,
GET_CONST_INLINE_STORAGE = 0x3C 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 // Alignment: 4
// Members count: 5 // Members count: 5
@ -136,6 +160,14 @@ namespace cs2_dumper {
SoftCancel = 0x2, SoftCancel = 0x2,
HardCancel = 0x3 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 // Parent: CPulseCell_BaseFlow
// Fields count: 1 // Fields count: 1
// //
@ -143,6 +175,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Step_PublicOutput { namespace CPulseCell_Step_PublicOutput {
constexpr std::ptrdiff_t m_OutputIndex = 0x48; // PulseRuntimeOutputIndex_t constexpr std::ptrdiff_t m_OutputIndex = 0x48; // PulseRuntimeOutputIndex_t
} }
@ -153,6 +186,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
namespace CPulseCell_Val_TestDomainFindEntityByName { namespace CPulseCell_Val_TestDomainFindEntityByName {
} }
@ -171,9 +205,22 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
namespace CPulseCell_Step_TestDomainDestroyFakeEntity { 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 // Parent: None
// Fields count: 1 // Fields count: 1
namespace PulseRuntimeVarIndex_t { namespace PulseRuntimeVarIndex_t {
@ -185,6 +232,11 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_Value = 0x0; // int32 constexpr std::ptrdiff_t m_Value = 0x0; // int32
} }
// Parent: None // Parent: None
// Fields count: 1
namespace PulseRuntimeDomainValueIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0; // int16
}
// Parent: None
// Fields count: 3 // Fields count: 3
// //
// Metadata: // Metadata:
@ -241,14 +293,12 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_EventOutflow = 0x8; // CPulse_OutflowConnection constexpr std::ptrdiff_t m_EventOutflow = 0x8; // CPulse_OutflowConnection
} }
// Parent: None // Parent: None
// Fields count: 3 // Fields count: 4
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_OutflowConnection { namespace CPulse_OutflowConnection {
constexpr std::ptrdiff_t m_SourceOutflowName = 0x0; // CUtlSymbolLarge constexpr std::ptrdiff_t m_SourceOutflowName = 0x0; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_nDestChunk = 0x8; // PulseRuntimeChunkIndex_t constexpr std::ptrdiff_t m_nDestChunk = 0x8; // PulseRuntimeChunkIndex_t
constexpr std::ptrdiff_t m_nInstruction = 0xC; // int32 constexpr std::ptrdiff_t m_nInstruction = 0xC; // int32
constexpr std::ptrdiff_t m_OutflowRegisterMap = 0x10; // PulseRegisterMap_t
} }
// Parent: None // Parent: None
// Fields count: 1 // Fields count: 1
@ -271,6 +321,14 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_nEditorNodeID = 0x8; // PulseDocNodeID_t constexpr std::ptrdiff_t m_nEditorNodeID = 0x8; // PulseDocNodeID_t
} }
// Parent: None // 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 // Fields count: 0
// //
// Metadata: // Metadata:
@ -278,6 +336,18 @@ namespace cs2_dumper {
// MPropertyDescription // MPropertyDescription
namespace CPulseTestFuncs_DerivedDomain { 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 // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 1 // Fields count: 1
// //
@ -285,6 +355,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Inflow_Yield { namespace CPulseCell_Inflow_Yield {
constexpr std::ptrdiff_t m_UnyieldResume = 0x48; // CPulse_ResumePoint constexpr std::ptrdiff_t m_UnyieldResume = 0x48; // CPulse_ResumePoint
} }
@ -295,6 +366,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Inflow_GraphHook { namespace CPulseCell_Inflow_GraphHook {
constexpr std::ptrdiff_t m_HookName = 0x70; // CUtlSymbolLarge constexpr std::ptrdiff_t m_HookName = 0x70; // CUtlSymbolLarge
} }
@ -305,6 +377,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
// MPulseEditorHeaderIcon // MPulseEditorHeaderIcon
@ -317,8 +390,8 @@ namespace cs2_dumper {
// Metadata: // Metadata:
// MPulseLibraryBindings // MPulseLibraryBindings
namespace CTestDomainDerived_Cursor { namespace CTestDomainDerived_Cursor {
constexpr std::ptrdiff_t m_nCursorValueA = 0x168; // int32 constexpr std::ptrdiff_t m_nCursorValueA = 0xA0; // int32
constexpr std::ptrdiff_t m_nCursorValueB = 0x16C; // int32 constexpr std::ptrdiff_t m_nCursorValueB = 0xA4; // int32
} }
// Parent: None // Parent: None
// Fields count: 2 // Fields count: 2
@ -336,11 +409,27 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
// MPulseEditorHeaderIcon // MPulseEditorHeaderIcon
namespace CPulseCell_CursorQueue { 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 // Parent: CPulseCell_BaseValue
// Fields count: 0 // Fields count: 0
@ -349,6 +438,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
namespace CPulseCell_Value_TestValue50 { namespace CPulseCell_Value_TestValue50 {
@ -360,8 +450,16 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Test_MultiInflow_WithDefault { namespace CPulseCell_Test_MultiInflow_WithDefault {
} }
// Parent: None
// Fields count: 0
//
// Metadata:
// MGapTypeQueriesForScopeSingleton
namespace CPulseTestGapTypeQueryRegistration {
}
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
// Fields count: 2 // Fields count: 2
// //
@ -369,9 +467,10 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Outflow_StringSwitch { namespace CPulseCell_Outflow_StringSwitch {
constexpr std::ptrdiff_t m_DefaultCaseOutflow = 0x48; // CPulse_OutflowConnection 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
@ -380,12 +479,22 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Test_NoInflow { namespace CPulseCell_Test_NoInflow {
} }
// Parent: None // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 1 // Fields count: 4
namespace PulseTestEHandle_t { //
constexpr std::ptrdiff_t m_Value = 0x0; // uint32 // 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 // Parent: None
// Fields count: 2 // Fields count: 2
@ -405,9 +514,6 @@ namespace cs2_dumper {
} }
// Parent: CPulse_OutflowConnection // Parent: CPulse_OutflowConnection
// Fields count: 0 // Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_ResumePoint { namespace CPulse_ResumePoint {
} }
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
@ -417,6 +523,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Outflow_CycleRandom { namespace CPulseCell_Outflow_CycleRandom {
constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection> constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
} }
@ -427,10 +534,20 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Inflow_EventHandler { namespace CPulseCell_Inflow_EventHandler {
constexpr std::ptrdiff_t m_EventName = 0x70; // CUtlSymbolLarge constexpr std::ptrdiff_t m_EventName = 0x70; // CUtlSymbolLarge
} }
// Parent: None // 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 // Fields count: 3
// //
// Metadata: // Metadata:
@ -455,11 +572,12 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Timeline { namespace CPulseCell_Timeline {
constexpr std::ptrdiff_t m_TimelineEvents = 0x48; // CUtlVector<CPulseCell_Timeline::TimelineEvent_t> 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_bWaitForChildOutflows = 0x60; // bool
constexpr std::ptrdiff_t m_OnFinished = 0x68; // CPulse_ResumePoint 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 // Parent: None
// Fields count: 4 // Fields count: 4
@ -472,6 +590,33 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_TargetInput = 0x10; // CUtlSymbolLarge constexpr std::ptrdiff_t m_TargetInput = 0x10; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_Param = 0x18; // 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 // Parent: None
// Fields count: 0 // Fields count: 0
// //
@ -481,15 +626,17 @@ namespace cs2_dumper {
namespace FakeEntity_tAPI { namespace FakeEntity_tAPI {
} }
// Parent: CPulseCell_BaseYieldingInflow // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 4 // Fields count: 5
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Step_CallExternalMethod { namespace CPulseCell_Step_CallExternalMethod {
constexpr std::ptrdiff_t m_MethodName = 0x48; // CUtlSymbolLarge 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_nAsyncCallMode = 0x68; // PulseMethodCallMode_t
constexpr std::ptrdiff_t m_OnFinished = 0x70; // CPulse_ResumePoint constexpr std::ptrdiff_t m_OnFinished = 0x70; // CPulse_ResumePoint
} }
@ -498,6 +645,7 @@ namespace cs2_dumper {
// //
// Metadata: // Metadata:
// MPulseInstanceDomainInfo // MPulseInstanceDomainInfo
// MPulseDomainHookInfo
// MPulseLibraryBindings // MPulseLibraryBindings
namespace CPulseGraphInstance_TurtleGraphics { namespace CPulseGraphInstance_TurtleGraphics {
} }
@ -509,20 +657,33 @@ namespace cs2_dumper {
namespace CPulseCell_BaseFlow { namespace CPulseCell_BaseFlow {
} }
// Parent: None // 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 // Fields count: 1
namespace PulseCursorYieldToken_t { namespace PulseCursorYieldToken_t {
constexpr std::ptrdiff_t m_Value = 0x0; // int32 constexpr std::ptrdiff_t m_Value = 0x0; // int32
} }
// Parent: None // Parent: None
// Fields count: 7 // Fields count: 5
namespace FakeEntity_t { //
constexpr std::ptrdiff_t m_nHandle = 0x0; // PulseTestEHandle_t // Metadata:
constexpr std::ptrdiff_t m_Name = 0x8; // CUtlString // MGetKV3ClassDefaults
constexpr std::ptrdiff_t m_Class = 0x10; // CUtlString namespace CPulseGraphExecutionHistory {
constexpr std::ptrdiff_t m_bDestroyed = 0x18; // bool constexpr std::ptrdiff_t m_nInstanceID = 0x0; // PulseGraphInstanceID_t
constexpr std::ptrdiff_t m_pAssociatedGraphInstance = 0x20; // CPulseGraphInstance_TestDomain* constexpr std::ptrdiff_t m_strFileName = 0x8; // CUtlString
constexpr std::ptrdiff_t m_bFuncWasCalled = 0x28; // bool constexpr std::ptrdiff_t m_vecHistory = 0x10; // CUtlVector<PulseGraphExecutionHistoryEntry_t*>
constexpr std::ptrdiff_t m_fValue = 0x2C; // float32 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 // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 3 // Fields count: 3
@ -531,10 +692,22 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_TestWaitWithCursorState { namespace CPulseCell_TestWaitWithCursorState {
constexpr std::ptrdiff_t m_WakeResume = 0x48; // CPulse_ResumePoint constexpr std::ptrdiff_t m_WakeResume = 0x48; // CPulse_ResumePoint
constexpr std::ptrdiff_t m_WakeCancel = 0x58; // CPulse_ResumePoint constexpr std::ptrdiff_t m_WakeCancel = 0x78; // CPulse_ResumePoint
constexpr std::ptrdiff_t m_WakeFail = 0x68; // 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
@ -544,7 +717,7 @@ namespace cs2_dumper {
namespace CPulseCell_BaseYieldingInflow { namespace CPulseCell_BaseYieldingInflow {
} }
// Parent: None // Parent: None
// Fields count: 11 // Fields count: 12
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -559,7 +732,8 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_nDestInstruction = 0x18; // int32 constexpr std::ptrdiff_t m_nDestInstruction = 0x18; // int32
constexpr std::ptrdiff_t m_nCallInfoIndex = 0x1C; // PulseRuntimeCallInfoIndex_t constexpr std::ptrdiff_t m_nCallInfoIndex = 0x1C; // PulseRuntimeCallInfoIndex_t
constexpr std::ptrdiff_t m_nConstIdx = 0x20; // PulseRuntimeConstantIndex_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 // Parent: None
// Fields count: 5 // Fields count: 5
@ -574,7 +748,7 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_nSrcInstruction = 0x30; // int32 constexpr std::ptrdiff_t m_nSrcInstruction = 0x30; // int32
} }
// Parent: None // Parent: None
// Fields count: 5 // Fields count: 7
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -584,6 +758,8 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_Type = 0x10; // CPulseValueFullType constexpr std::ptrdiff_t m_Type = 0x10; // CPulseValueFullType
constexpr std::ptrdiff_t m_DefaultValue = 0x20; // KeyValues3 constexpr std::ptrdiff_t m_DefaultValue = 0x20; // KeyValues3
constexpr std::ptrdiff_t m_bIsPublic = 0x32; // bool 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 // Parent: CPulseCell_Inflow_BaseEntrypoint
// Fields count: 5 // Fields count: 5
@ -592,27 +768,46 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Inflow_Method { namespace CPulseCell_Inflow_Method {
constexpr std::ptrdiff_t m_MethodName = 0x70; // CUtlSymbolLarge constexpr std::ptrdiff_t m_MethodName = 0x70; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_Description = 0x78; // CUtlString constexpr std::ptrdiff_t m_Description = 0x78; // CUtlString
constexpr std::ptrdiff_t m_bIsPublic = 0x80; // bool constexpr std::ptrdiff_t m_bIsPublic = 0x80; // bool
constexpr std::ptrdiff_t m_ReturnType = 0x88; // CPulseValueFullType 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 // Parent: CBasePulseGraphInstance
// Fields count: 6 // Fields count: 6
// //
// Metadata: // Metadata:
// MPulseInstanceDomainInfo // MPulseInstanceDomainInfo
// MPulseDomainHookInfo
// MPulseLibraryBindings // MPulseLibraryBindings
// MPulseDomainOptInFeatureTag // MPulseDomainOptInFeatureTag
namespace CPulseGraphInstance_TestDomain { namespace CPulseGraphInstance_TestDomain {
constexpr std::ptrdiff_t m_bIsRunningUnitTests = 0xD8; // bool constexpr std::ptrdiff_t m_bIsRunningUnitTests = 0xF8; // bool
constexpr std::ptrdiff_t m_bExplicitTimeStepping = 0xD9; // bool constexpr std::ptrdiff_t m_bExplicitTimeStepping = 0xF9; // bool
constexpr std::ptrdiff_t m_bExpectingToDestroyWithYieldedCursors = 0xDA; // bool constexpr std::ptrdiff_t m_bExpectingToDestroyWithYieldedCursors = 0xFA; // bool
constexpr std::ptrdiff_t m_nNextValidateIndex = 0xDC; // int32 constexpr std::ptrdiff_t m_nNextValidateIndex = 0xFC; // int32
constexpr std::ptrdiff_t m_Tracepoints = 0xE0; // CUtlVector<CUtlString> constexpr std::ptrdiff_t m_Tracepoints = 0x100; // CUtlVector<CUtlString>
constexpr std::ptrdiff_t m_bTestYesOrNoPath = 0xF8; // bool 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 // Parent: CPulseCell_BaseFlow
// Fields count: 1 // Fields count: 1
@ -621,6 +816,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Outflow_CycleShuffled { namespace CPulseCell_Outflow_CycleShuffled {
constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection> 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 flWaitValue = 0x0; // float32
constexpr std::ptrdiff_t bFailOnCancel = 0x4; // bool 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
// //
@ -650,6 +856,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
namespace CPulseCell_Step_TestDomainCreateFakeEntity { namespace CPulseCell_Step_TestDomainCreateFakeEntity {
} }
@ -660,6 +867,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPulseEditorHeaderText // MPulseEditorHeaderText
namespace CPulseCell_Step_TestDomainEntFire { namespace CPulseCell_Step_TestDomainEntFire {
@ -673,14 +881,39 @@ namespace cs2_dumper {
// MPropertyDescription // MPropertyDescription
namespace CPulseMathlib { 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 // Parent: CPulseGraphInstance_TestDomain
// Fields count: 1 // Fields count: 1
// //
// Metadata: // Metadata:
// MPulseInstanceDomainInfo // MPulseInstanceDomainInfo
// MPulseDomainHookInfo
// MPulseLibraryBindings // MPulseLibraryBindings
namespace CPulseGraphInstance_TestDomain_Derived { namespace CPulseGraphInstance_TestDomain_Derived {
constexpr std::ptrdiff_t m_nInstanceValueX = 0x100; // int32 constexpr std::ptrdiff_t m_nInstanceValueX = 0x120; // int32
} }
// Parent: CPulseCell_Inflow_BaseEntrypoint // Parent: CPulseCell_Inflow_BaseEntrypoint
// Fields count: 4 // Fields count: 4
@ -689,6 +922,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Inflow_EntOutputHandler { namespace CPulseCell_Inflow_EntOutputHandler {
constexpr std::ptrdiff_t m_SourceEntity = 0x70; // CUtlSymbolLarge constexpr std::ptrdiff_t m_SourceEntity = 0x70; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_SourceOutput = 0x78; // CUtlSymbolLarge constexpr std::ptrdiff_t m_SourceOutput = 0x78; // CUtlSymbolLarge
@ -700,6 +934,14 @@ namespace cs2_dumper {
namespace PulseRuntimeConstantIndex_t { namespace PulseRuntimeConstantIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0; // int16 constexpr std::ptrdiff_t m_Value = 0x0; // int16
} }
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseProvideFeatureTag
// MPulseLibraryBindings
namespace FakeEntityDerivedA_tAPI {
}
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
// //
@ -707,6 +949,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
namespace CPulseCell_Step_TestDomainTracepoint { namespace CPulseCell_Step_TestDomainTracepoint {
} }
@ -715,6 +958,25 @@ namespace cs2_dumper {
namespace PulseDocNodeID_t { namespace PulseDocNodeID_t {
constexpr std::ptrdiff_t m_Value = 0x0; // int32 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 // Parent: CPulseCell_BaseValue
// Fields count: 0 // Fields count: 0
// //
@ -722,6 +984,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
namespace CPulseCell_Val_TestDomainGetEntityName { namespace CPulseCell_Val_TestDomainGetEntityName {
} }
@ -771,26 +1034,31 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Outflow_IntSwitch { namespace CPulseCell_Outflow_IntSwitch {
constexpr std::ptrdiff_t m_DefaultCaseOutflow = 0x48; // CPulse_OutflowConnection 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 // Parent: None
// Fields count: 10 // Fields count: 14
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
namespace CPulseGraphDef { namespace CPulseGraphDef {
constexpr std::ptrdiff_t m_DomainIdentifier = 0x8; // CUtlSymbolLarge constexpr std::ptrdiff_t m_DomainIdentifier = 0x8; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_ParentMapName = 0x10; // CUtlSymbolLarge constexpr std::ptrdiff_t m_ParentMapName = 0x10; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_Chunks = 0x18; // CUtlVector<CPulse_Chunk*> constexpr std::ptrdiff_t m_ParentXmlName = 0x18; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_Cells = 0x30; // CUtlVector<CPulseCell_Base*> constexpr std::ptrdiff_t m_vecGameBlackboards = 0x20; // CUtlVector<CUtlSymbolLarge>
constexpr std::ptrdiff_t m_Vars = 0x48; // CUtlVector<CPulse_Variable> constexpr std::ptrdiff_t m_Chunks = 0x38; // CUtlVector<CPulse_Chunk*>
constexpr std::ptrdiff_t m_PublicOutputs = 0x60; // CUtlVector<CPulse_PublicOutput> constexpr std::ptrdiff_t m_Cells = 0x50; // CUtlVector<CPulseCell_Base*>
constexpr std::ptrdiff_t m_InvokeBindings = 0x78; // CUtlVector<CPulse_InvokeBinding*> constexpr std::ptrdiff_t m_Vars = 0x68; // CUtlVector<CPulse_Variable>
constexpr std::ptrdiff_t m_CallInfos = 0x90; // CUtlVector<CPulse_CallInfo*> constexpr std::ptrdiff_t m_PublicOutputs = 0x80; // CUtlVector<CPulse_PublicOutput>
constexpr std::ptrdiff_t m_Constants = 0xA8; // CUtlVector<CPulse_Constant> constexpr std::ptrdiff_t m_InvokeBindings = 0x98; // CUtlVector<CPulse_InvokeBinding*>
constexpr std::ptrdiff_t m_OutputConnections = 0xC0; // CUtlVector<CPulse_OutputConnection*> 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
@ -799,6 +1067,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Test_MultiInflow_NoDefault { namespace CPulseCell_Test_MultiInflow_NoDefault {
} }
// Parent: None // Parent: None
@ -817,12 +1086,13 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
// MPulseEditorHeaderIcon // MPulseEditorHeaderIcon
namespace CPulseCell_WaitForCursorsWithTag { namespace CPulseCell_WaitForCursorsWithTag {
constexpr std::ptrdiff_t m_bTagSelfWhenComplete = 0x60; // bool constexpr std::ptrdiff_t m_bTagSelfWhenComplete = 0x80; // bool
constexpr std::ptrdiff_t m_nDesiredKillPriority = 0x64; // PulseCursorCancelPriority_t constexpr std::ptrdiff_t m_nDesiredKillPriority = 0x84; // PulseCursorCancelPriority_t
} }
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
// Fields count: 2 // Fields count: 2
@ -838,18 +1108,13 @@ namespace cs2_dumper {
namespace PulseRuntimeCallInfoIndex_t { namespace PulseRuntimeCallInfoIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0; // int32 constexpr std::ptrdiff_t m_Value = 0x0; // int32
} }
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 2 // Fields count: 1
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain namespace CPulseCell_BaseLerp {
// MPulseCellMethodBindings constexpr std::ptrdiff_t m_WakeResume = 0x48; // CPulse_ResumePoint
// MPropertyFriendlyName
// MPropertyDescription
namespace CPulseCell_Outflow_TestExplicitYesNo {
constexpr std::ptrdiff_t m_Yes = 0x48; // CPulse_OutflowConnection
constexpr std::ptrdiff_t m_No = 0x58; // CPulse_OutflowConnection
} }
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
// Fields count: 2 // Fields count: 2
@ -858,11 +1123,26 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // 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 // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
namespace CPulseCell_Outflow_TestRandomYesNo { namespace CPulseCell_Outflow_TestRandomYesNo {
constexpr std::ptrdiff_t m_Yes = 0x48; // CPulse_OutflowConnection 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
@ -871,6 +1151,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Step_DebugLog { namespace CPulseCell_Step_DebugLog {
} }
// Parent: None // Parent: None
@ -885,6 +1166,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Outflow_CycleOrdered { namespace CPulseCell_Outflow_CycleOrdered {
constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection> constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
} }
@ -910,6 +1192,7 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
// MPulseEditorHeaderIcon // MPulseEditorHeaderIcon
@ -921,10 +1204,10 @@ namespace cs2_dumper {
// Metadata: // Metadata:
// MPulseLibraryBindings // MPulseLibraryBindings
namespace CPulseTurtleGraphicsCursor { namespace CPulseTurtleGraphicsCursor {
constexpr std::ptrdiff_t m_Color = 0x168; // Color constexpr std::ptrdiff_t m_Color = 0xA0; // Color
constexpr std::ptrdiff_t m_vPos = 0x16C; // Vector2D constexpr std::ptrdiff_t m_vPos = 0xA4; // Vector2D
constexpr std::ptrdiff_t m_flHeadingDeg = 0x174; // float32 constexpr std::ptrdiff_t m_flHeadingDeg = 0xAC; // float32
constexpr std::ptrdiff_t m_bPenUp = 0x178; // bool constexpr std::ptrdiff_t m_bPenUp = 0xB0; // bool
} }
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,25 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
pub mod cs2_dumper { pub mod cs2_dumper {
pub mod schemas { pub mod schemas {
// Module: pulse_system.dll // Module: pulse_system.dll
// Classes count: 85 // Classes count: 108
// Enums count: 7 // Enums count: 9
pub mod pulse_system_dll { 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 // Alignment: 4
// Members count: 3 // Members count: 3
#[repr(u32)] #[repr(u32)]
@ -25,15 +36,16 @@ pub mod cs2_dumper {
ASYNC_FIRE_AND_FORGET = 0x1 ASYNC_FIRE_AND_FORGET = 0x1
} }
// Alignment: 4 // Alignment: 4
// Members count: 3 // Members count: 4
#[repr(u32)] #[repr(u32)]
pub enum PulseCursorExecResult_t { pub enum PulseCursorExecResult_t {
Succeeded = 0x0, Succeeded = 0x0,
Canceled = 0x1, Canceled = 0x1,
Failed = 0x2 Failed = 0x2,
OngoingNotify = 0x3
} }
// Alignment: 4 // Alignment: 4
// Members count: 19 // Members count: 20
#[repr(u32)] #[repr(u32)]
pub enum PulseValueType_t { pub enum PulseValueType_t {
PVAL_INVALID = u32::MAX, PVAL_INVALID = u32::MAX,
@ -48,16 +60,17 @@ pub mod cs2_dumper {
PVAL_RESOURCE = 0x8, PVAL_RESOURCE = 0x8,
PVAL_SNDEVT_GUID = 0x9, PVAL_SNDEVT_GUID = 0x9,
PVAL_ENTITY_NAME = 0xA, PVAL_ENTITY_NAME = 0xA,
PVAL_SCHEMA_PTR = 0xB, PVAL_OPAQUE_HANDLE = 0xB,
PVAL_TYPESAFE_INT = 0xC, PVAL_TYPESAFE_INT = 0xC,
PVAL_CURSOR_FLOW = 0xD, PVAL_CURSOR_FLOW = 0xD,
PVAL_ANY = 0xE, PVAL_ANY = 0xE,
PVAL_SCHEMA_ENUM = 0xF, PVAL_SCHEMA_ENUM = 0xF,
PVAL_PANORAMA_PANEL_HANDLE = 0x10, PVAL_PANORAMA_PANEL_HANDLE = 0x10,
PVAL_COUNT = 0x11 PVAL_TEST_HANDLE = 0x11,
PVAL_COUNT = 0x12
} }
// Alignment: 2 // Alignment: 2
// Members count: 61 // Members count: 73
#[repr(u16)] #[repr(u16)]
pub enum PulseInstructionCode_t { pub enum PulseInstructionCode_t {
INVALID = 0x0, INVALID = 0x0,
@ -76,7 +89,7 @@ pub mod cs2_dumper {
SET_VAR = 0xD, SET_VAR = 0xD,
GET_VAR = 0xE, GET_VAR = 0xE,
GET_CONST = 0xF, GET_CONST = 0xF,
SET_REGISTER_DOMAIN_VALUE = 0x10, GET_DOMAIN_VALUE = 0x10,
COPY = 0x11, COPY = 0x11,
NOT = 0x12, NOT = 0x12,
NEGATE = 0x13, NEGATE = 0x13,
@ -92,35 +105,47 @@ pub mod cs2_dumper {
AND = 0x1D, AND = 0x1D,
OR = 0x1E, OR = 0x1E,
CONVERT_VALUE = 0x1F, CONVERT_VALUE = 0x1F,
LAST_SERIALIZED_CODE = 0x20, REINTERPRET_INSTANCE = 0x20,
NEGATE_INT = 0x21, GET_BLACKBOARD_REFERENCE = 0x21,
NEGATE_FLOAT = 0x22, SET_BLACKBOARD_REFERENCE = 0x22,
ADD_INT = 0x23, REQUIREMENT_RESULT = 0x23,
ADD_FLOAT = 0x24, LAST_SERIALIZED_CODE = 0x24,
ADD_STRING = 0x25, NEGATE_INT = 0x25,
SUB_INT = 0x26, NEGATE_FLOAT = 0x26,
SUB_FLOAT = 0x27, ADD_INT = 0x27,
MUL_INT = 0x28, ADD_FLOAT = 0x28,
MUL_FLOAT = 0x29, ADD_STRING = 0x29,
DIV_INT = 0x2A, SUB_INT = 0x2A,
DIV_FLOAT = 0x2B, SUB_FLOAT = 0x2B,
MOD_INT = 0x2C, MUL_INT = 0x2C,
MOD_FLOAT = 0x2D, MUL_FLOAT = 0x2D,
LT_INT = 0x2E, DIV_INT = 0x2E,
LT_FLOAT = 0x2F, DIV_FLOAT = 0x2F,
LTE_INT = 0x30, MOD_INT = 0x30,
LTE_FLOAT = 0x31, MOD_FLOAT = 0x31,
EQ_BOOL = 0x32, LT_INT = 0x32,
EQ_INT = 0x33, LT_FLOAT = 0x33,
EQ_FLOAT = 0x34, LTE_INT = 0x34,
EQ_STRING = 0x35, LTE_FLOAT = 0x35,
EQ_ENTITY_NAME = 0x36, EQ_BOOL = 0x36,
NE_BOOL = 0x37, EQ_INT = 0x37,
NE_INT = 0x38, EQ_FLOAT = 0x38,
NE_FLOAT = 0x39, EQ_STRING = 0x39,
NE_STRING = 0x3A, EQ_ENTITY_NAME = 0x3A,
NE_ENTITY_NAME = 0x3B, EQ_EHANDLE = 0x3B,
GET_CONST_INLINE_STORAGE = 0x3C 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 // Alignment: 4
// Members count: 5 // Members count: 5
@ -141,6 +166,15 @@ pub mod cs2_dumper {
SoftCancel = 0x2, SoftCancel = 0x2,
HardCancel = 0x3 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 // Parent: CPulseCell_BaseFlow
// Fields count: 1 // Fields count: 1
// //
@ -148,6 +182,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Step_PublicOutput { pub mod CPulseCell_Step_PublicOutput {
pub const m_OutputIndex: usize = 0x48; // PulseRuntimeOutputIndex_t pub const m_OutputIndex: usize = 0x48; // PulseRuntimeOutputIndex_t
} }
@ -158,6 +193,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
pub mod CPulseCell_Val_TestDomainFindEntityByName { pub mod CPulseCell_Val_TestDomainFindEntityByName {
} }
@ -176,9 +212,22 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
pub mod CPulseCell_Step_TestDomainDestroyFakeEntity { 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 // Parent: None
// Fields count: 1 // Fields count: 1
pub mod PulseRuntimeVarIndex_t { pub mod PulseRuntimeVarIndex_t {
@ -190,6 +239,11 @@ pub mod cs2_dumper {
pub const m_Value: usize = 0x0; // int32 pub const m_Value: usize = 0x0; // int32
} }
// Parent: None // Parent: None
// Fields count: 1
pub mod PulseRuntimeDomainValueIndex_t {
pub const m_Value: usize = 0x0; // int16
}
// Parent: None
// Fields count: 3 // Fields count: 3
// //
// Metadata: // Metadata:
@ -246,14 +300,12 @@ pub mod cs2_dumper {
pub const m_EventOutflow: usize = 0x8; // CPulse_OutflowConnection pub const m_EventOutflow: usize = 0x8; // CPulse_OutflowConnection
} }
// Parent: None // Parent: None
// Fields count: 3 // Fields count: 4
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulse_OutflowConnection { pub mod CPulse_OutflowConnection {
pub const m_SourceOutflowName: usize = 0x0; // CUtlSymbolLarge pub const m_SourceOutflowName: usize = 0x0; // CUtlSymbolLarge
pub const m_nDestChunk: usize = 0x8; // PulseRuntimeChunkIndex_t pub const m_nDestChunk: usize = 0x8; // PulseRuntimeChunkIndex_t
pub const m_nInstruction: usize = 0xC; // int32 pub const m_nInstruction: usize = 0xC; // int32
pub const m_OutflowRegisterMap: usize = 0x10; // PulseRegisterMap_t
} }
// Parent: None // Parent: None
// Fields count: 1 // Fields count: 1
@ -276,6 +328,14 @@ pub mod cs2_dumper {
pub const m_nEditorNodeID: usize = 0x8; // PulseDocNodeID_t pub const m_nEditorNodeID: usize = 0x8; // PulseDocNodeID_t
} }
// Parent: None // 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 // Fields count: 0
// //
// Metadata: // Metadata:
@ -283,6 +343,18 @@ pub mod cs2_dumper {
// MPropertyDescription // MPropertyDescription
pub mod CPulseTestFuncs_DerivedDomain { 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 // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 1 // Fields count: 1
// //
@ -290,6 +362,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Inflow_Yield { pub mod CPulseCell_Inflow_Yield {
pub const m_UnyieldResume: usize = 0x48; // CPulse_ResumePoint pub const m_UnyieldResume: usize = 0x48; // CPulse_ResumePoint
} }
@ -300,6 +373,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Inflow_GraphHook { pub mod CPulseCell_Inflow_GraphHook {
pub const m_HookName: usize = 0x70; // CUtlSymbolLarge pub const m_HookName: usize = 0x70; // CUtlSymbolLarge
} }
@ -310,6 +384,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
// MPulseEditorHeaderIcon // MPulseEditorHeaderIcon
@ -322,8 +397,8 @@ pub mod cs2_dumper {
// Metadata: // Metadata:
// MPulseLibraryBindings // MPulseLibraryBindings
pub mod CTestDomainDerived_Cursor { pub mod CTestDomainDerived_Cursor {
pub const m_nCursorValueA: usize = 0x168; // int32 pub const m_nCursorValueA: usize = 0xA0; // int32
pub const m_nCursorValueB: usize = 0x16C; // int32 pub const m_nCursorValueB: usize = 0xA4; // int32
} }
// Parent: None // Parent: None
// Fields count: 2 // Fields count: 2
@ -341,11 +416,27 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
// MPulseEditorHeaderIcon // MPulseEditorHeaderIcon
pub mod CPulseCell_CursorQueue { 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 // Parent: CPulseCell_BaseValue
// Fields count: 0 // Fields count: 0
@ -354,6 +445,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
pub mod CPulseCell_Value_TestValue50 { pub mod CPulseCell_Value_TestValue50 {
@ -365,8 +457,16 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Test_MultiInflow_WithDefault { pub mod CPulseCell_Test_MultiInflow_WithDefault {
} }
// Parent: None
// Fields count: 0
//
// Metadata:
// MGapTypeQueriesForScopeSingleton
pub mod CPulseTestGapTypeQueryRegistration {
}
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
// Fields count: 2 // Fields count: 2
// //
@ -374,9 +474,10 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Outflow_StringSwitch { pub mod CPulseCell_Outflow_StringSwitch {
pub const m_DefaultCaseOutflow: usize = 0x48; // CPulse_OutflowConnection 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
@ -385,12 +486,22 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Test_NoInflow { pub mod CPulseCell_Test_NoInflow {
} }
// Parent: None // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 1 // Fields count: 4
pub mod PulseTestEHandle_t { //
pub const m_Value: usize = 0x0; // uint32 // 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 // Parent: None
// Fields count: 2 // Fields count: 2
@ -410,9 +521,6 @@ pub mod cs2_dumper {
} }
// Parent: CPulse_OutflowConnection // Parent: CPulse_OutflowConnection
// Fields count: 0 // Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulse_ResumePoint { pub mod CPulse_ResumePoint {
} }
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
@ -422,6 +530,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Outflow_CycleRandom { pub mod CPulseCell_Outflow_CycleRandom {
pub const m_Outputs: usize = 0x48; // CUtlVector<CPulse_OutflowConnection> pub const m_Outputs: usize = 0x48; // CUtlVector<CPulse_OutflowConnection>
} }
@ -432,10 +541,20 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Inflow_EventHandler { pub mod CPulseCell_Inflow_EventHandler {
pub const m_EventName: usize = 0x70; // CUtlSymbolLarge pub const m_EventName: usize = 0x70; // CUtlSymbolLarge
} }
// Parent: None // 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 // Fields count: 3
// //
// Metadata: // Metadata:
@ -460,11 +579,12 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Timeline { pub mod CPulseCell_Timeline {
pub const m_TimelineEvents: usize = 0x48; // CUtlVector<CPulseCell_Timeline::TimelineEvent_t> pub const m_TimelineEvents: usize = 0x48; // CUtlVector<CPulseCell_Timeline::TimelineEvent_t>
pub const m_bWaitForChildOutflows: usize = 0x60; // bool pub const m_bWaitForChildOutflows: usize = 0x60; // bool
pub const m_OnFinished: usize = 0x68; // CPulse_ResumePoint 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 // Parent: None
// Fields count: 4 // Fields count: 4
@ -477,6 +597,33 @@ pub mod cs2_dumper {
pub const m_TargetInput: usize = 0x10; // CUtlSymbolLarge pub const m_TargetInput: usize = 0x10; // CUtlSymbolLarge
pub const m_Param: usize = 0x18; // 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 // Parent: None
// Fields count: 0 // Fields count: 0
// //
@ -486,15 +633,17 @@ pub mod cs2_dumper {
pub mod FakeEntity_tAPI { pub mod FakeEntity_tAPI {
} }
// Parent: CPulseCell_BaseYieldingInflow // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 4 // Fields count: 5
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Step_CallExternalMethod { pub mod CPulseCell_Step_CallExternalMethod {
pub const m_MethodName: usize = 0x48; // CUtlSymbolLarge 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_nAsyncCallMode: usize = 0x68; // PulseMethodCallMode_t
pub const m_OnFinished: usize = 0x70; // CPulse_ResumePoint pub const m_OnFinished: usize = 0x70; // CPulse_ResumePoint
} }
@ -503,6 +652,7 @@ pub mod cs2_dumper {
// //
// Metadata: // Metadata:
// MPulseInstanceDomainInfo // MPulseInstanceDomainInfo
// MPulseDomainHookInfo
// MPulseLibraryBindings // MPulseLibraryBindings
pub mod CPulseGraphInstance_TurtleGraphics { pub mod CPulseGraphInstance_TurtleGraphics {
} }
@ -514,20 +664,33 @@ pub mod cs2_dumper {
pub mod CPulseCell_BaseFlow { pub mod CPulseCell_BaseFlow {
} }
// Parent: None // 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 // Fields count: 1
pub mod PulseCursorYieldToken_t { pub mod PulseCursorYieldToken_t {
pub const m_Value: usize = 0x0; // int32 pub const m_Value: usize = 0x0; // int32
} }
// Parent: None // Parent: None
// Fields count: 7 // Fields count: 5
pub mod FakeEntity_t { //
pub const m_nHandle: usize = 0x0; // PulseTestEHandle_t // Metadata:
pub const m_Name: usize = 0x8; // CUtlString // MGetKV3ClassDefaults
pub const m_Class: usize = 0x10; // CUtlString pub mod CPulseGraphExecutionHistory {
pub const m_bDestroyed: usize = 0x18; // bool pub const m_nInstanceID: usize = 0x0; // PulseGraphInstanceID_t
pub const m_pAssociatedGraphInstance: usize = 0x20; // CPulseGraphInstance_TestDomain* pub const m_strFileName: usize = 0x8; // CUtlString
pub const m_bFuncWasCalled: usize = 0x28; // bool pub const m_vecHistory: usize = 0x10; // CUtlVector<PulseGraphExecutionHistoryEntry_t*>
pub const m_fValue: usize = 0x2C; // float32 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 // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 3 // Fields count: 3
@ -536,10 +699,22 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_TestWaitWithCursorState { pub mod CPulseCell_TestWaitWithCursorState {
pub const m_WakeResume: usize = 0x48; // CPulse_ResumePoint pub const m_WakeResume: usize = 0x48; // CPulse_ResumePoint
pub const m_WakeCancel: usize = 0x58; // CPulse_ResumePoint pub const m_WakeCancel: usize = 0x78; // CPulse_ResumePoint
pub const m_WakeFail: usize = 0x68; // 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
@ -549,7 +724,7 @@ pub mod cs2_dumper {
pub mod CPulseCell_BaseYieldingInflow { pub mod CPulseCell_BaseYieldingInflow {
} }
// Parent: None // Parent: None
// Fields count: 11 // Fields count: 12
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -564,7 +739,8 @@ pub mod cs2_dumper {
pub const m_nDestInstruction: usize = 0x18; // int32 pub const m_nDestInstruction: usize = 0x18; // int32
pub const m_nCallInfoIndex: usize = 0x1C; // PulseRuntimeCallInfoIndex_t pub const m_nCallInfoIndex: usize = 0x1C; // PulseRuntimeCallInfoIndex_t
pub const m_nConstIdx: usize = 0x20; // PulseRuntimeConstantIndex_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 // Parent: None
// Fields count: 5 // Fields count: 5
@ -579,7 +755,7 @@ pub mod cs2_dumper {
pub const m_nSrcInstruction: usize = 0x30; // int32 pub const m_nSrcInstruction: usize = 0x30; // int32
} }
// Parent: None // Parent: None
// Fields count: 5 // Fields count: 7
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -589,6 +765,8 @@ pub mod cs2_dumper {
pub const m_Type: usize = 0x10; // CPulseValueFullType pub const m_Type: usize = 0x10; // CPulseValueFullType
pub const m_DefaultValue: usize = 0x20; // KeyValues3 pub const m_DefaultValue: usize = 0x20; // KeyValues3
pub const m_bIsPublic: usize = 0x32; // bool 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 // Parent: CPulseCell_Inflow_BaseEntrypoint
// Fields count: 5 // Fields count: 5
@ -597,27 +775,46 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Inflow_Method { pub mod CPulseCell_Inflow_Method {
pub const m_MethodName: usize = 0x70; // CUtlSymbolLarge pub const m_MethodName: usize = 0x70; // CUtlSymbolLarge
pub const m_Description: usize = 0x78; // CUtlString pub const m_Description: usize = 0x78; // CUtlString
pub const m_bIsPublic: usize = 0x80; // bool pub const m_bIsPublic: usize = 0x80; // bool
pub const m_ReturnType: usize = 0x88; // CPulseValueFullType 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 // Parent: CBasePulseGraphInstance
// Fields count: 6 // Fields count: 6
// //
// Metadata: // Metadata:
// MPulseInstanceDomainInfo // MPulseInstanceDomainInfo
// MPulseDomainHookInfo
// MPulseLibraryBindings // MPulseLibraryBindings
// MPulseDomainOptInFeatureTag // MPulseDomainOptInFeatureTag
pub mod CPulseGraphInstance_TestDomain { pub mod CPulseGraphInstance_TestDomain {
pub const m_bIsRunningUnitTests: usize = 0xD8; // bool pub const m_bIsRunningUnitTests: usize = 0xF8; // bool
pub const m_bExplicitTimeStepping: usize = 0xD9; // bool pub const m_bExplicitTimeStepping: usize = 0xF9; // bool
pub const m_bExpectingToDestroyWithYieldedCursors: usize = 0xDA; // bool pub const m_bExpectingToDestroyWithYieldedCursors: usize = 0xFA; // bool
pub const m_nNextValidateIndex: usize = 0xDC; // int32 pub const m_nNextValidateIndex: usize = 0xFC; // int32
pub const m_Tracepoints: usize = 0xE0; // CUtlVector<CUtlString> pub const m_Tracepoints: usize = 0x100; // CUtlVector<CUtlString>
pub const m_bTestYesOrNoPath: usize = 0xF8; // bool 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 // Parent: CPulseCell_BaseFlow
// Fields count: 1 // Fields count: 1
@ -626,6 +823,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Outflow_CycleShuffled { pub mod CPulseCell_Outflow_CycleShuffled {
pub const m_Outputs: usize = 0x48; // CUtlVector<CPulse_OutflowConnection> 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 flWaitValue: usize = 0x0; // float32
pub const bFailOnCancel: usize = 0x4; // bool 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
// //
@ -655,6 +863,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
pub mod CPulseCell_Step_TestDomainCreateFakeEntity { pub mod CPulseCell_Step_TestDomainCreateFakeEntity {
} }
@ -665,6 +874,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPulseEditorHeaderText // MPulseEditorHeaderText
pub mod CPulseCell_Step_TestDomainEntFire { pub mod CPulseCell_Step_TestDomainEntFire {
@ -678,14 +888,39 @@ pub mod cs2_dumper {
// MPropertyDescription // MPropertyDescription
pub mod CPulseMathlib { 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 // Parent: CPulseGraphInstance_TestDomain
// Fields count: 1 // Fields count: 1
// //
// Metadata: // Metadata:
// MPulseInstanceDomainInfo // MPulseInstanceDomainInfo
// MPulseDomainHookInfo
// MPulseLibraryBindings // MPulseLibraryBindings
pub mod CPulseGraphInstance_TestDomain_Derived { pub mod CPulseGraphInstance_TestDomain_Derived {
pub const m_nInstanceValueX: usize = 0x100; // int32 pub const m_nInstanceValueX: usize = 0x120; // int32
} }
// Parent: CPulseCell_Inflow_BaseEntrypoint // Parent: CPulseCell_Inflow_BaseEntrypoint
// Fields count: 4 // Fields count: 4
@ -694,6 +929,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Inflow_EntOutputHandler { pub mod CPulseCell_Inflow_EntOutputHandler {
pub const m_SourceEntity: usize = 0x70; // CUtlSymbolLarge pub const m_SourceEntity: usize = 0x70; // CUtlSymbolLarge
pub const m_SourceOutput: usize = 0x78; // CUtlSymbolLarge pub const m_SourceOutput: usize = 0x78; // CUtlSymbolLarge
@ -705,6 +941,14 @@ pub mod cs2_dumper {
pub mod PulseRuntimeConstantIndex_t { pub mod PulseRuntimeConstantIndex_t {
pub const m_Value: usize = 0x0; // int16 pub const m_Value: usize = 0x0; // int16
} }
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseProvideFeatureTag
// MPulseLibraryBindings
pub mod FakeEntityDerivedA_tAPI {
}
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
// //
@ -712,6 +956,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
pub mod CPulseCell_Step_TestDomainTracepoint { pub mod CPulseCell_Step_TestDomainTracepoint {
} }
@ -720,6 +965,25 @@ pub mod cs2_dumper {
pub mod PulseDocNodeID_t { pub mod PulseDocNodeID_t {
pub const m_Value: usize = 0x0; // int32 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 // Parent: CPulseCell_BaseValue
// Fields count: 0 // Fields count: 0
// //
@ -727,6 +991,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
pub mod CPulseCell_Val_TestDomainGetEntityName { pub mod CPulseCell_Val_TestDomainGetEntityName {
} }
@ -776,26 +1041,31 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Outflow_IntSwitch { pub mod CPulseCell_Outflow_IntSwitch {
pub const m_DefaultCaseOutflow: usize = 0x48; // CPulse_OutflowConnection 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 // Parent: None
// Fields count: 10 // Fields count: 14
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
pub mod CPulseGraphDef { pub mod CPulseGraphDef {
pub const m_DomainIdentifier: usize = 0x8; // CUtlSymbolLarge pub const m_DomainIdentifier: usize = 0x8; // CUtlSymbolLarge
pub const m_ParentMapName: usize = 0x10; // CUtlSymbolLarge pub const m_ParentMapName: usize = 0x10; // CUtlSymbolLarge
pub const m_Chunks: usize = 0x18; // CUtlVector<CPulse_Chunk*> pub const m_ParentXmlName: usize = 0x18; // CUtlSymbolLarge
pub const m_Cells: usize = 0x30; // CUtlVector<CPulseCell_Base*> pub const m_vecGameBlackboards: usize = 0x20; // CUtlVector<CUtlSymbolLarge>
pub const m_Vars: usize = 0x48; // CUtlVector<CPulse_Variable> pub const m_Chunks: usize = 0x38; // CUtlVector<CPulse_Chunk*>
pub const m_PublicOutputs: usize = 0x60; // CUtlVector<CPulse_PublicOutput> pub const m_Cells: usize = 0x50; // CUtlVector<CPulseCell_Base*>
pub const m_InvokeBindings: usize = 0x78; // CUtlVector<CPulse_InvokeBinding*> pub const m_Vars: usize = 0x68; // CUtlVector<CPulse_Variable>
pub const m_CallInfos: usize = 0x90; // CUtlVector<CPulse_CallInfo*> pub const m_PublicOutputs: usize = 0x80; // CUtlVector<CPulse_PublicOutput>
pub const m_Constants: usize = 0xA8; // CUtlVector<CPulse_Constant> pub const m_InvokeBindings: usize = 0x98; // CUtlVector<CPulse_InvokeBinding*>
pub const m_OutputConnections: usize = 0xC0; // CUtlVector<CPulse_OutputConnection*> 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
@ -804,6 +1074,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Test_MultiInflow_NoDefault { pub mod CPulseCell_Test_MultiInflow_NoDefault {
} }
// Parent: None // Parent: None
@ -822,12 +1093,13 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
// MPulseEditorHeaderIcon // MPulseEditorHeaderIcon
pub mod CPulseCell_WaitForCursorsWithTag { pub mod CPulseCell_WaitForCursorsWithTag {
pub const m_bTagSelfWhenComplete: usize = 0x60; // bool pub const m_bTagSelfWhenComplete: usize = 0x80; // bool
pub const m_nDesiredKillPriority: usize = 0x64; // PulseCursorCancelPriority_t pub const m_nDesiredKillPriority: usize = 0x84; // PulseCursorCancelPriority_t
} }
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
// Fields count: 2 // Fields count: 2
@ -843,18 +1115,13 @@ pub mod cs2_dumper {
pub mod PulseRuntimeCallInfoIndex_t { pub mod PulseRuntimeCallInfoIndex_t {
pub const m_Value: usize = 0x0; // int32 pub const m_Value: usize = 0x0; // int32
} }
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseYieldingInflow
// Fields count: 2 // Fields count: 1
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain pub mod CPulseCell_BaseLerp {
// MPulseCellMethodBindings pub const m_WakeResume: usize = 0x48; // CPulse_ResumePoint
// MPropertyFriendlyName
// MPropertyDescription
pub mod CPulseCell_Outflow_TestExplicitYesNo {
pub const m_Yes: usize = 0x48; // CPulse_OutflowConnection
pub const m_No: usize = 0x58; // CPulse_OutflowConnection
} }
// Parent: CPulseCell_BaseFlow // Parent: CPulseCell_BaseFlow
// Fields count: 2 // Fields count: 2
@ -863,11 +1130,26 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // 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 // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
pub mod CPulseCell_Outflow_TestRandomYesNo { pub mod CPulseCell_Outflow_TestRandomYesNo {
pub const m_Yes: usize = 0x48; // CPulse_OutflowConnection 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 // Parent: CPulseCell_BaseFlow
// Fields count: 0 // Fields count: 0
@ -876,6 +1158,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Step_DebugLog { pub mod CPulseCell_Step_DebugLog {
} }
// Parent: None // Parent: None
@ -890,6 +1173,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
pub mod CPulseCell_Outflow_CycleOrdered { pub mod CPulseCell_Outflow_CycleOrdered {
pub const m_Outputs: usize = 0x48; // CUtlVector<CPulse_OutflowConnection> pub const m_Outputs: usize = 0x48; // CUtlVector<CPulse_OutflowConnection>
} }
@ -915,6 +1199,7 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MCellForDomain // MCellForDomain
// MPulseCellMethodBindings // MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName // MPropertyFriendlyName
// MPropertyDescription // MPropertyDescription
// MPulseEditorHeaderIcon // MPulseEditorHeaderIcon
@ -926,10 +1211,10 @@ pub mod cs2_dumper {
// Metadata: // Metadata:
// MPulseLibraryBindings // MPulseLibraryBindings
pub mod CPulseTurtleGraphicsCursor { pub mod CPulseTurtleGraphicsCursor {
pub const m_Color: usize = 0x168; // Color pub const m_Color: usize = 0xA0; // Color
pub const m_vPos: usize = 0x16C; // Vector2D pub const m_vPos: usize = 0xA4; // Vector2D
pub const m_flHeadingDeg: usize = 0x174; // float32 pub const m_flHeadingDeg: usize = 0xAC; // float32
pub const m_bPenUp: usize = 0x178; // bool pub const m_bPenUp: usize = 0xB0; // bool
} }
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: rendersystemdx11.dll // Module: rendersystemdx11.dll
@ -24,7 +24,7 @@ namespace CS2Dumper.Schemas {
RENDER_PRIM_TYPE_COUNT = 0xC RENDER_PRIM_TYPE_COUNT = 0xC
} }
// Alignment: 4 // Alignment: 4
// Members count: 12 // Members count: 13
public enum RenderBufferFlags_t : uint { public enum RenderBufferFlags_t : uint {
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1, RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2, RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2,
@ -37,7 +37,8 @@ namespace CS2Dumper.Schemas {
RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100, RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100,
RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200, RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200,
RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400, 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 // Alignment: 1
// Members count: 8 // Members count: 8

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once
@ -29,7 +29,7 @@ namespace cs2_dumper {
RENDER_PRIM_TYPE_COUNT = 0xC RENDER_PRIM_TYPE_COUNT = 0xC
}; };
// Alignment: 4 // Alignment: 4
// Members count: 12 // Members count: 13
enum class RenderBufferFlags_t : uint32_t { enum class RenderBufferFlags_t : uint32_t {
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1, RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2, RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2,
@ -42,7 +42,8 @@ namespace cs2_dumper {
RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100, RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100,
RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200, RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200,
RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400, 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 // Alignment: 1
// Members count: 8 // Members count: 8

View File

@ -50,6 +50,7 @@
"RENDER_BUFFER_APPEND_CONSUME_BUFFER": 64, "RENDER_BUFFER_APPEND_CONSUME_BUFFER": 64,
"RENDER_BUFFER_BYTEADDRESS_BUFFER": 16, "RENDER_BUFFER_BYTEADDRESS_BUFFER": 16,
"RENDER_BUFFER_PER_FRAME_WRITE_ONCE": 2048, "RENDER_BUFFER_PER_FRAME_WRITE_ONCE": 2048,
"RENDER_BUFFER_POOL_ALLOCATED": 4096,
"RENDER_BUFFER_SHADER_BINDING_TABLE": 1024, "RENDER_BUFFER_SHADER_BINDING_TABLE": 1024,
"RENDER_BUFFER_STRUCTURED_BUFFER": 32, "RENDER_BUFFER_STRUCTURED_BUFFER": 32,
"RENDER_BUFFER_UAV_COUNTER": 128, "RENDER_BUFFER_UAV_COUNTER": 128,

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![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 RENDER_PRIM_TYPE_COUNT = 0xC
} }
// Alignment: 4 // Alignment: 4
// Members count: 12 // Members count: 13
#[repr(u32)] #[repr(u32)]
pub enum RenderBufferFlags_t { pub enum RenderBufferFlags_t {
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1, RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
@ -42,7 +42,8 @@ pub mod cs2_dumper {
RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100, RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100,
RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200, RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200,
RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400, 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 // Alignment: 1
// Members count: 8 // Members count: 8

View File

@ -1,9 +1,9 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: resourcesystem.dll // Module: resourcesystem.dll
// Classes count: 59 // Classes count: 58
// Enums count: 2 // Enums count: 2
public static class ResourcesystemDll { public static class ResourcesystemDll {
// Alignment: 1 // Alignment: 1
@ -274,20 +274,6 @@ namespace CS2Dumper.Schemas {
// //
// Metadata: // Metadata:
// MResourceTypeForInfoType // 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 { public static class InfoForResourceTypeCPanoramaStyle {
} }
// Parent: None // Parent: None
@ -302,6 +288,13 @@ namespace CS2Dumper.Schemas {
// //
// Metadata: // Metadata:
// MResourceTypeForInfoType // MResourceTypeForInfoType
public static class InfoForResourceTypeCNmGraphVariation {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCCSGOEconItem { public static class InfoForResourceTypeCCSGOEconItem {
} }
// Parent: None // Parent: None
@ -309,6 +302,13 @@ namespace CS2Dumper.Schemas {
// //
// Metadata: // Metadata:
// MResourceTypeForInfoType // MResourceTypeForInfoType
public static class InfoForResourceTypeCNmGraphDefinition {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCSmartProp { public static class InfoForResourceTypeCSmartProp {
} }
// Parent: None // Parent: None
@ -421,13 +421,6 @@ namespace CS2Dumper.Schemas {
// //
// Metadata: // Metadata:
// MResourceTypeForInfoType // MResourceTypeForInfoType
public static class InfoForResourceTypeCNmGraphDataSet {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeIParticleSystemDefinition { public static class InfoForResourceTypeIParticleSystemDefinition {
} }
// Parent: None // Parent: None

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once
@ -8,7 +8,7 @@
namespace cs2_dumper { namespace cs2_dumper {
namespace schemas { namespace schemas {
// Module: resourcesystem.dll // Module: resourcesystem.dll
// Classes count: 59 // Classes count: 58
// Enums count: 2 // Enums count: 2
namespace resourcesystem_dll { namespace resourcesystem_dll {
// Alignment: 1 // Alignment: 1
@ -279,20 +279,6 @@ namespace cs2_dumper {
// //
// Metadata: // Metadata:
// MResourceTypeForInfoType // MResourceTypeForInfoType
namespace InfoForResourceTypeCNmGraph {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCDACGameDefsData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCPanoramaStyle { namespace InfoForResourceTypeCPanoramaStyle {
} }
// Parent: None // Parent: None
@ -307,6 +293,13 @@ namespace cs2_dumper {
// //
// Metadata: // Metadata:
// MResourceTypeForInfoType // MResourceTypeForInfoType
namespace InfoForResourceTypeCNmGraphVariation {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCCSGOEconItem { namespace InfoForResourceTypeCCSGOEconItem {
} }
// Parent: None // Parent: None
@ -314,6 +307,13 @@ namespace cs2_dumper {
// //
// Metadata: // Metadata:
// MResourceTypeForInfoType // MResourceTypeForInfoType
namespace InfoForResourceTypeCNmGraphDefinition {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCSmartProp { namespace InfoForResourceTypeCSmartProp {
} }
// Parent: None // Parent: None
@ -426,13 +426,6 @@ namespace cs2_dumper {
// //
// Metadata: // Metadata:
// MResourceTypeForInfoType // MResourceTypeForInfoType
namespace InfoForResourceTypeCNmGraphDataSet {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeIParticleSystemDefinition { namespace InfoForResourceTypeIParticleSystemDefinition {
} }
// Parent: None // Parent: None

View File

@ -145,16 +145,6 @@
], ],
"parent": null "parent": null
}, },
"InfoForResourceTypeCDACGameDefsData": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCDOTANovelsList": { "InfoForResourceTypeCDOTANovelsList": {
"fields": {}, "fields": {},
"metadata": [ "metadata": [
@ -245,7 +235,7 @@
], ],
"parent": null "parent": null
}, },
"InfoForResourceTypeCNmGraph": { "InfoForResourceTypeCNmGraphDefinition": {
"fields": {}, "fields": {},
"metadata": [ "metadata": [
{ {
@ -255,7 +245,7 @@
], ],
"parent": null "parent": null
}, },
"InfoForResourceTypeCNmGraphDataSet": { "InfoForResourceTypeCNmGraphVariation": {
"fields": {}, "fields": {},
"metadata": [ "metadata": [
{ {

View File

@ -1,12 +1,12 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
pub mod cs2_dumper { pub mod cs2_dumper {
pub mod schemas { pub mod schemas {
// Module: resourcesystem.dll // Module: resourcesystem.dll
// Classes count: 59 // Classes count: 58
// Enums count: 2 // Enums count: 2
pub mod resourcesystem_dll { pub mod resourcesystem_dll {
// Alignment: 1 // Alignment: 1
@ -279,20 +279,6 @@ pub mod cs2_dumper {
// //
// Metadata: // Metadata:
// MResourceTypeForInfoType // MResourceTypeForInfoType
pub mod InfoForResourceTypeCNmGraph {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCDACGameDefsData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCPanoramaStyle { pub mod InfoForResourceTypeCPanoramaStyle {
} }
// Parent: None // Parent: None
@ -307,6 +293,13 @@ pub mod cs2_dumper {
// //
// Metadata: // Metadata:
// MResourceTypeForInfoType // MResourceTypeForInfoType
pub mod InfoForResourceTypeCNmGraphVariation {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCCSGOEconItem { pub mod InfoForResourceTypeCCSGOEconItem {
} }
// Parent: None // Parent: None
@ -314,6 +307,13 @@ pub mod cs2_dumper {
// //
// Metadata: // Metadata:
// MResourceTypeForInfoType // MResourceTypeForInfoType
pub mod InfoForResourceTypeCNmGraphDefinition {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCSmartProp { pub mod InfoForResourceTypeCSmartProp {
} }
// Parent: None // Parent: None
@ -426,13 +426,6 @@ pub mod cs2_dumper {
// //
// Metadata: // Metadata:
// MResourceTypeForInfoType // MResourceTypeForInfoType
pub mod InfoForResourceTypeCNmGraphDataSet {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeIParticleSystemDefinition { pub mod InfoForResourceTypeIParticleSystemDefinition {
} }
// Parent: None // Parent: None

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: scenesystem.dll // Module: scenesystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: schemasystem.dll // Module: schemasystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

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

View File

@ -1,11 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: soundsystem.dll // Module: soundsystem.dll
// Classes count: 51 // Classes count: 63
// Enums count: 13 // Enums count: 18
public static class SoundsystemDll { 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 // Alignment: 4
// Members count: 5 // Members count: 5
public enum VMixLFOShape_t : uint { public enum VMixLFOShape_t : uint {
@ -52,39 +67,47 @@ namespace CS2Dumper.Schemas {
SOS_SORTTYPE_HIGHEST = 0x0, SOS_SORTTYPE_HIGHEST = 0x0,
SOS_SORTTYPE_LOWEST = 0x1 SOS_SORTTYPE_LOWEST = 0x1
} }
// Alignment: 4
// Members count: 4
public enum PlayBackMode_t : uint {
Random = 0x0,
RandomNoRepeats = 0x1,
RandomAvoidLast = 0x2,
Sequential = 0x3
}
// Alignment: 2 // Alignment: 2
// Members count: 30 // Members count: 30
public enum VMixProcessorType_t : ushort { public enum VMixProcessorType_t : ushort {
VPROCESSOR_UNKNOWN = 0x0, VPROCESSOR_UNKNOWN = 0x0,
VPROCESSOR_STEAMAUDIO_REVERB = 0x1, VPROCESSOR_RT_PITCH = 0x1,
VPROCESSOR_RT_PITCH = 0x2, VPROCESSOR_STEAMAUDIO_HRTF = 0x2,
VPROCESSOR_STEAMAUDIO_HRTF = 0x3, VPROCESSOR_DYNAMICS = 0x3,
VPROCESSOR_DYNAMICS = 0x4, VPROCESSOR_PRESETDSP = 0x4,
VPROCESSOR_PRESETDSP = 0x5, VPROCESSOR_DELAY = 0x5,
VPROCESSOR_DELAY = 0x6, VPROCESSOR_MOD_DELAY = 0x6,
VPROCESSOR_MOD_DELAY = 0x7, VPROCESSOR_DIFFUSOR = 0x7,
VPROCESSOR_DIFFUSOR = 0x8, VPROCESSOR_BOXVERB = 0x8,
VPROCESSOR_BOXVERB = 0x9, VPROCESSOR_FREEVERB = 0x9,
VPROCESSOR_FREEVERB = 0xA, VPROCESSOR_PLATEVERB = 0xA,
VPROCESSOR_PLATEVERB = 0xB, VPROCESSOR_FULLWAVE_INTEGRATOR = 0xB,
VPROCESSOR_FULLWAVE_INTEGRATOR = 0xC, VPROCESSOR_FILTER = 0xC,
VPROCESSOR_FILTER = 0xD, VPROCESSOR_STEAMAUDIO_PATHING = 0xD,
VPROCESSOR_STEAMAUDIO_PATHING = 0xE, VPROCESSOR_EQ8 = 0xE,
VPROCESSOR_EQ8 = 0xF, VPROCESSOR_ENVELOPE = 0xF,
VPROCESSOR_ENVELOPE = 0x10, VPROCESSOR_VOCODER = 0x10,
VPROCESSOR_VOCODER = 0x11, VPROCESSOR_CONVOLUTION = 0x11,
VPROCESSOR_CONVOLUTION = 0x12, VPROCESSOR_DYNAMICS_3BAND = 0x12,
VPROCESSOR_DYNAMICS_3BAND = 0x13, VPROCESSOR_DYNAMICS_COMPRESSOR = 0x13,
VPROCESSOR_DYNAMICS_COMPRESSOR = 0x14, VPROCESSOR_SHAPER = 0x14,
VPROCESSOR_SHAPER = 0x15, VPROCESSOR_PANNER = 0x15,
VPROCESSOR_PANNER = 0x16, VPROCESSOR_UTILITY = 0x16,
VPROCESSOR_UTILITY = 0x17, VPROCESSOR_AUTOFILTER = 0x17,
VPROCESSOR_AUTOFILTER = 0x18, VPROCESSOR_OSC = 0x18,
VPROCESSOR_OSC = 0x19, VPROCESSOR_STEREODELAY = 0x19,
VPROCESSOR_STEREODELAY = 0x1A, VPROCESSOR_EFFECT_CHAIN = 0x1A,
VPROCESSOR_EFFECT_CHAIN = 0x1B, VPROCESSOR_SUBGRAPH_SWITCH = 0x1B,
VPROCESSOR_SUBGRAPH_SWITCH = 0x1C, VPROCESSOR_STEAMAUDIO_DIRECT = 0x1C,
VPROCESSOR_STEAMAUDIO_DIRECT = 0x1D VPROCESSOR_STEAMAUDIO_HYBRIDREVERB = 0x1D
} }
// Alignment: 4 // Alignment: 4
// Members count: 30 // Members count: 30
@ -137,6 +160,31 @@ namespace CS2Dumper.Schemas {
VMIX_CHAN_MID_SIDE = 0x5 VMIX_CHAN_MID_SIDE = 0x5
} }
// Alignment: 1 // 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 // Members count: 9
public enum VMixFilterSlope_t : byte { public enum VMixFilterSlope_t : byte {
FILTER_SLOPE_1POLE_6dB = 0x0, FILTER_SLOPE_1POLE_6dB = 0x0,
@ -150,14 +198,16 @@ namespace CS2Dumper.Schemas {
FILTER_SLOPE_MAX = 0x7 FILTER_SLOPE_MAX = 0x7
} }
// Alignment: 4 // Alignment: 4
// Members count: 6 // Members count: 8
public enum ActionType_t : uint { public enum ActionType_t : uint {
SOS_ACTION_NONE = 0x0, SOS_ACTION_NONE = 0x0,
SOS_ACTION_LIMITER = 0x1, SOS_ACTION_LIMITER = 0x1,
SOS_ACTION_TIME_LIMIT = 0x2, SOS_ACTION_TIME_LIMIT = 0x2,
SOS_ACTION_TIME_BLOCK_LIMITER = 0x3, SOS_ACTION_TIME_BLOCK_LIMITER = 0x3,
SOS_ACTION_SET_SOUNDEVENT_PARAM = 0x4, 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 // Alignment: 4
// Members count: 3 // Members count: 3
@ -172,6 +222,18 @@ namespace CS2Dumper.Schemas {
SOS_GROUPTYPE_DYNAMIC = 0x0, SOS_GROUPTYPE_DYNAMIC = 0x0,
SOS_GROUPTYPE_STATIC = 0x1 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 // Parent: None
// Fields count: 4 // Fields count: 4
// //
@ -183,26 +245,72 @@ namespace CS2Dumper.Schemas {
public const nint m_flWidth = 0x8; // float32 public const nint m_flWidth = 0x8; // float32
public const nint m_flLateReflections = 0xC; // float32 public const nint m_flLateReflections = 0xC; // float32
} }
// Parent: CVoiceContainerBase // Parent: None
// Fields count: 7 // Fields count: 7
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
public static class CVoiceContainerRandomSampler { public static class CVoiceContainerStaticAdditiveSynth__CHarmonic {
public const nint m_flLoudAmplitude = 0x60; // float32 public const nint m_nWaveform = 0x0; // EWaveform
public const nint m_flLoudAmplitudeJitter = 0x64; // float32 public const nint m_nFundamental = 0x1; // EMidiNote
public const nint m_flSoftAmplitude = 0x68; // float32 public const nint m_nOctave = 0x4; // int32
public const nint m_flSoftAmplitudeJitter = 0x6C; // float32 public const nint m_flCents = 0x8; // float32
public const nint m_flLoudTimeJitter = 0x70; // float32 public const nint m_flPhase = 0xC; // float32
public const nint m_flSoftTimeJitter = 0x74; // float32 public const nint m_curve = 0x10; // CPiecewiseCurve
public const nint m_grainResources = 0x78; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>> public const nint m_volumeScaling = 0x50; // CVoiceContainerStaticAdditiveSynth::CGainScalePerInstance
} }
// Parent: CVoiceContainerBase // Parent: None
// Fields count: 0 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // 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 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 // Parent: None
// Fields count: 1 // Fields count: 1
@ -239,6 +347,15 @@ namespace CS2Dumper.Schemas {
public const nint m_opvarName = 0x28; // CUtlString public const nint m_opvarName = 0x28; // CUtlString
public const nint m_nSortType = 0x30; // SosActionSortType_t public const nint m_nSortType = 0x30; // SosActionSortType_t
} }
// Parent: CVoiceContainerBase
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MPropertyFriendlyName
// MPropertyDescription
public static class CVoiceContainerNull {
}
// Parent: None // Parent: None
// Fields count: 3 // Fields count: 3
// //
@ -254,19 +371,44 @@ namespace CS2Dumper.Schemas {
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // 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 static class VMixPannerDesc_t {
public const nint m_type = 0x0; // VMixPannerType_t public const nint m_type = 0x0; // VMixPannerType_t
public const nint m_flStrength = 0x4; // float32 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 // Parent: CVoiceContainerBase
// Fields count: 3 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MPropertyFriendlyName
// MPropertyDescription
public static class CVoiceContainerRealtimeFMSineWave { public static class CVoiceContainerRealtimeFMSineWave {
public const nint m_flCarrierFrequency = 0x60; // float32 public const nint m_flCarrierFrequency = 0xF0; // float32
public const nint m_flModulatorFrequency = 0x64; // float32 public const nint m_flModulatorFrequency = 0xF4; // float32
public const nint m_flModulatorAmount = 0x68; // float32 public const nint m_flModulatorAmount = 0xF8; // float32
} }
// Parent: None // Parent: None
// Fields count: 1 // Fields count: 1
@ -328,7 +470,7 @@ namespace CS2Dumper.Schemas {
public const nint m_actionInstanceType = 0x14; // ActionType_t public const nint m_actionInstanceType = 0x14; // ActionType_t
} }
// Parent: None // Parent: None
// Fields count: 8 // Fields count: 9
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -340,11 +482,12 @@ namespace CS2Dumper.Schemas {
public const nint m_nBlockMaxCount = 0x10; // int32 public const nint m_nBlockMaxCount = 0x10; // int32
public const nint m_bInvertMatch = 0x14; // bool public const nint m_bInvertMatch = 0x14; // bool
public const nint m_matchPattern = 0x18; // CSosGroupMatchPattern public const nint m_matchPattern = 0x18; // CSosGroupMatchPattern
public const nint m_branchPattern = 0x40; // CSosGroupBranchPattern public const nint m_branchPattern = 0x48; // CSosGroupBranchPattern
public const nint m_vActions = 0xB0; // CSosGroupActionSchema*[4] public const nint m_flLifeSpanTime = 0x58; // float32
public const nint m_vActions = 0xC0; // CSosGroupActionSchema*[4]
} }
// Parent: None // Parent: None
// Fields count: 4 // Fields count: 5
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -353,6 +496,7 @@ namespace CS2Dumper.Schemas {
public const nint m_bMatchEventSubString = 0x9; // bool public const nint m_bMatchEventSubString = 0x9; // bool
public const nint m_bMatchEntIndex = 0xA; // bool public const nint m_bMatchEntIndex = 0xA; // bool
public const nint m_bMatchOpvar = 0xB; // bool public const nint m_bMatchOpvar = 0xB; // bool
public const nint m_bMatchString = 0xC; // bool
} }
// Parent: None // Parent: None
// Fields count: 10 // Fields count: 10
@ -385,6 +529,29 @@ namespace CS2Dumper.Schemas {
public const nint m_flListenerReverbModifierWhenSourceReverbIsActive = 0x18; // float32 public const nint m_flListenerReverbModifierWhenSourceReverbIsActive = 0x18; // float32
} }
// Parent: None // 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 // Fields count: 2
// //
// Metadata: // Metadata:
@ -393,23 +560,19 @@ namespace CS2Dumper.Schemas {
public const nint m_dspName = 0x0; // CUtlString public const nint m_dspName = 0x0; // CUtlString
public const nint m_modifiers = 0x8; // CUtlVector<CDSPMixgroupModifier> public const nint m_modifiers = 0x8; // CUtlVector<CDSPMixgroupModifier>
} }
// Parent: CVoiceContainerBase // Parent: None
// Fields count: 3 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
public static class CVoiceContainerBlend { // MVDataNodeType
public const nint m_hSoundOne = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase> // MVDataFileExtension
public const nint m_hSoundTwo = 0x68; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase> // MPropertyFriendlyName
public const nint m_flBlendAmount = 0x70; // float32 // MPropertyDescription
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class CVoiceContainerBase { 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 // Parent: None
// Fields count: 7 // Fields count: 7
@ -433,24 +596,27 @@ namespace CS2Dumper.Schemas {
public static class VMixEQ8Desc_t { public static class VMixEQ8Desc_t {
public const nint m_stages = 0x0; // VMixFilterDesc_t[8] public const nint m_stages = 0x0; // VMixFilterDesc_t[8]
} }
// Parent: CVoiceContainerWavFileReader // Parent: None
// Fields count: 1 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
public static class CVoiceContainerEnvelopeAnalyzer { public static class CAudioPhonemeTag {
public const nint m_envBuffer = 0x68; // CUtlVector<float32> public const nint m_flStartTime = 0x0; // float32
public const nint m_flEndTime = 0x4; // float32
public const nint m_nPhonemeCode = 0x8; // int32
} }
// Parent: CVoiceContainerBase // Parent: CVoiceContainerAnalysisBase
// Fields count: 4 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
public static class CVoiceContainerEngineSound { // MPropertyFriendlyName
public const nint m_SoundToPlay = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase> // MPropertyDescription
public const nint m_flTestConstantParam = 0x68; // float32 public static class CVoiceContainerEnvelopeAnalyzer {
public const nint m_flTestSoundEventBoundParam = 0x6C; // float32 public const nint m_mode = 0x50; // EMode_t
public const nint m_flEngineRPM = 0x70; // float32 public const nint m_nSamples = 0x54; // int32
public const nint m_flThreshold = 0x58; // float32
} }
// Parent: None // Parent: None
// Fields count: 1 // Fields count: 1
@ -472,6 +638,15 @@ namespace CS2Dumper.Schemas {
public const nint m_nProcType = 0xC; // int32 public const nint m_nProcType = 0xC; // int32
} }
// Parent: None // 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 // Fields count: 8
// //
// Metadata: // Metadata:
@ -487,6 +662,13 @@ namespace CS2Dumper.Schemas {
public const nint m_flHighCutoffFreq = 0x1C; // float32 public const nint m_flHighCutoffFreq = 0x1C; // float32
} }
// Parent: None // Parent: None
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSoundInfoHeader {
}
// Parent: None
// Fields count: 1 // Fields count: 1
// //
// Metadata: // Metadata:
@ -495,7 +677,7 @@ namespace CS2Dumper.Schemas {
public const nint m_groupList = 0x0; // CUtlVector<CSosSoundEventGroupSchema> public const nint m_groupList = 0x0; // CUtlVector<CSosSoundEventGroupSchema>
} }
// Parent: CSosGroupBranchPattern // Parent: CSosGroupBranchPattern
// Fields count: 4 // Fields count: 5
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -504,6 +686,7 @@ namespace CS2Dumper.Schemas {
public const nint m_matchSoundEventSubString = 0x18; // CUtlString public const nint m_matchSoundEventSubString = 0x18; // CUtlString
public const nint m_flEntIndex = 0x20; // float32 public const nint m_flEntIndex = 0x20; // float32
public const nint m_flOpvar = 0x24; // float32 public const nint m_flOpvar = 0x24; // float32
public const nint m_opvarString = 0x28; // CUtlString
} }
// Parent: None // Parent: None
// Fields count: 5 // Fields count: 5
@ -517,23 +700,6 @@ namespace CS2Dumper.Schemas {
public const nint itemKVString = 0x20; // CUtlString public const nint itemKVString = 0x20; // CUtlString
public const nint itemPos = 0x28; // Vector2D 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 // Parent: None
// Fields count: 7 // Fields count: 7
// //
@ -548,14 +714,6 @@ namespace CS2Dumper.Schemas {
public const nint m_flFeedbackDiffusion1 = 0x14; // float32 public const nint m_flFeedbackDiffusion1 = 0x14; // float32
public const nint m_flFeedbackDiffusion2 = 0x18; // 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 // Parent: None
// Fields count: 4 // Fields count: 4
// //
@ -605,6 +763,17 @@ namespace CS2Dumper.Schemas {
public const nint m_flHoldTimeMS = 0x4; // float32 public const nint m_flHoldTimeMS = 0x4; // float32
public const nint m_flReleaseTimeMS = 0x8; // 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 // Parent: CSosGroupActionSchema
// Fields count: 3 // Fields count: 3
// //
@ -620,8 +789,10 @@ namespace CS2Dumper.Schemas {
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MPropertyFriendlyName
// MPropertyDescription
public static class CVoiceContainerAmpedDecayingSineWave { public static class CVoiceContainerAmpedDecayingSineWave {
public const nint m_flGainAmount = 0x68; // float32 public const nint m_flGainAmount = 0xF8; // float32
} }
// Parent: None // Parent: None
// Fields count: 8 // Fields count: 8
@ -663,6 +834,29 @@ namespace CS2Dumper.Schemas {
public static class VMixEffectChainDesc_t { public static class VMixEffectChainDesc_t {
public const nint m_flCrossfadeTime = 0x0; // float32 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 // Parent: CSosGroupActionSchema
// Fields count: 2 // Fields count: 2
// //
@ -673,6 +867,31 @@ namespace CS2Dumper.Schemas {
public const nint m_flMaxDuration = 0x1C; // float32 public const nint m_flMaxDuration = 0x1C; // float32
} }
// Parent: CSosGroupActionSchema // 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 // Fields count: 1
// //
// Metadata: // Metadata:
@ -715,9 +934,11 @@ namespace CS2Dumper.Schemas {
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MPropertyFriendlyName
// MPropertyDescription
public static class CVoiceContainerDecayingSineWave { public static class CVoiceContainerDecayingSineWave {
public const nint m_flFrequency = 0x60; // float32 public const nint m_flFrequency = 0xF0; // float32
public const nint m_flDecayTime = 0x64; // float32 public const nint m_flDecayTime = 0xF4; // float32
} }
// Parent: None // Parent: None
// Fields count: 6 // Fields count: 6

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once
@ -8,9 +8,24 @@
namespace cs2_dumper { namespace cs2_dumper {
namespace schemas { namespace schemas {
// Module: soundsystem.dll // Module: soundsystem.dll
// Classes count: 51 // Classes count: 63
// Enums count: 13 // Enums count: 18
namespace soundsystem_dll { 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 // Alignment: 4
// Members count: 5 // Members count: 5
enum class VMixLFOShape_t : uint32_t { enum class VMixLFOShape_t : uint32_t {
@ -57,39 +72,47 @@ namespace cs2_dumper {
SOS_SORTTYPE_HIGHEST = 0x0, SOS_SORTTYPE_HIGHEST = 0x0,
SOS_SORTTYPE_LOWEST = 0x1 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 // Alignment: 2
// Members count: 30 // Members count: 30
enum class VMixProcessorType_t : uint16_t { enum class VMixProcessorType_t : uint16_t {
VPROCESSOR_UNKNOWN = 0x0, VPROCESSOR_UNKNOWN = 0x0,
VPROCESSOR_STEAMAUDIO_REVERB = 0x1, VPROCESSOR_RT_PITCH = 0x1,
VPROCESSOR_RT_PITCH = 0x2, VPROCESSOR_STEAMAUDIO_HRTF = 0x2,
VPROCESSOR_STEAMAUDIO_HRTF = 0x3, VPROCESSOR_DYNAMICS = 0x3,
VPROCESSOR_DYNAMICS = 0x4, VPROCESSOR_PRESETDSP = 0x4,
VPROCESSOR_PRESETDSP = 0x5, VPROCESSOR_DELAY = 0x5,
VPROCESSOR_DELAY = 0x6, VPROCESSOR_MOD_DELAY = 0x6,
VPROCESSOR_MOD_DELAY = 0x7, VPROCESSOR_DIFFUSOR = 0x7,
VPROCESSOR_DIFFUSOR = 0x8, VPROCESSOR_BOXVERB = 0x8,
VPROCESSOR_BOXVERB = 0x9, VPROCESSOR_FREEVERB = 0x9,
VPROCESSOR_FREEVERB = 0xA, VPROCESSOR_PLATEVERB = 0xA,
VPROCESSOR_PLATEVERB = 0xB, VPROCESSOR_FULLWAVE_INTEGRATOR = 0xB,
VPROCESSOR_FULLWAVE_INTEGRATOR = 0xC, VPROCESSOR_FILTER = 0xC,
VPROCESSOR_FILTER = 0xD, VPROCESSOR_STEAMAUDIO_PATHING = 0xD,
VPROCESSOR_STEAMAUDIO_PATHING = 0xE, VPROCESSOR_EQ8 = 0xE,
VPROCESSOR_EQ8 = 0xF, VPROCESSOR_ENVELOPE = 0xF,
VPROCESSOR_ENVELOPE = 0x10, VPROCESSOR_VOCODER = 0x10,
VPROCESSOR_VOCODER = 0x11, VPROCESSOR_CONVOLUTION = 0x11,
VPROCESSOR_CONVOLUTION = 0x12, VPROCESSOR_DYNAMICS_3BAND = 0x12,
VPROCESSOR_DYNAMICS_3BAND = 0x13, VPROCESSOR_DYNAMICS_COMPRESSOR = 0x13,
VPROCESSOR_DYNAMICS_COMPRESSOR = 0x14, VPROCESSOR_SHAPER = 0x14,
VPROCESSOR_SHAPER = 0x15, VPROCESSOR_PANNER = 0x15,
VPROCESSOR_PANNER = 0x16, VPROCESSOR_UTILITY = 0x16,
VPROCESSOR_UTILITY = 0x17, VPROCESSOR_AUTOFILTER = 0x17,
VPROCESSOR_AUTOFILTER = 0x18, VPROCESSOR_OSC = 0x18,
VPROCESSOR_OSC = 0x19, VPROCESSOR_STEREODELAY = 0x19,
VPROCESSOR_STEREODELAY = 0x1A, VPROCESSOR_EFFECT_CHAIN = 0x1A,
VPROCESSOR_EFFECT_CHAIN = 0x1B, VPROCESSOR_SUBGRAPH_SWITCH = 0x1B,
VPROCESSOR_SUBGRAPH_SWITCH = 0x1C, VPROCESSOR_STEAMAUDIO_DIRECT = 0x1C,
VPROCESSOR_STEAMAUDIO_DIRECT = 0x1D VPROCESSOR_STEAMAUDIO_HYBRIDREVERB = 0x1D
}; };
// Alignment: 4 // Alignment: 4
// Members count: 30 // Members count: 30
@ -142,6 +165,31 @@ namespace cs2_dumper {
VMIX_CHAN_MID_SIDE = 0x5 VMIX_CHAN_MID_SIDE = 0x5
}; };
// Alignment: 1 // 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 // Members count: 9
enum class VMixFilterSlope_t : uint8_t { enum class VMixFilterSlope_t : uint8_t {
FILTER_SLOPE_1POLE_6dB = 0x0, FILTER_SLOPE_1POLE_6dB = 0x0,
@ -155,14 +203,16 @@ namespace cs2_dumper {
FILTER_SLOPE_MAX = 0x7 FILTER_SLOPE_MAX = 0x7
}; };
// Alignment: 4 // Alignment: 4
// Members count: 6 // Members count: 8
enum class ActionType_t : uint32_t { enum class ActionType_t : uint32_t {
SOS_ACTION_NONE = 0x0, SOS_ACTION_NONE = 0x0,
SOS_ACTION_LIMITER = 0x1, SOS_ACTION_LIMITER = 0x1,
SOS_ACTION_TIME_LIMIT = 0x2, SOS_ACTION_TIME_LIMIT = 0x2,
SOS_ACTION_TIME_BLOCK_LIMITER = 0x3, SOS_ACTION_TIME_BLOCK_LIMITER = 0x3,
SOS_ACTION_SET_SOUNDEVENT_PARAM = 0x4, 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 // Alignment: 4
// Members count: 3 // Members count: 3
@ -177,6 +227,18 @@ namespace cs2_dumper {
SOS_GROUPTYPE_DYNAMIC = 0x0, SOS_GROUPTYPE_DYNAMIC = 0x0,
SOS_GROUPTYPE_STATIC = 0x1 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 // Parent: None
// Fields count: 4 // Fields count: 4
// //
@ -188,26 +250,72 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_flWidth = 0x8; // float32 constexpr std::ptrdiff_t m_flWidth = 0x8; // float32
constexpr std::ptrdiff_t m_flLateReflections = 0xC; // float32 constexpr std::ptrdiff_t m_flLateReflections = 0xC; // float32
} }
// Parent: CVoiceContainerBase // Parent: None
// Fields count: 7 // Fields count: 7
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
namespace CVoiceContainerRandomSampler { namespace CVoiceContainerStaticAdditiveSynth__CHarmonic {
constexpr std::ptrdiff_t m_flLoudAmplitude = 0x60; // float32 constexpr std::ptrdiff_t m_nWaveform = 0x0; // EWaveform
constexpr std::ptrdiff_t m_flLoudAmplitudeJitter = 0x64; // float32 constexpr std::ptrdiff_t m_nFundamental = 0x1; // EMidiNote
constexpr std::ptrdiff_t m_flSoftAmplitude = 0x68; // float32 constexpr std::ptrdiff_t m_nOctave = 0x4; // int32
constexpr std::ptrdiff_t m_flSoftAmplitudeJitter = 0x6C; // float32 constexpr std::ptrdiff_t m_flCents = 0x8; // float32
constexpr std::ptrdiff_t m_flLoudTimeJitter = 0x70; // float32 constexpr std::ptrdiff_t m_flPhase = 0xC; // float32
constexpr std::ptrdiff_t m_flSoftTimeJitter = 0x74; // float32 constexpr std::ptrdiff_t m_curve = 0x10; // CPiecewiseCurve
constexpr std::ptrdiff_t m_grainResources = 0x78; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>> constexpr std::ptrdiff_t m_volumeScaling = 0x50; // CVoiceContainerStaticAdditiveSynth::CGainScalePerInstance
} }
// Parent: CVoiceContainerBase // Parent: None
// Fields count: 0 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // 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 { 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 // Parent: None
// Fields count: 1 // Fields count: 1
@ -244,6 +352,15 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_opvarName = 0x28; // CUtlString constexpr std::ptrdiff_t m_opvarName = 0x28; // CUtlString
constexpr std::ptrdiff_t m_nSortType = 0x30; // SosActionSortType_t constexpr std::ptrdiff_t m_nSortType = 0x30; // SosActionSortType_t
} }
// Parent: CVoiceContainerBase
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MPropertyFriendlyName
// MPropertyDescription
namespace CVoiceContainerNull {
}
// Parent: None // Parent: None
// Fields count: 3 // Fields count: 3
// //
@ -259,19 +376,44 @@ namespace cs2_dumper {
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // 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 { namespace VMixPannerDesc_t {
constexpr std::ptrdiff_t m_type = 0x0; // VMixPannerType_t constexpr std::ptrdiff_t m_type = 0x0; // VMixPannerType_t
constexpr std::ptrdiff_t m_flStrength = 0x4; // float32 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 // Parent: CVoiceContainerBase
// Fields count: 3 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MPropertyFriendlyName
// MPropertyDescription
namespace CVoiceContainerRealtimeFMSineWave { namespace CVoiceContainerRealtimeFMSineWave {
constexpr std::ptrdiff_t m_flCarrierFrequency = 0x60; // float32 constexpr std::ptrdiff_t m_flCarrierFrequency = 0xF0; // float32
constexpr std::ptrdiff_t m_flModulatorFrequency = 0x64; // float32 constexpr std::ptrdiff_t m_flModulatorFrequency = 0xF4; // float32
constexpr std::ptrdiff_t m_flModulatorAmount = 0x68; // float32 constexpr std::ptrdiff_t m_flModulatorAmount = 0xF8; // float32
} }
// Parent: None // Parent: None
// Fields count: 1 // Fields count: 1
@ -333,7 +475,7 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_actionInstanceType = 0x14; // ActionType_t constexpr std::ptrdiff_t m_actionInstanceType = 0x14; // ActionType_t
} }
// Parent: None // Parent: None
// Fields count: 8 // Fields count: 9
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -345,11 +487,12 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_nBlockMaxCount = 0x10; // int32 constexpr std::ptrdiff_t m_nBlockMaxCount = 0x10; // int32
constexpr std::ptrdiff_t m_bInvertMatch = 0x14; // bool constexpr std::ptrdiff_t m_bInvertMatch = 0x14; // bool
constexpr std::ptrdiff_t m_matchPattern = 0x18; // CSosGroupMatchPattern constexpr std::ptrdiff_t m_matchPattern = 0x18; // CSosGroupMatchPattern
constexpr std::ptrdiff_t m_branchPattern = 0x40; // CSosGroupBranchPattern constexpr std::ptrdiff_t m_branchPattern = 0x48; // CSosGroupBranchPattern
constexpr std::ptrdiff_t m_vActions = 0xB0; // CSosGroupActionSchema*[4] constexpr std::ptrdiff_t m_flLifeSpanTime = 0x58; // float32
constexpr std::ptrdiff_t m_vActions = 0xC0; // CSosGroupActionSchema*[4]
} }
// Parent: None // Parent: None
// Fields count: 4 // Fields count: 5
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -358,6 +501,7 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_bMatchEventSubString = 0x9; // bool constexpr std::ptrdiff_t m_bMatchEventSubString = 0x9; // bool
constexpr std::ptrdiff_t m_bMatchEntIndex = 0xA; // bool constexpr std::ptrdiff_t m_bMatchEntIndex = 0xA; // bool
constexpr std::ptrdiff_t m_bMatchOpvar = 0xB; // bool constexpr std::ptrdiff_t m_bMatchOpvar = 0xB; // bool
constexpr std::ptrdiff_t m_bMatchString = 0xC; // bool
} }
// Parent: None // Parent: None
// Fields count: 10 // Fields count: 10
@ -390,6 +534,29 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_flListenerReverbModifierWhenSourceReverbIsActive = 0x18; // float32 constexpr std::ptrdiff_t m_flListenerReverbModifierWhenSourceReverbIsActive = 0x18; // float32
} }
// Parent: None // 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 // Fields count: 2
// //
// Metadata: // Metadata:
@ -398,23 +565,19 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_dspName = 0x0; // CUtlString constexpr std::ptrdiff_t m_dspName = 0x0; // CUtlString
constexpr std::ptrdiff_t m_modifiers = 0x8; // CUtlVector<CDSPMixgroupModifier> constexpr std::ptrdiff_t m_modifiers = 0x8; // CUtlVector<CDSPMixgroupModifier>
} }
// Parent: CVoiceContainerBase // Parent: None
// Fields count: 3 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
namespace CVoiceContainerBlend { // MVDataNodeType
constexpr std::ptrdiff_t m_hSoundOne = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase> // MVDataFileExtension
constexpr std::ptrdiff_t m_hSoundTwo = 0x68; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase> // MPropertyFriendlyName
constexpr std::ptrdiff_t m_flBlendAmount = 0x70; // float32 // MPropertyDescription
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace CVoiceContainerBase { 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 // Parent: None
// Fields count: 7 // Fields count: 7
@ -438,24 +601,27 @@ namespace cs2_dumper {
namespace VMixEQ8Desc_t { namespace VMixEQ8Desc_t {
constexpr std::ptrdiff_t m_stages = 0x0; // VMixFilterDesc_t[8] constexpr std::ptrdiff_t m_stages = 0x0; // VMixFilterDesc_t[8]
} }
// Parent: CVoiceContainerWavFileReader // Parent: None
// Fields count: 1 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
namespace CVoiceContainerEnvelopeAnalyzer { namespace CAudioPhonemeTag {
constexpr std::ptrdiff_t m_envBuffer = 0x68; // CUtlVector<float32> 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 // Parent: CVoiceContainerAnalysisBase
// Fields count: 4 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
namespace CVoiceContainerEngineSound { // MPropertyFriendlyName
constexpr std::ptrdiff_t m_SoundToPlay = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase> // MPropertyDescription
constexpr std::ptrdiff_t m_flTestConstantParam = 0x68; // float32 namespace CVoiceContainerEnvelopeAnalyzer {
constexpr std::ptrdiff_t m_flTestSoundEventBoundParam = 0x6C; // float32 constexpr std::ptrdiff_t m_mode = 0x50; // EMode_t
constexpr std::ptrdiff_t m_flEngineRPM = 0x70; // float32 constexpr std::ptrdiff_t m_nSamples = 0x54; // int32
constexpr std::ptrdiff_t m_flThreshold = 0x58; // float32
} }
// Parent: None // Parent: None
// Fields count: 1 // Fields count: 1
@ -477,6 +643,15 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_nProcType = 0xC; // int32 constexpr std::ptrdiff_t m_nProcType = 0xC; // int32
} }
// Parent: None // 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 // Fields count: 8
// //
// Metadata: // Metadata:
@ -492,6 +667,13 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_flHighCutoffFreq = 0x1C; // float32 constexpr std::ptrdiff_t m_flHighCutoffFreq = 0x1C; // float32
} }
// Parent: None // Parent: None
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
namespace CSoundInfoHeader {
}
// Parent: None
// Fields count: 1 // Fields count: 1
// //
// Metadata: // Metadata:
@ -500,7 +682,7 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_groupList = 0x0; // CUtlVector<CSosSoundEventGroupSchema> constexpr std::ptrdiff_t m_groupList = 0x0; // CUtlVector<CSosSoundEventGroupSchema>
} }
// Parent: CSosGroupBranchPattern // Parent: CSosGroupBranchPattern
// Fields count: 4 // Fields count: 5
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -509,6 +691,7 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_matchSoundEventSubString = 0x18; // CUtlString constexpr std::ptrdiff_t m_matchSoundEventSubString = 0x18; // CUtlString
constexpr std::ptrdiff_t m_flEntIndex = 0x20; // float32 constexpr std::ptrdiff_t m_flEntIndex = 0x20; // float32
constexpr std::ptrdiff_t m_flOpvar = 0x24; // float32 constexpr std::ptrdiff_t m_flOpvar = 0x24; // float32
constexpr std::ptrdiff_t m_opvarString = 0x28; // CUtlString
} }
// Parent: None // Parent: None
// Fields count: 5 // Fields count: 5
@ -522,23 +705,6 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t itemKVString = 0x20; // CUtlString constexpr std::ptrdiff_t itemKVString = 0x20; // CUtlString
constexpr std::ptrdiff_t itemPos = 0x28; // Vector2D 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 // Parent: None
// Fields count: 7 // Fields count: 7
// //
@ -553,14 +719,6 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_flFeedbackDiffusion1 = 0x14; // float32 constexpr std::ptrdiff_t m_flFeedbackDiffusion1 = 0x14; // float32
constexpr std::ptrdiff_t m_flFeedbackDiffusion2 = 0x18; // 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 // Parent: None
// Fields count: 4 // Fields count: 4
// //
@ -610,6 +768,17 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_flHoldTimeMS = 0x4; // float32 constexpr std::ptrdiff_t m_flHoldTimeMS = 0x4; // float32
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x8; // 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 // Parent: CSosGroupActionSchema
// Fields count: 3 // Fields count: 3
// //
@ -625,8 +794,10 @@ namespace cs2_dumper {
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MPropertyFriendlyName
// MPropertyDescription
namespace CVoiceContainerAmpedDecayingSineWave { namespace CVoiceContainerAmpedDecayingSineWave {
constexpr std::ptrdiff_t m_flGainAmount = 0x68; // float32 constexpr std::ptrdiff_t m_flGainAmount = 0xF8; // float32
} }
// Parent: None // Parent: None
// Fields count: 8 // Fields count: 8
@ -668,6 +839,29 @@ namespace cs2_dumper {
namespace VMixEffectChainDesc_t { namespace VMixEffectChainDesc_t {
constexpr std::ptrdiff_t m_flCrossfadeTime = 0x0; // float32 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 // Parent: CSosGroupActionSchema
// Fields count: 2 // Fields count: 2
// //
@ -678,6 +872,31 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_flMaxDuration = 0x1C; // float32 constexpr std::ptrdiff_t m_flMaxDuration = 0x1C; // float32
} }
// Parent: CSosGroupActionSchema // 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 // Fields count: 1
// //
// Metadata: // Metadata:
@ -720,9 +939,11 @@ namespace cs2_dumper {
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MPropertyFriendlyName
// MPropertyDescription
namespace CVoiceContainerDecayingSineWave { namespace CVoiceContainerDecayingSineWave {
constexpr std::ptrdiff_t m_flFrequency = 0x60; // float32 constexpr std::ptrdiff_t m_flFrequency = 0xF0; // float32
constexpr std::ptrdiff_t m_flDecayTime = 0x64; // float32 constexpr std::ptrdiff_t m_flDecayTime = 0xF4; // float32
} }
// Parent: None // Parent: None
// Fields count: 6 // Fields count: 6

View File

@ -1,6 +1,65 @@
{ {
"soundsystem.dll": { "soundsystem.dll": {
"classes": { "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": { "CDSPMixgroupModifier": {
"fields": { "fields": {
"m_flListenerReverbModifierWhenSourceReverbIsActive": 24, "m_flListenerReverbModifierWhenSourceReverbIsActive": 24,
@ -61,6 +120,25 @@
], ],
"parent": "CSosGroupActionSchema" "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": { "CSosGroupActionSchema": {
"fields": { "fields": {
"m_actionInstanceType": 20, "m_actionInstanceType": 20,
@ -113,6 +191,21 @@
], ],
"parent": "CSosGroupActionSchema" "parent": "CSosGroupActionSchema"
}, },
"CSosGroupActionSoundeventPrioritySchema": {
"fields": {
"m_bPriorityReadButDontContribute": 48,
"m_priorityContributeButDontRead": 40,
"m_priorityValue": 24,
"m_priorityVolumeScalar": 32
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "CSosGroupActionSchema"
},
"CSosGroupActionTimeBlockLimitSchema": { "CSosGroupActionTimeBlockLimitSchema": {
"fields": { "fields": {
"m_flMaxDuration": 28, "m_flMaxDuration": 28,
@ -143,7 +236,8 @@
"m_bMatchEntIndex": 10, "m_bMatchEntIndex": 10,
"m_bMatchEventName": 8, "m_bMatchEventName": 8,
"m_bMatchEventSubString": 9, "m_bMatchEventSubString": 9,
"m_bMatchOpvar": 11 "m_bMatchOpvar": 11,
"m_bMatchString": 12
}, },
"metadata": [ "metadata": [
{ {
@ -158,7 +252,8 @@
"m_flEntIndex": 32, "m_flEntIndex": 32,
"m_flOpvar": 36, "m_flOpvar": 36,
"m_matchSoundEventName": 16, "m_matchSoundEventName": 16,
"m_matchSoundEventSubString": 24 "m_matchSoundEventSubString": 24,
"m_opvarString": 40
}, },
"metadata": [ "metadata": [
{ {
@ -184,12 +279,13 @@
"fields": { "fields": {
"m_bInvertMatch": 20, "m_bInvertMatch": 20,
"m_bIsBlocking": 12, "m_bIsBlocking": 12,
"m_branchPattern": 64, "m_branchPattern": 72,
"m_flLifeSpanTime": 88,
"m_matchPattern": 24, "m_matchPattern": 24,
"m_nBlockMaxCount": 16, "m_nBlockMaxCount": 16,
"m_nType": 8, "m_nType": 8,
"m_name": 0, "m_name": 0,
"m_vActions": 176 "m_vActions": 192
}, },
"metadata": [ "metadata": [
{ {
@ -215,21 +311,29 @@
], ],
"parent": null "parent": null
}, },
"CVoiceContainerAmpedDecayingSineWave": { "CSoundInfoHeader": {
"fields": { "fields": {},
"m_flGainAmount": 104
},
"metadata": [ "metadata": [
{ {
"name": "MGetKV3ClassDefaults", "name": "MGetKV3ClassDefaults",
"type": "Unknown" "type": "Unknown"
} }
], ],
"parent": "CVoiceContainerDecayingSineWave" "parent": null
}, },
"CVoiceContainerBase": { "CVSound": {
"fields": { "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": [ "metadata": [
{ {
@ -239,135 +343,336 @@
], ],
"parent": null "parent": null
}, },
"CVoiceContainerBlend": { "CVoiceContainerAmpedDecayingSineWave": {
"fields": { "fields": {
"m_flBlendAmount": 112, "m_flGainAmount": 248
"m_hSoundOne": 96,
"m_hSoundTwo": 104
}, },
"metadata": [ "metadata": [
{ {
"name": "MGetKV3ClassDefaults", "name": "MGetKV3ClassDefaults",
"type": "Unknown" "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" "parent": "CVoiceContainerBase"
}, },
"CVoiceContainerDecayingSineWave": { "CVoiceContainerDecayingSineWave": {
"fields": { "fields": {
"m_flDecayTime": 100, "m_flDecayTime": 244,
"m_flFrequency": 96 "m_flFrequency": 240
}, },
"metadata": [ "metadata": [
{ {
"name": "MGetKV3ClassDefaults", "name": "MGetKV3ClassDefaults",
"type": "Unknown" "type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
} }
], ],
"parent": "CVoiceContainerBase" "parent": "CVoiceContainerBase"
}, },
"CVoiceContainerDefault": { "CVoiceContainerDefault": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "CVoiceContainerBase"
},
"CVoiceContainerEngineSound": {
"fields": { "fields": {
"m_SoundToPlay": 96, "m_vsndReference": 240
"m_flEngineRPM": 112,
"m_flTestConstantParam": 104,
"m_flTestSoundEventBoundParam": 108
}, },
"metadata": [ "metadata": [
{ {
"name": "MGetKV3ClassDefaults", "name": "MGetKV3ClassDefaults",
"type": "Unknown" "type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
} }
], ],
"parent": "CVoiceContainerBase" "parent": "CVoiceContainerBase"
}, },
"CVoiceContainerEnvelopeAnalyzer": { "CVoiceContainerEnvelopeAnalyzer": {
"fields": { "fields": {
"m_envBuffer": 104 "m_flThreshold": 88,
"m_mode": 80,
"m_nSamples": 84
}, },
"metadata": [ "metadata": [
{ {
"name": "MGetKV3ClassDefaults", "name": "MGetKV3ClassDefaults",
"type": "Unknown" "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": { "CVoiceContainerRandomSampler": {
"fields": { "fields": {
"m_flLoudAmplitude": 96, "m_flAmplitude": 240,
"m_flLoudAmplitudeJitter": 100, "m_flAmplitudeJitter": 244,
"m_flLoudTimeJitter": 112, "m_flMaxLength": 252,
"m_flSoftAmplitude": 104, "m_flTimeJitter": 248,
"m_flSoftAmplitudeJitter": 108, "m_grainResources": 264,
"m_flSoftTimeJitter": 116, "m_nNumDelayVariations": 256
"m_grainResources": 120
}, },
"metadata": [ "metadata": [
{ {
"name": "MGetKV3ClassDefaults", "name": "MGetKV3ClassDefaults",
"type": "Unknown" "type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
} }
], ],
"parent": "CVoiceContainerBase" "parent": "CVoiceContainerBase"
}, },
"CVoiceContainerRealtimeFMSineWave": { "CVoiceContainerRealtimeFMSineWave": {
"fields": { "fields": {
"m_flCarrierFrequency": 96, "m_flCarrierFrequency": 240,
"m_flModulatorAmount": 104, "m_flModulatorAmount": 248,
"m_flModulatorFrequency": 100 "m_flModulatorFrequency": 244
}, },
"metadata": [ "metadata": [
{ {
"name": "MGetKV3ClassDefaults", "name": "MGetKV3ClassDefaults",
"type": "Unknown" "type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
} }
], ],
"parent": "CVoiceContainerBase" "parent": "CVoiceContainerBase"
}, },
"CVoiceContainerTestConstant": { "CVoiceContainerSelector": {
"fields": { "fields": {
"m_flTestConstantParam": 104 "m_bRetrigger": 244,
"m_mode": 240,
"m_soundsToPlay": 248
}, },
"metadata": [ "metadata": [
{ {
"name": "MGetKV3ClassDefaults", "name": "MGetKV3ClassDefaults",
"type": "Unknown" "type": "Unknown"
} },
],
"parent": "CVoiceContainerWavFileReader"
},
"CVoiceContainerTestNestedDynamic": {
"fields": {
"m_SoundToPlay": 96,
"m_flTestConstantParam": 104
},
"metadata": [
{ {
"name": "MGetKV3ClassDefaults", "name": "MPropertyFriendlyName",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown" "type": "Unknown"
} }
], ],
"parent": "CVoiceContainerBase" "parent": "CVoiceContainerBase"
}, },
"CVoiceContainerWavFileReader": { "CVoiceContainerStaticAdditiveSynth": {
"fields": { "fields": {
"m_wavFilePath": 96 "m_tones": 240
}, },
"metadata": [ "metadata": [
{ {
"name": "MGetKV3ClassDefaults", "name": "MGetKV3ClassDefaults",
"type": "Unknown" "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" "parent": "CVoiceContainerBase"
@ -807,15 +1112,75 @@
"ActionType_t": { "ActionType_t": {
"alignment": 4, "alignment": 4,
"members": { "members": {
"SOS_ACTION_COUNT_ENVELOPE": 7,
"SOS_ACTION_LIMITER": 1, "SOS_ACTION_LIMITER": 1,
"SOS_ACTION_NONE": 0, "SOS_ACTION_NONE": 0,
"SOS_ACTION_SET_SOUNDEVENT_PARAM": 4, "SOS_ACTION_SET_SOUNDEVENT_PARAM": 4,
"SOS_ACTION_SOUNDEVENT_CLUSTER": 5, "SOS_ACTION_SOUNDEVENT_CLUSTER": 5,
"SOS_ACTION_SOUNDEVENT_PRIORITY": 6,
"SOS_ACTION_TIME_BLOCK_LIMITER": 3, "SOS_ACTION_TIME_BLOCK_LIMITER": 3,
"SOS_ACTION_TIME_LIMIT": 2 "SOS_ACTION_TIME_LIMIT": 2
}, },
"type": "uint32" "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": { "SosActionSortType_t": {
"alignment": 4, "alignment": 4,
"members": { "members": {
@ -918,36 +1283,36 @@
"VMixProcessorType_t": { "VMixProcessorType_t": {
"alignment": 2, "alignment": 2,
"members": { "members": {
"VPROCESSOR_AUTOFILTER": 24, "VPROCESSOR_AUTOFILTER": 23,
"VPROCESSOR_BOXVERB": 9, "VPROCESSOR_BOXVERB": 8,
"VPROCESSOR_CONVOLUTION": 18, "VPROCESSOR_CONVOLUTION": 17,
"VPROCESSOR_DELAY": 6, "VPROCESSOR_DELAY": 5,
"VPROCESSOR_DIFFUSOR": 8, "VPROCESSOR_DIFFUSOR": 7,
"VPROCESSOR_DYNAMICS": 4, "VPROCESSOR_DYNAMICS": 3,
"VPROCESSOR_DYNAMICS_3BAND": 19, "VPROCESSOR_DYNAMICS_3BAND": 18,
"VPROCESSOR_DYNAMICS_COMPRESSOR": 20, "VPROCESSOR_DYNAMICS_COMPRESSOR": 19,
"VPROCESSOR_EFFECT_CHAIN": 27, "VPROCESSOR_EFFECT_CHAIN": 26,
"VPROCESSOR_ENVELOPE": 16, "VPROCESSOR_ENVELOPE": 15,
"VPROCESSOR_EQ8": 15, "VPROCESSOR_EQ8": 14,
"VPROCESSOR_FILTER": 13, "VPROCESSOR_FILTER": 12,
"VPROCESSOR_FREEVERB": 10, "VPROCESSOR_FREEVERB": 9,
"VPROCESSOR_FULLWAVE_INTEGRATOR": 12, "VPROCESSOR_FULLWAVE_INTEGRATOR": 11,
"VPROCESSOR_MOD_DELAY": 7, "VPROCESSOR_MOD_DELAY": 6,
"VPROCESSOR_OSC": 25, "VPROCESSOR_OSC": 24,
"VPROCESSOR_PANNER": 22, "VPROCESSOR_PANNER": 21,
"VPROCESSOR_PLATEVERB": 11, "VPROCESSOR_PLATEVERB": 10,
"VPROCESSOR_PRESETDSP": 5, "VPROCESSOR_PRESETDSP": 4,
"VPROCESSOR_RT_PITCH": 2, "VPROCESSOR_RT_PITCH": 1,
"VPROCESSOR_SHAPER": 21, "VPROCESSOR_SHAPER": 20,
"VPROCESSOR_STEAMAUDIO_DIRECT": 29, "VPROCESSOR_STEAMAUDIO_DIRECT": 28,
"VPROCESSOR_STEAMAUDIO_HRTF": 3, "VPROCESSOR_STEAMAUDIO_HRTF": 2,
"VPROCESSOR_STEAMAUDIO_PATHING": 14, "VPROCESSOR_STEAMAUDIO_HYBRIDREVERB": 29,
"VPROCESSOR_STEAMAUDIO_REVERB": 1, "VPROCESSOR_STEAMAUDIO_PATHING": 13,
"VPROCESSOR_STEREODELAY": 26, "VPROCESSOR_STEREODELAY": 25,
"VPROCESSOR_SUBGRAPH_SWITCH": 28, "VPROCESSOR_SUBGRAPH_SWITCH": 27,
"VPROCESSOR_UNKNOWN": 0, "VPROCESSOR_UNKNOWN": 0,
"VPROCESSOR_UTILITY": 23, "VPROCESSOR_UTILITY": 22,
"VPROCESSOR_VOCODER": 17 "VPROCESSOR_VOCODER": 16
}, },
"type": "uint16" "type": "uint16"
}, },

View File

@ -1,14 +1,31 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
pub mod cs2_dumper { pub mod cs2_dumper {
pub mod schemas { pub mod schemas {
// Module: soundsystem.dll // Module: soundsystem.dll
// Classes count: 51 // Classes count: 63
// Enums count: 13 // Enums count: 18
pub mod soundsystem_dll { 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 // Alignment: 4
// Members count: 5 // Members count: 5
#[repr(u32)] #[repr(u32)]
@ -60,40 +77,49 @@ pub mod cs2_dumper {
SOS_SORTTYPE_HIGHEST = 0x0, SOS_SORTTYPE_HIGHEST = 0x0,
SOS_SORTTYPE_LOWEST = 0x1 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 // Alignment: 2
// Members count: 30 // Members count: 30
#[repr(u16)] #[repr(u16)]
pub enum VMixProcessorType_t { pub enum VMixProcessorType_t {
VPROCESSOR_UNKNOWN = 0x0, VPROCESSOR_UNKNOWN = 0x0,
VPROCESSOR_STEAMAUDIO_REVERB = 0x1, VPROCESSOR_RT_PITCH = 0x1,
VPROCESSOR_RT_PITCH = 0x2, VPROCESSOR_STEAMAUDIO_HRTF = 0x2,
VPROCESSOR_STEAMAUDIO_HRTF = 0x3, VPROCESSOR_DYNAMICS = 0x3,
VPROCESSOR_DYNAMICS = 0x4, VPROCESSOR_PRESETDSP = 0x4,
VPROCESSOR_PRESETDSP = 0x5, VPROCESSOR_DELAY = 0x5,
VPROCESSOR_DELAY = 0x6, VPROCESSOR_MOD_DELAY = 0x6,
VPROCESSOR_MOD_DELAY = 0x7, VPROCESSOR_DIFFUSOR = 0x7,
VPROCESSOR_DIFFUSOR = 0x8, VPROCESSOR_BOXVERB = 0x8,
VPROCESSOR_BOXVERB = 0x9, VPROCESSOR_FREEVERB = 0x9,
VPROCESSOR_FREEVERB = 0xA, VPROCESSOR_PLATEVERB = 0xA,
VPROCESSOR_PLATEVERB = 0xB, VPROCESSOR_FULLWAVE_INTEGRATOR = 0xB,
VPROCESSOR_FULLWAVE_INTEGRATOR = 0xC, VPROCESSOR_FILTER = 0xC,
VPROCESSOR_FILTER = 0xD, VPROCESSOR_STEAMAUDIO_PATHING = 0xD,
VPROCESSOR_STEAMAUDIO_PATHING = 0xE, VPROCESSOR_EQ8 = 0xE,
VPROCESSOR_EQ8 = 0xF, VPROCESSOR_ENVELOPE = 0xF,
VPROCESSOR_ENVELOPE = 0x10, VPROCESSOR_VOCODER = 0x10,
VPROCESSOR_VOCODER = 0x11, VPROCESSOR_CONVOLUTION = 0x11,
VPROCESSOR_CONVOLUTION = 0x12, VPROCESSOR_DYNAMICS_3BAND = 0x12,
VPROCESSOR_DYNAMICS_3BAND = 0x13, VPROCESSOR_DYNAMICS_COMPRESSOR = 0x13,
VPROCESSOR_DYNAMICS_COMPRESSOR = 0x14, VPROCESSOR_SHAPER = 0x14,
VPROCESSOR_SHAPER = 0x15, VPROCESSOR_PANNER = 0x15,
VPROCESSOR_PANNER = 0x16, VPROCESSOR_UTILITY = 0x16,
VPROCESSOR_UTILITY = 0x17, VPROCESSOR_AUTOFILTER = 0x17,
VPROCESSOR_AUTOFILTER = 0x18, VPROCESSOR_OSC = 0x18,
VPROCESSOR_OSC = 0x19, VPROCESSOR_STEREODELAY = 0x19,
VPROCESSOR_STEREODELAY = 0x1A, VPROCESSOR_EFFECT_CHAIN = 0x1A,
VPROCESSOR_EFFECT_CHAIN = 0x1B, VPROCESSOR_SUBGRAPH_SWITCH = 0x1B,
VPROCESSOR_SUBGRAPH_SWITCH = 0x1C, VPROCESSOR_STEAMAUDIO_DIRECT = 0x1C,
VPROCESSOR_STEAMAUDIO_DIRECT = 0x1D VPROCESSOR_STEAMAUDIO_HYBRIDREVERB = 0x1D
} }
// Alignment: 4 // Alignment: 4
// Members count: 30 // Members count: 30
@ -149,6 +175,33 @@ pub mod cs2_dumper {
VMIX_CHAN_MID_SIDE = 0x5 VMIX_CHAN_MID_SIDE = 0x5
} }
// Alignment: 1 // 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 // Members count: 9
#[repr(u8)] #[repr(u8)]
pub enum VMixFilterSlope_t { pub enum VMixFilterSlope_t {
@ -163,7 +216,7 @@ pub mod cs2_dumper {
FILTER_SLOPE_MAX = 0x7 FILTER_SLOPE_MAX = 0x7
} }
// Alignment: 4 // Alignment: 4
// Members count: 6 // Members count: 8
#[repr(u32)] #[repr(u32)]
pub enum ActionType_t { pub enum ActionType_t {
SOS_ACTION_NONE = 0x0, SOS_ACTION_NONE = 0x0,
@ -171,7 +224,9 @@ pub mod cs2_dumper {
SOS_ACTION_TIME_LIMIT = 0x2, SOS_ACTION_TIME_LIMIT = 0x2,
SOS_ACTION_TIME_BLOCK_LIMITER = 0x3, SOS_ACTION_TIME_BLOCK_LIMITER = 0x3,
SOS_ACTION_SET_SOUNDEVENT_PARAM = 0x4, 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 // Alignment: 4
// Members count: 3 // Members count: 3
@ -188,6 +243,18 @@ pub mod cs2_dumper {
SOS_GROUPTYPE_DYNAMIC = 0x0, SOS_GROUPTYPE_DYNAMIC = 0x0,
SOS_GROUPTYPE_STATIC = 0x1 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 // Parent: None
// Fields count: 4 // Fields count: 4
// //
@ -199,26 +266,72 @@ pub mod cs2_dumper {
pub const m_flWidth: usize = 0x8; // float32 pub const m_flWidth: usize = 0x8; // float32
pub const m_flLateReflections: usize = 0xC; // float32 pub const m_flLateReflections: usize = 0xC; // float32
} }
// Parent: CVoiceContainerBase // Parent: None
// Fields count: 7 // Fields count: 7
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
pub mod CVoiceContainerRandomSampler { pub mod CVoiceContainerStaticAdditiveSynth__CHarmonic {
pub const m_flLoudAmplitude: usize = 0x60; // float32 pub const m_nWaveform: usize = 0x0; // EWaveform
pub const m_flLoudAmplitudeJitter: usize = 0x64; // float32 pub const m_nFundamental: usize = 0x1; // EMidiNote
pub const m_flSoftAmplitude: usize = 0x68; // float32 pub const m_nOctave: usize = 0x4; // int32
pub const m_flSoftAmplitudeJitter: usize = 0x6C; // float32 pub const m_flCents: usize = 0x8; // float32
pub const m_flLoudTimeJitter: usize = 0x70; // float32 pub const m_flPhase: usize = 0xC; // float32
pub const m_flSoftTimeJitter: usize = 0x74; // float32 pub const m_curve: usize = 0x10; // CPiecewiseCurve
pub const m_grainResources: usize = 0x78; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>> pub const m_volumeScaling: usize = 0x50; // CVoiceContainerStaticAdditiveSynth::CGainScalePerInstance
} }
// Parent: CVoiceContainerBase // Parent: None
// Fields count: 0 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // 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 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 // Parent: None
// Fields count: 1 // Fields count: 1
@ -255,6 +368,15 @@ pub mod cs2_dumper {
pub const m_opvarName: usize = 0x28; // CUtlString pub const m_opvarName: usize = 0x28; // CUtlString
pub const m_nSortType: usize = 0x30; // SosActionSortType_t pub const m_nSortType: usize = 0x30; // SosActionSortType_t
} }
// Parent: CVoiceContainerBase
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MPropertyFriendlyName
// MPropertyDescription
pub mod CVoiceContainerNull {
}
// Parent: None // Parent: None
// Fields count: 3 // Fields count: 3
// //
@ -270,19 +392,44 @@ pub mod cs2_dumper {
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // 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 mod VMixPannerDesc_t {
pub const m_type: usize = 0x0; // VMixPannerType_t pub const m_type: usize = 0x0; // VMixPannerType_t
pub const m_flStrength: usize = 0x4; // float32 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 // Parent: CVoiceContainerBase
// Fields count: 3 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MPropertyFriendlyName
// MPropertyDescription
pub mod CVoiceContainerRealtimeFMSineWave { pub mod CVoiceContainerRealtimeFMSineWave {
pub const m_flCarrierFrequency: usize = 0x60; // float32 pub const m_flCarrierFrequency: usize = 0xF0; // float32
pub const m_flModulatorFrequency: usize = 0x64; // float32 pub const m_flModulatorFrequency: usize = 0xF4; // float32
pub const m_flModulatorAmount: usize = 0x68; // float32 pub const m_flModulatorAmount: usize = 0xF8; // float32
} }
// Parent: None // Parent: None
// Fields count: 1 // Fields count: 1
@ -344,7 +491,7 @@ pub mod cs2_dumper {
pub const m_actionInstanceType: usize = 0x14; // ActionType_t pub const m_actionInstanceType: usize = 0x14; // ActionType_t
} }
// Parent: None // Parent: None
// Fields count: 8 // Fields count: 9
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -356,11 +503,12 @@ pub mod cs2_dumper {
pub const m_nBlockMaxCount: usize = 0x10; // int32 pub const m_nBlockMaxCount: usize = 0x10; // int32
pub const m_bInvertMatch: usize = 0x14; // bool pub const m_bInvertMatch: usize = 0x14; // bool
pub const m_matchPattern: usize = 0x18; // CSosGroupMatchPattern pub const m_matchPattern: usize = 0x18; // CSosGroupMatchPattern
pub const m_branchPattern: usize = 0x40; // CSosGroupBranchPattern pub const m_branchPattern: usize = 0x48; // CSosGroupBranchPattern
pub const m_vActions: usize = 0xB0; // CSosGroupActionSchema*[4] pub const m_flLifeSpanTime: usize = 0x58; // float32
pub const m_vActions: usize = 0xC0; // CSosGroupActionSchema*[4]
} }
// Parent: None // Parent: None
// Fields count: 4 // Fields count: 5
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -369,6 +517,7 @@ pub mod cs2_dumper {
pub const m_bMatchEventSubString: usize = 0x9; // bool pub const m_bMatchEventSubString: usize = 0x9; // bool
pub const m_bMatchEntIndex: usize = 0xA; // bool pub const m_bMatchEntIndex: usize = 0xA; // bool
pub const m_bMatchOpvar: usize = 0xB; // bool pub const m_bMatchOpvar: usize = 0xB; // bool
pub const m_bMatchString: usize = 0xC; // bool
} }
// Parent: None // Parent: None
// Fields count: 10 // Fields count: 10
@ -401,6 +550,29 @@ pub mod cs2_dumper {
pub const m_flListenerReverbModifierWhenSourceReverbIsActive: usize = 0x18; // float32 pub const m_flListenerReverbModifierWhenSourceReverbIsActive: usize = 0x18; // float32
} }
// Parent: None // 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 // Fields count: 2
// //
// Metadata: // Metadata:
@ -409,23 +581,19 @@ pub mod cs2_dumper {
pub const m_dspName: usize = 0x0; // CUtlString pub const m_dspName: usize = 0x0; // CUtlString
pub const m_modifiers: usize = 0x8; // CUtlVector<CDSPMixgroupModifier> pub const m_modifiers: usize = 0x8; // CUtlVector<CDSPMixgroupModifier>
} }
// Parent: CVoiceContainerBase // Parent: None
// Fields count: 3 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
pub mod CVoiceContainerBlend { // MVDataNodeType
pub const m_hSoundOne: usize = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase> // MVDataFileExtension
pub const m_hSoundTwo: usize = 0x68; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase> // MPropertyFriendlyName
pub const m_flBlendAmount: usize = 0x70; // float32 // MPropertyDescription
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CVoiceContainerBase { 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 // Parent: None
// Fields count: 7 // Fields count: 7
@ -449,24 +617,27 @@ pub mod cs2_dumper {
pub mod VMixEQ8Desc_t { pub mod VMixEQ8Desc_t {
pub const m_stages: usize = 0x0; // VMixFilterDesc_t[8] pub const m_stages: usize = 0x0; // VMixFilterDesc_t[8]
} }
// Parent: CVoiceContainerWavFileReader // Parent: None
// Fields count: 1 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
pub mod CVoiceContainerEnvelopeAnalyzer { pub mod CAudioPhonemeTag {
pub const m_envBuffer: usize = 0x68; // CUtlVector<float32> pub const m_flStartTime: usize = 0x0; // float32
pub const m_flEndTime: usize = 0x4; // float32
pub const m_nPhonemeCode: usize = 0x8; // int32
} }
// Parent: CVoiceContainerBase // Parent: CVoiceContainerAnalysisBase
// Fields count: 4 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
pub mod CVoiceContainerEngineSound { // MPropertyFriendlyName
pub const m_SoundToPlay: usize = 0x60; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase> // MPropertyDescription
pub const m_flTestConstantParam: usize = 0x68; // float32 pub mod CVoiceContainerEnvelopeAnalyzer {
pub const m_flTestSoundEventBoundParam: usize = 0x6C; // float32 pub const m_mode: usize = 0x50; // EMode_t
pub const m_flEngineRPM: usize = 0x70; // float32 pub const m_nSamples: usize = 0x54; // int32
pub const m_flThreshold: usize = 0x58; // float32
} }
// Parent: None // Parent: None
// Fields count: 1 // Fields count: 1
@ -488,6 +659,15 @@ pub mod cs2_dumper {
pub const m_nProcType: usize = 0xC; // int32 pub const m_nProcType: usize = 0xC; // int32
} }
// Parent: None // 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 // Fields count: 8
// //
// Metadata: // Metadata:
@ -503,6 +683,13 @@ pub mod cs2_dumper {
pub const m_flHighCutoffFreq: usize = 0x1C; // float32 pub const m_flHighCutoffFreq: usize = 0x1C; // float32
} }
// Parent: None // Parent: None
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CSoundInfoHeader {
}
// Parent: None
// Fields count: 1 // Fields count: 1
// //
// Metadata: // Metadata:
@ -511,7 +698,7 @@ pub mod cs2_dumper {
pub const m_groupList: usize = 0x0; // CUtlVector<CSosSoundEventGroupSchema> pub const m_groupList: usize = 0x0; // CUtlVector<CSosSoundEventGroupSchema>
} }
// Parent: CSosGroupBranchPattern // Parent: CSosGroupBranchPattern
// Fields count: 4 // Fields count: 5
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -520,6 +707,7 @@ pub mod cs2_dumper {
pub const m_matchSoundEventSubString: usize = 0x18; // CUtlString pub const m_matchSoundEventSubString: usize = 0x18; // CUtlString
pub const m_flEntIndex: usize = 0x20; // float32 pub const m_flEntIndex: usize = 0x20; // float32
pub const m_flOpvar: usize = 0x24; // float32 pub const m_flOpvar: usize = 0x24; // float32
pub const m_opvarString: usize = 0x28; // CUtlString
} }
// Parent: None // Parent: None
// Fields count: 5 // Fields count: 5
@ -533,23 +721,6 @@ pub mod cs2_dumper {
pub const itemKVString: usize = 0x20; // CUtlString pub const itemKVString: usize = 0x20; // CUtlString
pub const itemPos: usize = 0x28; // Vector2D 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 // Parent: None
// Fields count: 7 // Fields count: 7
// //
@ -564,14 +735,6 @@ pub mod cs2_dumper {
pub const m_flFeedbackDiffusion1: usize = 0x14; // float32 pub const m_flFeedbackDiffusion1: usize = 0x14; // float32
pub const m_flFeedbackDiffusion2: usize = 0x18; // 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 // Parent: None
// Fields count: 4 // Fields count: 4
// //
@ -621,6 +784,17 @@ pub mod cs2_dumper {
pub const m_flHoldTimeMS: usize = 0x4; // float32 pub const m_flHoldTimeMS: usize = 0x4; // float32
pub const m_flReleaseTimeMS: usize = 0x8; // 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 // Parent: CSosGroupActionSchema
// Fields count: 3 // Fields count: 3
// //
@ -636,8 +810,10 @@ pub mod cs2_dumper {
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MPropertyFriendlyName
// MPropertyDescription
pub mod CVoiceContainerAmpedDecayingSineWave { pub mod CVoiceContainerAmpedDecayingSineWave {
pub const m_flGainAmount: usize = 0x68; // float32 pub const m_flGainAmount: usize = 0xF8; // float32
} }
// Parent: None // Parent: None
// Fields count: 8 // Fields count: 8
@ -679,6 +855,29 @@ pub mod cs2_dumper {
pub mod VMixEffectChainDesc_t { pub mod VMixEffectChainDesc_t {
pub const m_flCrossfadeTime: usize = 0x0; // float32 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 // Parent: CSosGroupActionSchema
// Fields count: 2 // Fields count: 2
// //
@ -689,6 +888,31 @@ pub mod cs2_dumper {
pub const m_flMaxDuration: usize = 0x1C; // float32 pub const m_flMaxDuration: usize = 0x1C; // float32
} }
// Parent: CSosGroupActionSchema // 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 // Fields count: 1
// //
// Metadata: // Metadata:
@ -731,9 +955,11 @@ pub mod cs2_dumper {
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
// MPropertyFriendlyName
// MPropertyDescription
pub mod CVoiceContainerDecayingSineWave { pub mod CVoiceContainerDecayingSineWave {
pub const m_flFrequency: usize = 0x60; // float32 pub const m_flFrequency: usize = 0xF0; // float32
pub const m_flDecayTime: usize = 0x64; // float32 pub const m_flDecayTime: usize = 0xF4; // float32
} }
// Parent: None // Parent: None
// Fields count: 6 // Fields count: 6

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: vphysics2.dll // Module: vphysics2.dll
@ -81,7 +81,7 @@ namespace CS2Dumper.Schemas {
public const nint m_Mesh = 0x10; // RnMesh_t public const nint m_Mesh = 0x10; // RnMesh_t
} }
// Parent: None // Parent: None
// Fields count: 100 // Fields count: 101
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -184,8 +184,9 @@ namespace CS2Dumper.Schemas {
public const nint m_flQuadVelocitySmoothRate = 0x608; // float32 public const nint m_flQuadVelocitySmoothRate = 0x608; // float32
public const nint m_flAddWorldCollisionRadius = 0x60C; // float32 public const nint m_flAddWorldCollisionRadius = 0x60C; // float32
public const nint m_flDefaultVolumetricSolveAmount = 0x610; // float32 public const nint m_flDefaultVolumetricSolveAmount = 0x610; // float32
public const nint m_nRodVelocitySmoothIterations = 0x614; // uint16 public const nint m_flMotionSmoothCDT = 0x614; // float32
public const nint m_nQuadVelocitySmoothIterations = 0x616; // uint16 public const nint m_nRodVelocitySmoothIterations = 0x618; // uint16
public const nint m_nQuadVelocitySmoothIterations = 0x61A; // uint16
} }
// Parent: RnBodyDesc_t // Parent: RnBodyDesc_t
// Fields count: 1 // Fields count: 1

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once
@ -86,7 +86,7 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_Mesh = 0x10; // RnMesh_t constexpr std::ptrdiff_t m_Mesh = 0x10; // RnMesh_t
} }
// Parent: None // Parent: None
// Fields count: 100 // Fields count: 101
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -189,8 +189,9 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_flQuadVelocitySmoothRate = 0x608; // float32 constexpr std::ptrdiff_t m_flQuadVelocitySmoothRate = 0x608; // float32
constexpr std::ptrdiff_t m_flAddWorldCollisionRadius = 0x60C; // float32 constexpr std::ptrdiff_t m_flAddWorldCollisionRadius = 0x60C; // float32
constexpr std::ptrdiff_t m_flDefaultVolumetricSolveAmount = 0x610; // float32 constexpr std::ptrdiff_t m_flDefaultVolumetricSolveAmount = 0x610; // float32
constexpr std::ptrdiff_t m_nRodVelocitySmoothIterations = 0x614; // uint16 constexpr std::ptrdiff_t m_flMotionSmoothCDT = 0x614; // float32
constexpr std::ptrdiff_t m_nQuadVelocitySmoothIterations = 0x616; // uint16 constexpr std::ptrdiff_t m_nRodVelocitySmoothIterations = 0x618; // uint16
constexpr std::ptrdiff_t m_nQuadVelocitySmoothIterations = 0x61A; // uint16
} }
// Parent: RnBodyDesc_t // Parent: RnBodyDesc_t
// Fields count: 1 // Fields count: 1

View File

@ -1015,6 +1015,7 @@
"m_flInternalPressure": 1496, "m_flInternalPressure": 1496,
"m_flLocalForce": 56, "m_flLocalForce": 56,
"m_flLocalRotation": 60, "m_flLocalRotation": 60,
"m_flMotionSmoothCDT": 1556,
"m_flQuadVelocitySmoothRate": 1544, "m_flQuadVelocitySmoothRate": 1544,
"m_flRodVelocitySmoothRate": 1540, "m_flRodVelocitySmoothRate": 1540,
"m_flWindDrag": 1508, "m_flWindDrag": 1508,
@ -1028,9 +1029,9 @@
"m_nNodeCount": 64, "m_nNodeCount": 64,
"m_nQuadCount1": 80, "m_nQuadCount1": 80,
"m_nQuadCount2": 82, "m_nQuadCount2": 82,
"m_nQuadVelocitySmoothIterations": 1558, "m_nQuadVelocitySmoothIterations": 1562,
"m_nReservedUint8": 1180, "m_nReservedUint8": 1180,
"m_nRodVelocitySmoothIterations": 1556, "m_nRodVelocitySmoothIterations": 1560,
"m_nRopeCount": 88, "m_nRopeCount": 88,
"m_nRotLockStaticNodes": 68, "m_nRotLockStaticNodes": 68,
"m_nSimdQuadCount1": 76, "m_nSimdQuadCount1": 76,

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![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 pub const m_Mesh: usize = 0x10; // RnMesh_t
} }
// Parent: None // Parent: None
// Fields count: 100 // Fields count: 101
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -189,8 +189,9 @@ pub mod cs2_dumper {
pub const m_flQuadVelocitySmoothRate: usize = 0x608; // float32 pub const m_flQuadVelocitySmoothRate: usize = 0x608; // float32
pub const m_flAddWorldCollisionRadius: usize = 0x60C; // float32 pub const m_flAddWorldCollisionRadius: usize = 0x60C; // float32
pub const m_flDefaultVolumetricSolveAmount: usize = 0x610; // float32 pub const m_flDefaultVolumetricSolveAmount: usize = 0x610; // float32
pub const m_nRodVelocitySmoothIterations: usize = 0x614; // uint16 pub const m_flMotionSmoothCDT: usize = 0x614; // float32
pub const m_nQuadVelocitySmoothIterations: usize = 0x616; // uint16 pub const m_nRodVelocitySmoothIterations: usize = 0x618; // uint16
pub const m_nQuadVelocitySmoothIterations: usize = 0x61A; // uint16
} }
// Parent: RnBodyDesc_t // Parent: RnBodyDesc_t
// Fields count: 1 // Fields count: 1

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: worldrenderer.dll // Module: worldrenderer.dll
@ -52,7 +52,7 @@ namespace CS2Dumper.Schemas {
public static class AggregateLODSetup_t { public static class AggregateLODSetup_t {
public const nint m_vLODOrigin = 0x0; // Vector public const nint m_vLODOrigin = 0x0; // Vector
public const nint m_fMaxObjectScale = 0xC; // float32 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 // Parent: BaseSceneObjectOverride_t
// Fields count: 4 // Fields count: 4
@ -131,20 +131,19 @@ namespace CS2Dumper.Schemas {
public static class WorldBuilderParams_t { public static class WorldBuilderParams_t {
public const nint m_flMinDrawVolumeSize = 0x0; // float32 public const nint m_flMinDrawVolumeSize = 0x0; // float32
public const nint m_bBuildBakedLighting = 0x4; // bool public const nint m_bBuildBakedLighting = 0x4; // bool
public const nint m_vLightmapUvScale = 0x8; // Vector2D public const nint m_bakedLightingInfo = 0x8; // BakedLightingInfo_t
public const nint m_nCompileTimestamp = 0x10; // uint64 public const nint m_nCompileTimestamp = 0x38; // uint64
public const nint m_nCompileFingerprint = 0x18; // uint64 public const nint m_nCompileFingerprint = 0x40; // uint64
} }
// Parent: None // Parent: None
// Fields count: 4 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
public static class PermEntityLumpData_t { public static class PermEntityLumpData_t {
public const nint m_name = 0x8; // CUtlString public const nint m_name = 0x8; // CUtlString
public const nint m_hammerUniqueId = 0x10; // CUtlString public const nint m_childLumps = 0x10; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
public const nint m_childLumps = 0x18; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>> public const nint m_entityKeyValues = 0x28; // CUtlLeanVector<EntityKeyValueData_t>
public const nint m_entityKeyValues = 0x30; // CUtlLeanVector<EntityKeyValueData_t>
} }
// Parent: None // Parent: None
// Fields count: 13 // Fields count: 13
@ -189,7 +188,7 @@ namespace CS2Dumper.Schemas {
public const nint m_nTimesToFire = 0x2C; // int32 public const nint m_nTimesToFire = 0x2C; // int32
} }
// Parent: None // Parent: None
// Fields count: 5 // Fields count: 9
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -198,6 +197,10 @@ namespace CS2Dumper.Schemas {
public const nint m_nLightmapGameVersionNumber = 0x4; // uint32 public const nint m_nLightmapGameVersionNumber = 0x4; // uint32
public const nint m_vLightmapUvScale = 0x8; // Vector2D public const nint m_vLightmapUvScale = 0x8; // Vector2D
public const nint m_bHasLightmaps = 0x10; // bool 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>> public const nint m_lightMaps = 0x18; // CUtlVector<CStrongHandle<InfoForResourceTypeCTextureBase>>
} }
// Parent: None // Parent: None
@ -250,9 +253,9 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
public static class World_t { public static class World_t {
public const nint m_builderParams = 0x0; // WorldBuilderParams_t public const nint m_builderParams = 0x0; // WorldBuilderParams_t
public const nint m_worldNodes = 0x20; // CUtlVector<NodeData_t> public const nint m_worldNodes = 0x48; // CUtlVector<NodeData_t>
public const nint m_worldLightingInfo = 0x38; // BakedLightingInfo_t public const nint m_worldLightingInfo = 0x60; // BakedLightingInfo_t
public const nint m_entityLumps = 0x68; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>> public const nint m_entityLumps = 0x90; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
} }
// Parent: None // Parent: None
// Fields count: 10 // Fields count: 10

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once
@ -57,7 +57,7 @@ namespace cs2_dumper {
namespace AggregateLODSetup_t { namespace AggregateLODSetup_t {
constexpr std::ptrdiff_t m_vLODOrigin = 0x0; // Vector constexpr std::ptrdiff_t m_vLODOrigin = 0x0; // Vector
constexpr std::ptrdiff_t m_fMaxObjectScale = 0xC; // float32 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 // Parent: BaseSceneObjectOverride_t
// Fields count: 4 // Fields count: 4
@ -136,20 +136,19 @@ namespace cs2_dumper {
namespace WorldBuilderParams_t { namespace WorldBuilderParams_t {
constexpr std::ptrdiff_t m_flMinDrawVolumeSize = 0x0; // float32 constexpr std::ptrdiff_t m_flMinDrawVolumeSize = 0x0; // float32
constexpr std::ptrdiff_t m_bBuildBakedLighting = 0x4; // bool constexpr std::ptrdiff_t m_bBuildBakedLighting = 0x4; // bool
constexpr std::ptrdiff_t m_vLightmapUvScale = 0x8; // Vector2D constexpr std::ptrdiff_t m_bakedLightingInfo = 0x8; // BakedLightingInfo_t
constexpr std::ptrdiff_t m_nCompileTimestamp = 0x10; // uint64 constexpr std::ptrdiff_t m_nCompileTimestamp = 0x38; // uint64
constexpr std::ptrdiff_t m_nCompileFingerprint = 0x18; // uint64 constexpr std::ptrdiff_t m_nCompileFingerprint = 0x40; // uint64
} }
// Parent: None // Parent: None
// Fields count: 4 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
namespace PermEntityLumpData_t { namespace PermEntityLumpData_t {
constexpr std::ptrdiff_t m_name = 0x8; // CUtlString constexpr std::ptrdiff_t m_name = 0x8; // CUtlString
constexpr std::ptrdiff_t m_hammerUniqueId = 0x10; // CUtlString constexpr std::ptrdiff_t m_childLumps = 0x10; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
constexpr std::ptrdiff_t m_childLumps = 0x18; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>> constexpr std::ptrdiff_t m_entityKeyValues = 0x28; // CUtlLeanVector<EntityKeyValueData_t>
constexpr std::ptrdiff_t m_entityKeyValues = 0x30; // CUtlLeanVector<EntityKeyValueData_t>
} }
// Parent: None // Parent: None
// Fields count: 13 // Fields count: 13
@ -194,7 +193,7 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_nTimesToFire = 0x2C; // int32 constexpr std::ptrdiff_t m_nTimesToFire = 0x2C; // int32
} }
// Parent: None // Parent: None
// Fields count: 5 // Fields count: 9
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -203,6 +202,10 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_nLightmapGameVersionNumber = 0x4; // uint32 constexpr std::ptrdiff_t m_nLightmapGameVersionNumber = 0x4; // uint32
constexpr std::ptrdiff_t m_vLightmapUvScale = 0x8; // Vector2D constexpr std::ptrdiff_t m_vLightmapUvScale = 0x8; // Vector2D
constexpr std::ptrdiff_t m_bHasLightmaps = 0x10; // bool 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>> constexpr std::ptrdiff_t m_lightMaps = 0x18; // CUtlVector<CStrongHandle<InfoForResourceTypeCTextureBase>>
} }
// Parent: None // Parent: None
@ -255,9 +258,9 @@ namespace cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
namespace World_t { namespace World_t {
constexpr std::ptrdiff_t m_builderParams = 0x0; // WorldBuilderParams_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_worldNodes = 0x48; // CUtlVector<NodeData_t>
constexpr std::ptrdiff_t m_worldLightingInfo = 0x38; // BakedLightingInfo_t constexpr std::ptrdiff_t m_worldLightingInfo = 0x60; // BakedLightingInfo_t
constexpr std::ptrdiff_t m_entityLumps = 0x68; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>> constexpr std::ptrdiff_t m_entityLumps = 0x90; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
} }
// Parent: None // Parent: None
// Fields count: 10 // Fields count: 10

View File

@ -56,10 +56,14 @@
}, },
"BakedLightingInfo_t": { "BakedLightingInfo_t": {
"fields": { "fields": {
"m_bBakedShadowsGamma20": 17,
"m_bCompressionEnabled": 18,
"m_bHasLightmaps": 16, "m_bHasLightmaps": 16,
"m_lightMaps": 24, "m_lightMaps": 24,
"m_nChartPackIterations": 19,
"m_nLightmapGameVersionNumber": 4, "m_nLightmapGameVersionNumber": 4,
"m_nLightmapVersionNumber": 0, "m_nLightmapVersionNumber": 0,
"m_nVradQuality": 20,
"m_vLightmapUvScale": 8 "m_vLightmapUvScale": 8
}, },
"metadata": [ "metadata": [
@ -250,9 +254,8 @@
}, },
"PermEntityLumpData_t": { "PermEntityLumpData_t": {
"fields": { "fields": {
"m_childLumps": 24, "m_childLumps": 16,
"m_entityKeyValues": 48, "m_entityKeyValues": 40,
"m_hammerUniqueId": 16,
"m_name": 8 "m_name": 8
}, },
"metadata": [ "metadata": [
@ -309,10 +312,10 @@
"WorldBuilderParams_t": { "WorldBuilderParams_t": {
"fields": { "fields": {
"m_bBuildBakedLighting": 4, "m_bBuildBakedLighting": 4,
"m_bakedLightingInfo": 8,
"m_flMinDrawVolumeSize": 0, "m_flMinDrawVolumeSize": 0,
"m_nCompileFingerprint": 24, "m_nCompileFingerprint": 64,
"m_nCompileTimestamp": 16, "m_nCompileTimestamp": 56
"m_vLightmapUvScale": 8
}, },
"metadata": [ "metadata": [
{ {
@ -364,9 +367,9 @@
"World_t": { "World_t": {
"fields": { "fields": {
"m_builderParams": 0, "m_builderParams": 0,
"m_entityLumps": 104, "m_entityLumps": 144,
"m_worldLightingInfo": 56, "m_worldLightingInfo": 96,
"m_worldNodes": 32 "m_worldNodes": 72
}, },
"metadata": [ "metadata": [
{ {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![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 mod AggregateLODSetup_t {
pub const m_vLODOrigin: usize = 0x0; // Vector pub const m_vLODOrigin: usize = 0x0; // Vector
pub const m_fMaxObjectScale: usize = 0xC; // float32 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 // Parent: BaseSceneObjectOverride_t
// Fields count: 4 // Fields count: 4
@ -135,20 +135,19 @@ pub mod cs2_dumper {
pub mod WorldBuilderParams_t { pub mod WorldBuilderParams_t {
pub const m_flMinDrawVolumeSize: usize = 0x0; // float32 pub const m_flMinDrawVolumeSize: usize = 0x0; // float32
pub const m_bBuildBakedLighting: usize = 0x4; // bool pub const m_bBuildBakedLighting: usize = 0x4; // bool
pub const m_vLightmapUvScale: usize = 0x8; // Vector2D pub const m_bakedLightingInfo: usize = 0x8; // BakedLightingInfo_t
pub const m_nCompileTimestamp: usize = 0x10; // uint64 pub const m_nCompileTimestamp: usize = 0x38; // uint64
pub const m_nCompileFingerprint: usize = 0x18; // uint64 pub const m_nCompileFingerprint: usize = 0x40; // uint64
} }
// Parent: None // Parent: None
// Fields count: 4 // Fields count: 3
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
pub mod PermEntityLumpData_t { pub mod PermEntityLumpData_t {
pub const m_name: usize = 0x8; // CUtlString pub const m_name: usize = 0x8; // CUtlString
pub const m_hammerUniqueId: usize = 0x10; // CUtlString pub const m_childLumps: usize = 0x10; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
pub const m_childLumps: usize = 0x18; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>> pub const m_entityKeyValues: usize = 0x28; // CUtlLeanVector<EntityKeyValueData_t>
pub const m_entityKeyValues: usize = 0x30; // CUtlLeanVector<EntityKeyValueData_t>
} }
// Parent: None // Parent: None
// Fields count: 13 // Fields count: 13
@ -193,7 +192,7 @@ pub mod cs2_dumper {
pub const m_nTimesToFire: usize = 0x2C; // int32 pub const m_nTimesToFire: usize = 0x2C; // int32
} }
// Parent: None // Parent: None
// Fields count: 5 // Fields count: 9
// //
// Metadata: // Metadata:
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
@ -202,6 +201,10 @@ pub mod cs2_dumper {
pub const m_nLightmapGameVersionNumber: usize = 0x4; // uint32 pub const m_nLightmapGameVersionNumber: usize = 0x4; // uint32
pub const m_vLightmapUvScale: usize = 0x8; // Vector2D pub const m_vLightmapUvScale: usize = 0x8; // Vector2D
pub const m_bHasLightmaps: usize = 0x10; // bool 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>> pub const m_lightMaps: usize = 0x18; // CUtlVector<CStrongHandle<InfoForResourceTypeCTextureBase>>
} }
// Parent: None // Parent: None
@ -254,9 +257,9 @@ pub mod cs2_dumper {
// MGetKV3ClassDefaults // MGetKV3ClassDefaults
pub mod World_t { pub mod World_t {
pub const m_builderParams: usize = 0x0; // WorldBuilderParams_t pub const m_builderParams: usize = 0x0; // WorldBuilderParams_t
pub const m_worldNodes: usize = 0x20; // CUtlVector<NodeData_t> pub const m_worldNodes: usize = 0x48; // CUtlVector<NodeData_t>
pub const m_worldLightingInfo: usize = 0x38; // BakedLightingInfo_t pub const m_worldLightingInfo: usize = 0x60; // BakedLightingInfo_t
pub const m_entityLumps: usize = 0x68; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>> pub const m_entityLumps: usize = 0x90; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
} }
// Parent: None // Parent: None
// Fields count: 10 // Fields count: 10

View File

@ -7,9 +7,9 @@ use crate::source2::UtlVector;
#[derive(Pod)] #[derive(Pod)]
#[repr(C)] #[repr(C)]
pub struct SchemaSystem { pub struct SchemaSystem {
pad_0000: [u8; 0x190], // 0x0000 pad_0000: [u8; 0x188], // 0x0000
pub type_scopes: UtlVector<Pointer64<SchemaSystemTypeScope>>, // 0x0190 pub type_scopes: UtlVector<Pointer64<SchemaSystemTypeScope>>, // 0x0188
pad_01a0: [u8; 0x118], // 0x01A0 pad_0198: [u8; 0x120], // 0x0198
pub num_registrations: u32, // 0x02B8 pub num_registrations: u32, // 0x02B8
pad_02bc: [u8; 0xAC], // 0x02BC pad_02bc: [u8; 0xAC], // 0x02BC
} }

View File

@ -12,7 +12,7 @@ pub struct SchemaSystemTypeScope {
pad_0000: [u8; 0x8], // 0x0000 pad_0000: [u8; 0x8], // 0x0000
pub name: [c_char; 256], // 0x0008 pub name: [c_char; 256], // 0x0008
pub global_scope: Pointer64<SchemaSystemTypeScope>, // 0x0108 pub global_scope: Pointer64<SchemaSystemTypeScope>, // 0x0108
pad_0110: [u8; 0x4B0], // 0x0110 pad_0110: [u8; 0x3F0], // 0x0110
pub class_bindings: UtlTsHash<Pointer64<SchemaClassBinding>>, // 0x05C0 pub class_bindings: UtlTsHash<Pointer64<SchemaClassBinding>>, // 0x0500
pub enum_bindings: UtlTsHash<Pointer64<SchemaEnumBinding>>, // 0x2E50 pub enum_bindings: UtlTsHash<Pointer64<SchemaEnumBinding>>, // 0x2D90
} }

View File

@ -5,6 +5,7 @@ use crate::error::{Error, Result};
#[repr(C)] #[repr(C)]
pub struct UtlVector<T> { pub struct UtlVector<T> {
pub size: i32, // 0x0000 pub size: i32, // 0x0000
pad_0004: [u8; 0x4], // 0x0004
pub mem: Pointer64<[T]>, // 0x0008 pub mem: Pointer64<[T]>, // 0x0008
} }