Add files via upload

This commit is contained in:
iraqichild
2025-03-20 17:36:45 -06:00
committed by GitHub
parent aa3463cab6
commit fe14d05a47
66 changed files with 1491 additions and 1475 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-03-12 01:35:26.000578900 UTC
// 2025-03-20 23:35:58.992097100 UTC
namespace CS2Dumper.Schemas {
// Module: pulse_system.dll
@@ -240,7 +240,7 @@ namespace CS2Dumper.Schemas {
// Metadata:
// MGetKV3ClassDefaults
public static class CPulse_Chunk {
public const nint m_Instructions = 0x0; // CUtlLeanVector<PGDInstruction_t>
public const nint m_Instructions = 0x0; //
public const nint m_Registers = 0x10; // CUtlLeanVector<CPulse_RegisterInfo>
public const nint m_InstructionEditorIDs = 0x20; // CUtlLeanVector<PulseDocNodeID_t>
}
@@ -316,7 +316,7 @@ namespace CS2Dumper.Schemas {
// Metadata:
// MGetKV3ClassDefaults
public static class CPulseCell_Base {
public const nint m_nEditorNodeID = 0x8; // PulseDocNodeID_t
public const nint m_nEditorNodeID = 0x8; //
}
// Parent: None
// Field count: 1
@@ -333,8 +333,8 @@ namespace CS2Dumper.Schemas {
// 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 nSpawnNodeID = 0x18; //
public const nint nRetiredAtNodeID = 0x1C; //
public const nint flLastReferenced = 0x20; // float32
public const nint nLastValidEntryIdx = 0x24; // int32
}
@@ -667,7 +667,7 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults
public static class PulseGraphExecutionHistoryEntry_t {
public const nint nCursorID = 0x0; // PulseCursorID_t
public const nint nEditorID = 0x4; // PulseDocNodeID_t
public const nint nEditorID = 0x4; //
public const nint flExecTime = 0x8; // float32
public const nint unFlags = 0xC; // uint32
public const nint tagName = 0x10; // CUtlSymbolLarge
@@ -711,7 +711,7 @@ namespace CS2Dumper.Schemas {
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
public static class CPulseCell_Inflow_ObservableVariableListener {
public const nint m_BlackboardReference = 0x70; //
public const nint m_BlackboardReference = 0x70; // CPulse_BlackboardReference
public const nint m_bSelfReference = 0x168; // bool
}
// Parent: CPulseCell_BaseFlow
@@ -764,7 +764,7 @@ namespace CS2Dumper.Schemas {
public const nint m_DefaultValue = 0x20; // KeyValues3
public const nint m_bIsPublic = 0x32; // bool
public const nint m_bIsObservable = 0x33; // bool
public const nint m_nEditorNodeID = 0x34; // PulseDocNodeID_t
public const nint m_nEditorNodeID = 0x34; //
}
// Parent: CPulseCell_Inflow_BaseEntrypoint
// Field count: 5
@@ -975,7 +975,7 @@ namespace CS2Dumper.Schemas {
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_nNodeID = 0xE8; //
public const nint m_NodeName = 0xF0; // CGlobalSymbol
}
// Parent: None
@@ -1004,9 +1004,9 @@ namespace CS2Dumper.Schemas {
// MGetKV3ClassDefaults
public static class CPulse_CallInfo {
public const nint m_PortName = 0x0; // CUtlSymbolLarge
public const nint m_nEditorNodeID = 0x8; // PulseDocNodeID_t
public const nint m_nEditorNodeID = 0x8; //
public const nint m_RegisterMap = 0x10; // PulseRegisterMap_t
public const nint m_CallMethodID = 0x30; // PulseDocNodeID_t
public const nint m_CallMethodID = 0x30; //
public const nint m_nSrcChunk = 0x34; // PulseRuntimeChunkIndex_t
public const nint m_nSrcInstruction = 0x38; // int32
}