cs2-dumper/generated/pulse_system.dll.hpp

415 lines
15 KiB
C++
Raw Normal View History

2023-10-15 20:17:02 +08:00
/*
2024-03-14 13:14:28 +08:00
* Generated using https://github.com/a2x/cs2-dumper
* Thu, 14 Mar 2024 05:07:41 +0000
2023-10-15 20:17:02 +08:00
*/
2023-10-03 00:00:52 +08:00
2023-10-17 10:06:23 +08:00
#pragma once
#include <cstddef>
2023-10-18 18:32:33 +08:00
namespace CBasePulseGraphInstance {
}
2023-09-08 15:59:09 +08:00
namespace CPulseCell_Base {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_nEditorNodeID = 0x8; // PulseDocNodeID_t
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_BaseFlow { // CPulseCell_Base
}
namespace CPulseCell_BaseValue { // CPulseCell_Base
}
namespace CPulseCell_BaseYieldingInflow { // CPulseCell_BaseFlow
}
2024-02-07 12:08:21 +08:00
namespace CPulseCell_CursorQueue { // CPulseCell_WaitForCursorsWithTagBase
constexpr std::ptrdiff_t m_nCursorsAllowedToRunParallel = 0x60; // int32_t
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Inflow_BaseEntrypoint { // CPulseCell_BaseFlow
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_EntryChunk = 0x48; // PulseRuntimeChunkIndex_t
constexpr std::ptrdiff_t m_RegisterMap = 0x50; // PulseRegisterMap_t
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Inflow_EntOutputHandler { // CPulseCell_Inflow_BaseEntrypoint
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_SourceEntity = 0x70; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_SourceOutput = 0x78; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_TargetInput = 0x80; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_ExpectedParamType = 0x88; // CPulseValueFullType
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Inflow_EventHandler { // CPulseCell_Inflow_BaseEntrypoint
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_EventName = 0x70; // CUtlSymbolLarge
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Inflow_GraphHook { // CPulseCell_Inflow_BaseEntrypoint
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_HookName = 0x70; // CUtlSymbolLarge
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Inflow_Method { // CPulseCell_Inflow_BaseEntrypoint
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_MethodName = 0x70; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_Description = 0x78; // CUtlString
constexpr std::ptrdiff_t m_bIsPublic = 0x80; // bool
constexpr std::ptrdiff_t m_ReturnType = 0x88; // CPulseValueFullType
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_Args = 0x98; // CUtlVector<CPulseRuntimeMethodArg>
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Inflow_Wait { // CPulseCell_BaseYieldingInflow
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_WakeResume = 0x48; // CPulse_ResumePoint
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Inflow_Yield { // CPulseCell_BaseYieldingInflow
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_UnyieldResume = 0x48; // CPulse_ResumePoint
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Outflow_CycleOrdered { // CPulseCell_BaseFlow
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace CPulseCell_Outflow_CycleOrdered_InstanceState_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nNextIndex = 0x0; // int32_t
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Outflow_CycleRandom { // CPulseCell_BaseFlow
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Outflow_CycleShuffled { // CPulseCell_BaseFlow
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace CPulseCell_Outflow_CycleShuffled_InstanceState_t {
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_Shuffle = 0x0; // CUtlVectorFixedGrowable<uint8_t>
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nNextShuffle = 0x20; // int32_t
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Outflow_IntSwitch { // CPulseCell_BaseFlow
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_DefaultCaseOutflow = 0x48; // CPulse_OutflowConnection
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_CaseOutflows = 0x58; // CUtlVector<CPulse_OutflowConnection>
2023-09-08 21:13:40 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Outflow_StringSwitch { // CPulseCell_BaseFlow
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_DefaultCaseOutflow = 0x48; // CPulse_OutflowConnection
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_CaseOutflows = 0x58; // CUtlVector<CPulse_OutflowConnection>
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Outflow_TestExplicitYesNo { // CPulseCell_BaseFlow
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_Yes = 0x48; // CPulse_OutflowConnection
constexpr std::ptrdiff_t m_No = 0x58; // CPulse_OutflowConnection
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Outflow_TestRandomYesNo { // CPulseCell_BaseFlow
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_Yes = 0x48; // CPulse_OutflowConnection
constexpr std::ptrdiff_t m_No = 0x58; // CPulse_OutflowConnection
2023-09-08 15:59:09 +08:00
}
2024-02-07 12:08:21 +08:00
namespace CPulseCell_Step_CallExternalMethod { // CPulseCell_BaseYieldingInflow
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_MethodName = 0x48; // CUtlSymbolLarge
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_ExpectedArgs = 0x50; // CUtlVector<CPulseRuntimeMethodArg>
2024-02-07 12:08:21 +08:00
constexpr std::ptrdiff_t m_nAsyncCallMode = 0x68; // PulseMethodCallMode_t
constexpr std::ptrdiff_t m_OnFinished = 0x70; // CPulse_ResumePoint
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Step_DebugLog { // CPulseCell_BaseFlow
}
namespace CPulseCell_Step_PublicOutput { // CPulseCell_BaseFlow
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_OutputIndex = 0x48; // PulseRuntimeOutputIndex_t
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Step_TestDomainCreateFakeEntity { // CPulseCell_BaseFlow
}
namespace CPulseCell_Step_TestDomainDestroyFakeEntity { // CPulseCell_BaseFlow
}
namespace CPulseCell_Step_TestDomainEntFire { // CPulseCell_BaseFlow
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_Input = 0x48; // CUtlString
2023-09-08 21:13:40 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Step_TestDomainTracepoint { // CPulseCell_BaseFlow
}
2024-02-07 12:08:21 +08:00
namespace CPulseCell_TestWaitWithCursorState { // CPulseCell_BaseYieldingInflow
constexpr std::ptrdiff_t m_WakeResume = 0x48; // CPulse_ResumePoint
constexpr std::ptrdiff_t m_WakeCancel = 0x58; // CPulse_ResumePoint
constexpr std::ptrdiff_t m_WakeFail = 0x68; // CPulse_ResumePoint
}
namespace CPulseCell_TestWaitWithCursorState_CursorState_t {
constexpr std::ptrdiff_t flWaitValue = 0x0; // float
constexpr std::ptrdiff_t bFailOnCancel = 0x4; // bool
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Test_MultiInflow_NoDefault { // CPulseCell_BaseFlow
}
namespace CPulseCell_Test_MultiInflow_WithDefault { // CPulseCell_BaseFlow
}
namespace CPulseCell_Test_NoInflow { // CPulseCell_BaseFlow
}
2024-02-07 12:08:21 +08:00
namespace CPulseCell_Timeline { // CPulseCell_BaseYieldingInflow
constexpr std::ptrdiff_t m_TimelineEvents = 0x48; // CUtlVector<CPulseCell_Timeline::TimelineEvent_t>
constexpr std::ptrdiff_t m_bWaitForChildOutflows = 0x60; // bool
constexpr std::ptrdiff_t m_OnFinished = 0x68; // CPulse_ResumePoint
constexpr std::ptrdiff_t m_OnCanceled = 0x78; // CPulse_ResumePoint
}
namespace CPulseCell_Timeline_TimelineEvent_t {
constexpr std::ptrdiff_t m_flTimeFromPrevious = 0x0; // float
constexpr std::ptrdiff_t m_bPauseForPreviousEvents = 0x4; // bool
constexpr std::ptrdiff_t m_bCallModeSync = 0x5; // bool
constexpr std::ptrdiff_t m_EventOutflow = 0x8; // CPulse_OutflowConnection
}
2023-10-18 18:32:33 +08:00
namespace CPulseCell_Val_TestDomainFindEntityByName { // CPulseCell_BaseValue
}
namespace CPulseCell_Val_TestDomainGetEntityName { // CPulseCell_BaseValue
}
namespace CPulseCell_Value_RandomInt { // CPulseCell_BaseValue
}
namespace CPulseCell_Value_TestValue50 { // CPulseCell_BaseValue
}
2024-02-07 12:08:21 +08:00
namespace CPulseCell_WaitForCursorsWithTag { // CPulseCell_WaitForCursorsWithTagBase
constexpr std::ptrdiff_t m_bTagSelfWhenComplete = 0x60; // bool
constexpr std::ptrdiff_t m_nDesiredKillPriority = 0x64; // PulseCursorCancelPriority_t
}
namespace CPulseCell_WaitForCursorsWithTagBase { // CPulseCell_BaseYieldingInflow
constexpr std::ptrdiff_t m_nCursorsAllowedToWait = 0x48; // int32_t
constexpr std::ptrdiff_t m_WaitComplete = 0x50; // CPulse_ResumePoint
}
namespace CPulseCell_WaitForCursorsWithTagBase_CursorState_t {
constexpr std::ptrdiff_t m_TagName = 0x0; // CUtlSymbolLarge
}
namespace CPulseCursorFuncs {
}
2023-10-18 18:32:33 +08:00
namespace CPulseExecCursor {
}
2023-09-08 21:13:40 +08:00
namespace CPulseGraphDef {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_DomainIdentifier = 0x8; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_ParentMapName = 0x10; // CUtlSymbolLarge
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_Chunks = 0x18; // CUtlVector<CPulse_Chunk*>
constexpr std::ptrdiff_t m_Cells = 0x30; // CUtlVector<CPulseCell_Base*>
constexpr std::ptrdiff_t m_Vars = 0x48; // CUtlVector<CPulse_Variable>
constexpr std::ptrdiff_t m_PublicOutputs = 0x60; // CUtlVector<CPulse_PublicOutput>
constexpr std::ptrdiff_t m_InvokeBindings = 0x78; // CUtlVector<CPulse_InvokeBinding*>
constexpr std::ptrdiff_t m_CallInfos = 0x90; // CUtlVector<CPulse_CallInfo*>
2024-02-07 12:08:21 +08:00
constexpr std::ptrdiff_t m_Constants = 0xA8; // CUtlVector<CPulse_Constant>
constexpr std::ptrdiff_t m_OutputConnections = 0xC0; // CUtlVector<CPulse_OutputConnection*>
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseGraphInstance_TestDomain { // CBasePulseGraphInstance
2024-02-07 12:08:21 +08:00
constexpr std::ptrdiff_t m_bIsRunningUnitTests = 0xD8; // bool
constexpr std::ptrdiff_t m_bExplicitTimeStepping = 0xD9; // bool
constexpr std::ptrdiff_t m_bExpectingToDestroyWithYieldedCursors = 0xDA; // bool
constexpr std::ptrdiff_t m_nNextValidateIndex = 0xDC; // int32_t
constexpr std::ptrdiff_t m_Tracepoints = 0xE0; // CUtlVector<CUtlString>
constexpr std::ptrdiff_t m_bTestYesOrNoPath = 0xF8; // bool
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseGraphInstance_TestDomain_Derived { // CPulseGraphInstance_TestDomain
2024-02-07 12:08:21 +08:00
constexpr std::ptrdiff_t m_nInstanceValueX = 0x100; // int32_t
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseGraphInstance_TurtleGraphics { // CBasePulseGraphInstance
}
namespace CPulseMathlib {
}
2023-09-08 21:13:40 +08:00
namespace CPulseRuntimeMethodArg {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_Name = 0x0; // CKV3MemberNameWithStorage
constexpr std::ptrdiff_t m_Description = 0x38; // CUtlString
constexpr std::ptrdiff_t m_Type = 0x40; // CPulseValueFullType
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulseTestFuncs_DerivedDomain {
}
namespace CPulseTestFuncs_LibraryA {
}
namespace CPulseTestScriptLib {
}
namespace CPulseTurtleGraphicsCursor { // CPulseExecCursor
2024-02-07 12:08:21 +08:00
constexpr std::ptrdiff_t m_Color = 0x168; // Color
constexpr std::ptrdiff_t m_vPos = 0x16C; // Vector2D
constexpr std::ptrdiff_t m_flHeadingDeg = 0x174; // float
constexpr std::ptrdiff_t m_bPenUp = 0x178; // bool
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace CPulse_CallInfo {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_PortName = 0x0; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_nEditorNodeID = 0x8; // PulseDocNodeID_t
constexpr std::ptrdiff_t m_RegisterMap = 0x10; // PulseRegisterMap_t
constexpr std::ptrdiff_t m_CallMethodID = 0x30; // PulseDocNodeID_t
constexpr std::ptrdiff_t m_nSrcChunk = 0x34; // PulseRuntimeChunkIndex_t
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nSrcInstruction = 0x38; // int32_t
2023-09-08 21:13:40 +08:00
}
namespace CPulse_Chunk {
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_Instructions = 0x0; // CUtlLeanVector<PGDInstruction_t>
constexpr std::ptrdiff_t m_Registers = 0x10; // CUtlLeanVector<CPulse_RegisterInfo>
constexpr std::ptrdiff_t m_InstructionEditorIDs = 0x20; // CUtlLeanVector<PulseDocNodeID_t>
2023-09-08 21:13:40 +08:00
}
2024-02-07 12:08:21 +08:00
namespace CPulse_Constant {
constexpr std::ptrdiff_t m_Type = 0x0; // CPulseValueFullType
constexpr std::ptrdiff_t m_Value = 0x10; // KeyValues3
}
2023-09-08 21:13:40 +08:00
namespace CPulse_InvokeBinding {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_RegisterMap = 0x0; // PulseRegisterMap_t
constexpr std::ptrdiff_t m_FuncName = 0x20; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_nCellIndex = 0x28; // PulseRuntimeCellIndex_t
2024-02-07 12:08:21 +08:00
constexpr std::ptrdiff_t m_nSrcChunk = 0x2C; // PulseRuntimeChunkIndex_t
constexpr std::ptrdiff_t m_nSrcInstruction = 0x30; // int32_t
2023-09-08 21:13:40 +08:00
}
namespace CPulse_OutflowConnection {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_SourceOutflowName = 0x0; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_nDestChunk = 0x8; // PulseRuntimeChunkIndex_t
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nInstruction = 0xC; // int32_t
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace CPulse_OutputConnection {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_SourceOutput = 0x0; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_TargetEntity = 0x8; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_TargetInput = 0x10; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_Param = 0x18; // CUtlSymbolLarge
2023-09-08 21:13:40 +08:00
}
namespace CPulse_PublicOutput {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_Name = 0x0; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_Description = 0x8; // CUtlString
constexpr std::ptrdiff_t m_ParamType = 0x10; // CPulseValueFullType
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace CPulse_RegisterInfo {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_nReg = 0x0; // PulseRuntimeRegisterIndex_t
constexpr std::ptrdiff_t m_Type = 0x8; // CPulseValueFullType
constexpr std::ptrdiff_t m_OriginName = 0x18; // CKV3MemberNameWithStorage
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nWrittenByInstruction = 0x50; // int32_t
constexpr std::ptrdiff_t m_nLastReadByInstruction = 0x54; // int32_t
2023-09-08 21:13:40 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CPulse_ResumePoint { // CPulse_OutflowConnection
}
2023-09-08 21:13:40 +08:00
namespace CPulse_Variable {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_Name = 0x0; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_Description = 0x8; // CUtlString
constexpr std::ptrdiff_t m_Type = 0x10; // CPulseValueFullType
constexpr std::ptrdiff_t m_DefaultValue = 0x20; // KeyValues3
constexpr std::ptrdiff_t m_bIsPublic = 0x32; // bool
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace CTestDomainDerived_Cursor { // CPulseExecCursor
2024-02-07 12:08:21 +08:00
constexpr std::ptrdiff_t m_nCursorValueA = 0x168; // int32_t
constexpr std::ptrdiff_t m_nCursorValueB = 0x16C; // int32_t
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace FakeEntity_t {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_nHandle = 0x0; // PulseTestEHandle_t
constexpr std::ptrdiff_t m_Name = 0x8; // CUtlString
constexpr std::ptrdiff_t m_Class = 0x10; // CUtlString
constexpr std::ptrdiff_t m_bDestroyed = 0x18; // bool
constexpr std::ptrdiff_t m_pAssociatedGraphInstance = 0x20; // CPulseGraphInstance_TestDomain*
constexpr std::ptrdiff_t m_bFuncWasCalled = 0x28; // bool
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_fValue = 0x2C; // float
2023-09-08 21:13:40 +08:00
}
2024-02-07 12:08:21 +08:00
namespace FakeEntity_tAPI {
}
2023-09-08 21:13:40 +08:00
namespace PGDInstruction_t {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_nCode = 0x0; // PulseInstructionCode_t
constexpr std::ptrdiff_t m_nVar = 0x4; // PulseRuntimeVarIndex_t
constexpr std::ptrdiff_t m_nReg0 = 0x8; // PulseRuntimeRegisterIndex_t
constexpr std::ptrdiff_t m_nReg1 = 0xA; // PulseRuntimeRegisterIndex_t
constexpr std::ptrdiff_t m_nReg2 = 0xC; // PulseRuntimeRegisterIndex_t
constexpr std::ptrdiff_t m_nInvokeBindingIndex = 0x10; // PulseRuntimeInvokeIndex_t
constexpr std::ptrdiff_t m_nChunk = 0x14; // PulseRuntimeChunkIndex_t
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nDestInstruction = 0x18; // int32_t
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_nCallInfoIndex = 0x1C; // PulseRuntimeCallInfoIndex_t
2024-02-07 12:08:21 +08:00
constexpr std::ptrdiff_t m_nConstIdx = 0x20; // PulseRuntimeConstantIndex_t
constexpr std::ptrdiff_t m_DomainValue = 0x28; // CBufferString
}
namespace PulseCursorID_t {
constexpr std::ptrdiff_t m_Value = 0x0; // int32_t
}
namespace PulseCursorYieldToken_t {
constexpr std::ptrdiff_t m_Value = 0x0; // int32_t
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace PulseDocNodeID_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // int32_t
2023-09-08 15:59:09 +08:00
}
2024-02-07 12:08:21 +08:00
namespace PulseGraphInstanceID_t {
constexpr std::ptrdiff_t m_Value = 0x0; // uint32_t
}
2023-09-08 21:13:40 +08:00
namespace PulseRegisterMap_t {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_Inparams = 0x0; // KeyValues3
constexpr std::ptrdiff_t m_Outparams = 0x10; // KeyValues3
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace PulseRuntimeCallInfoIndex_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // int32_t
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace PulseRuntimeCellIndex_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // int32_t
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace PulseRuntimeChunkIndex_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // int32_t
2023-09-08 15:59:09 +08:00
}
2024-02-07 12:08:21 +08:00
namespace PulseRuntimeConstantIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0; // int16_t
}
2023-09-08 21:13:40 +08:00
namespace PulseRuntimeEntrypointIndex_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // int32_t
2023-09-08 21:13:40 +08:00
}
namespace PulseRuntimeInvokeIndex_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // int32_t
2023-09-08 21:13:40 +08:00
}
namespace PulseRuntimeOutputIndex_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // int32_t
2023-09-08 15:59:09 +08:00
}
2023-09-08 21:13:40 +08:00
namespace PulseRuntimeRegisterIndex_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // int16_t
2023-09-08 21:13:40 +08:00
}
namespace PulseRuntimeStateOffset_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // uint16_t
2023-09-08 21:13:40 +08:00
}
namespace PulseRuntimeVarIndex_t {
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // int32_t
2023-09-08 21:13:40 +08:00
}
namespace PulseTestEHandle_t {
2024-02-07 12:08:21 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // uint32_t
2023-09-08 21:13:40 +08:00
}