Files
cs2-dumper/output/pulse_system_dll.hpp
2025-09-09 22:56:21 -03:00

1079 lines
42 KiB
C++

// Generated using https://github.com/a2x/cs2-dumper
// 2025-09-10 01:50:35.597385800 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: pulse_system.dll
// Class count: 98
// Enum count: 3
namespace pulse_system_dll {
// Alignment: 4
// Member count: 2
enum class PulseBestOutflowRules_t : uint32_t {
SORT_BY_NUMBER_OF_VALID_CRITERIA = 0x0,
SORT_BY_OUTFLOW_INDEX = 0x1
};
// Alignment: 4
// Member count: 4
enum class PulseCursorCancelPriority_t : uint32_t {
None = 0x0,
CancelOnSucceeded = 0x1,
SoftCancel = 0x2,
HardCancel = 0x3
};
// Alignment: 4
// Member count: 2
enum class PulseMethodCallMode_t : uint32_t {
SYNC_WAIT_FOR_COMPLETION = 0x0,
ASYNC_FIRE_AND_FORGET = 0x1
};
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
namespace CPulseCell_Step_TestDomainDestroyFakeEntity {
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
namespace CPulseCell_WaitForCursorsWithTag {
constexpr std::ptrdiff_t m_bTagSelfWhenComplete = 0x98; // bool
constexpr std::ptrdiff_t m_nDesiredKillPriority = 0x9C; // PulseCursorCancelPriority_t
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Test_NoInflow {
}
// Parent: None
// Field count: 0
//
// Metadata:
// MPulseInstanceDomainInfo
// MPulseDomainHookInfo
// MPulseDomainScopeInfo
// MPulseLibraryBindings
// MPulseDomainOptInFeatureTag
namespace CPulseGraphInstance_TestDomain_FakeEntityOwner {
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_Base {
constexpr std::ptrdiff_t m_nEditorNodeID = 0x8; // PulseDocNodeID_t
}
// Parent: None
// Field count: 0
namespace CPulse_ResumePoint {
}
// Parent: None
// Field count: 2
//
// Metadata:
// MPulseLibraryBindings
namespace CTestDomainDerived_Cursor {
constexpr std::ptrdiff_t m_nCursorValueA = 0xD0; // int32
constexpr std::ptrdiff_t m_nCursorValueB = 0xD4; // int32
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
// MPulseEditorCanvasItemSpecKV3
// MPulseSelectorAllowRequirementCriteria
// MPulseSelectorAllowRequirementCriteria
namespace CPulseCell_PickBestOutflowSelector {
constexpr std::ptrdiff_t m_nCheckType = 0x48; // PulseBestOutflowRules_t
constexpr std::ptrdiff_t m_OutflowList = 0x50; // PulseSelectorOutflowList_t
}
// Parent: None
// Field count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
namespace CPulseTestFuncs_LibraryA {
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPulseEditorHeaderIcon
// MPropertyFriendlyName
namespace CPulseCell_WaitForObservable {
constexpr std::ptrdiff_t m_Condition = 0x48; // PulseObservableBoolExpression_t
constexpr std::ptrdiff_t m_OnTrue = 0xC0; // CPulse_ResumePoint
}
// Parent: None
// Field count: 4
namespace CPulse_OutflowConnection {
constexpr std::ptrdiff_t m_SourceOutflowName = 0x0; // PulseSymbol_t
constexpr std::ptrdiff_t m_nDestChunk = 0x10; // PulseRuntimeChunkIndex_t
constexpr std::ptrdiff_t m_nInstruction = 0x14; // int32
constexpr std::ptrdiff_t m_OutflowRegisterMap = 0x18; // PulseRegisterMap_t
}
// Parent: None
// Field count: 14
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseGraphDef {
constexpr std::ptrdiff_t m_DomainIdentifier = 0x8; // PulseSymbol_t
constexpr std::ptrdiff_t m_DomainSubType = 0x18; // CPulseValueFullType
constexpr std::ptrdiff_t m_ParentMapName = 0x30; // PulseSymbol_t
constexpr std::ptrdiff_t m_ParentXmlName = 0x40; // PulseSymbol_t
constexpr std::ptrdiff_t m_Chunks = 0x50; // CUtlVector<CPulse_Chunk*>
constexpr std::ptrdiff_t m_Cells = 0x68; // CUtlVector<CPulseCell_Base*>
constexpr std::ptrdiff_t m_Vars = 0x80; // CUtlVector<CPulse_Variable>
constexpr std::ptrdiff_t m_PublicOutputs = 0x98; // CUtlVector<CPulse_PublicOutput>
constexpr std::ptrdiff_t m_InvokeBindings = 0xB0; // CUtlVector<CPulse_InvokeBinding*>
constexpr std::ptrdiff_t m_CallInfos = 0xC8; // CUtlVector<CPulse_CallInfo*>
constexpr std::ptrdiff_t m_Constants = 0xE0; // CUtlVector<CPulse_Constant>
constexpr std::ptrdiff_t m_DomainValues = 0xF8; // CUtlVector<CPulse_DomainValue>
constexpr std::ptrdiff_t m_BlackboardReferences = 0x110; // CUtlVector<CPulse_BlackboardReference>
constexpr std::ptrdiff_t m_OutputConnections = 0x128; // CUtlVector<CPulse_OutputConnection*>
}
// Parent: None
// Field count: 4
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_FireCursors {
constexpr std::ptrdiff_t m_Outflows = 0x48; // CUtlVector<CPulse_OutflowConnection>
constexpr std::ptrdiff_t m_bWaitForChildOutflows = 0x60; // bool
constexpr std::ptrdiff_t m_OnFinished = 0x68; // CPulse_ResumePoint
constexpr std::ptrdiff_t m_OnCanceled = 0xB0; // CPulse_ResumePoint
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_Timeline__TimelineEvent_t {
constexpr std::ptrdiff_t m_flTimeFromPrevious = 0x0; // float32
constexpr std::ptrdiff_t m_EventOutflow = 0x8; // CPulse_OutflowConnection
}
// Parent: None
// Field count: 5
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_IntervalTimer__CursorState_t {
constexpr std::ptrdiff_t m_StartTime = 0x0; // GameTime_t
constexpr std::ptrdiff_t m_EndTime = 0x4; // GameTime_t
constexpr std::ptrdiff_t m_flWaitInterval = 0x8; // float32
constexpr std::ptrdiff_t m_flWaitIntervalHigh = 0xC; // float32
constexpr std::ptrdiff_t m_bCompleteOnNextWake = 0x10; // bool
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_BaseRequirement {
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MPulseEditorHeaderIcon
namespace CPulseCell_BaseState {
}
// Parent: None
// Field count: 4
//
// Metadata:
// MGetKV3ClassDefaults
namespace OutflowWithRequirements_t {
constexpr std::ptrdiff_t m_Connection = 0x0; // CPulse_OutflowConnection
constexpr std::ptrdiff_t m_DestinationFlowNodeID = 0x48; // PulseDocNodeID_t
constexpr std::ptrdiff_t m_RequirementNodeIDs = 0x50; // CUtlVector<PulseDocNodeID_t>
constexpr std::ptrdiff_t m_nCursorStateBlockIndex = 0x68; // CUtlVector<int32>
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_IsRequirementValid {
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
namespace CPulseCell_Value_Gradient {
constexpr std::ptrdiff_t m_Gradient = 0x48; // CColorGradient
}
// Parent: None
// Field count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
namespace CPulseCursorFuncs {
}
// Parent: None
// Field 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: None
// Field 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 = 0x90; // SignatureOutflow_Continue
}
// Parent: None
// Field count: 0
//
// Metadata:
// MPulseInstanceDomainInfo
namespace CBasePulseGraphInstance {
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Inflow_GraphHook {
constexpr std::ptrdiff_t m_HookName = 0x80; // PulseSymbol_t
}
// Parent: None
// Field count: 0
namespace SignatureOutflow_Resume {
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_Test_MultiOutflow_WithParams_Yielding__CursorState_t {
constexpr std::ptrdiff_t nTestStep = 0x0; // int32
}
// Parent: None
// Field count: 4
//
// Metadata:
// MPulseLibraryBindings
namespace CPulseTurtleGraphicsCursor {
constexpr std::ptrdiff_t m_Color = 0xD0; // Color
constexpr std::ptrdiff_t m_vPos = 0xD4; // Vector2D
constexpr std::ptrdiff_t m_flHeadingDeg = 0xDC; // float32
constexpr std::ptrdiff_t m_bPenUp = 0xE0; // bool
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_TestWaitWithCursorState__CursorState_t {
constexpr std::ptrdiff_t flWaitValue = 0x0; // float32
constexpr std::ptrdiff_t bFailOnCancel = 0x4; // bool
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_Inflow_BaseEntrypoint {
constexpr std::ptrdiff_t m_EntryChunk = 0x48; // PulseRuntimeChunkIndex_t
constexpr std::ptrdiff_t m_RegisterMap = 0x50; // PulseRegisterMap_t
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Test_MultiInflow_NoDefault {
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MPulseEditorCanvasItemSpecKV3
namespace CPulseCell_WaitForCursorsWithTagBase {
constexpr std::ptrdiff_t m_nCursorsAllowedToWait = 0x48; // int32
constexpr std::ptrdiff_t m_WaitComplete = 0x50; // CPulse_ResumePoint
}
// Parent: None
// Field count: 5
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_InvokeBinding {
constexpr std::ptrdiff_t m_RegisterMap = 0x0; // PulseRegisterMap_t
constexpr std::ptrdiff_t m_FuncName = 0x30; // PulseSymbol_t
constexpr std::ptrdiff_t m_nCellIndex = 0x40; // PulseRuntimeCellIndex_t
constexpr std::ptrdiff_t m_nSrcChunk = 0x44; // PulseRuntimeChunkIndex_t
constexpr std::ptrdiff_t m_nSrcInstruction = 0x48; // int32
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
namespace CPulseCell_IntervalTimer {
constexpr std::ptrdiff_t m_Completed = 0x48; // CPulse_ResumePoint
constexpr std::ptrdiff_t m_OnInterval = 0x90; // SignatureOutflow_Continue
}
// Parent: None
// Field count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
namespace CPulseTestScriptLib {
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_BaseLerp {
constexpr std::ptrdiff_t m_WakeResume = 0x48; // CPulse_ResumePoint
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
namespace CPulseCell_Value_TestValue50 {
}
// Parent: None
// Field 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 = 0x90; // SignatureOutflow_Continue
constexpr std::ptrdiff_t m_AsyncChild2 = 0xD8; // SignatureOutflow_Continue
constexpr std::ptrdiff_t m_YieldResume1 = 0x120; // SignatureOutflow_Resume
constexpr std::ptrdiff_t m_YieldResume2 = 0x168; // SignatureOutflow_Resume
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
namespace CPulseCell_Value_Curve {
constexpr std::ptrdiff_t m_Curve = 0x48; // CPiecewiseCurve
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Inflow_EventHandler {
constexpr std::ptrdiff_t m_EventName = 0x80; // PulseSymbol_t
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_BaseFlow {
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
namespace CPulseCell_Step_TestDomainTracepoint {
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_Outflow_CycleShuffled__InstanceState_t {
constexpr std::ptrdiff_t m_Shuffle = 0x0; // CUtlVectorFixedGrowable<uint8,8>
constexpr std::ptrdiff_t m_nNextShuffle = 0x20; // int32
}
// Parent: None
// Field 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
// Field count: 1
//
// Metadata:
// MPulseInstanceDomainInfo
// MPulseDomainHookInfo
// MPulseDomainScopeInfo
// MPulseLibraryBindings
namespace CPulseGraphInstance_TestDomain_Derived {
constexpr std::ptrdiff_t m_nInstanceValueX = 0x148; // int32
}
// Parent: None
// Field count: 1
namespace CPulseCell_WaitForCursorsWithTagBase__CursorState_t {
constexpr std::ptrdiff_t m_TagName = 0x0; // PulseSymbol_t
}
// Parent: None
// Field count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
namespace CPulseArraylib {
}
// Parent: None
// Field count: 9
//
// Metadata:
// MPulseInstanceDomainInfo
// MPulseDomainHookInfo
// MPulseDomainScopeInfo
// MPulseLibraryBindings
// MPulseDomainOptInFeatureTag
// MPulseDomainOptInVariableKeysSource
namespace CPulseGraphInstance_TestDomain {
constexpr std::ptrdiff_t m_bIsRunningUnitTests = 0x118; // bool
constexpr std::ptrdiff_t m_bExplicitTimeStepping = 0x119; // bool
constexpr std::ptrdiff_t m_bExpectingToDestroyWithYieldedCursors = 0x11A; // bool
constexpr std::ptrdiff_t m_bQuietTracepoints = 0x11B; // bool
constexpr std::ptrdiff_t m_bExpectingCursorTerminatedDueToMaxInstructions = 0x11C; // bool
constexpr std::ptrdiff_t m_nCursorsTerminatedDueToMaxInstructions = 0x120; // int32
constexpr std::ptrdiff_t m_nNextValidateIndex = 0x124; // int32
constexpr std::ptrdiff_t m_Tracepoints = 0x128; // CUtlVector<CUtlString>
constexpr std::ptrdiff_t m_bTestYesOrNoPath = 0x140; // bool
}
// Parent: None
// Field count: 0
namespace SignatureOutflow_Continue {
}
// Parent: None
// Field count: 4
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Timeline {
constexpr std::ptrdiff_t m_TimelineEvents = 0x48; // CUtlVector<CPulseCell_Timeline::TimelineEvent_t>
constexpr std::ptrdiff_t m_bWaitForChildOutflows = 0x60; // bool
constexpr std::ptrdiff_t m_OnFinished = 0x68; // CPulse_ResumePoint
constexpr std::ptrdiff_t m_OnCanceled = 0xB0; // CPulse_ResumePoint
}
// Parent: None
// Field count: 3
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Inflow_EntOutputHandler {
constexpr std::ptrdiff_t m_SourceEntity = 0x80; // PulseSymbol_t
constexpr std::ptrdiff_t m_SourceOutput = 0x90; // PulseSymbol_t
constexpr std::ptrdiff_t m_ExpectedParamType = 0xA0; // CPulseValueFullType
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
namespace CPulseCell_Outflow_TestExplicitYesNo {
constexpr std::ptrdiff_t m_Yes = 0x48; // CPulse_OutflowConnection
constexpr std::ptrdiff_t m_No = 0x90; // CPulse_OutflowConnection
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
namespace CPulseCell_Outflow_TestRandomYesNo {
constexpr std::ptrdiff_t m_Yes = 0x48; // CPulse_OutflowConnection
constexpr std::ptrdiff_t m_No = 0x90; // CPulse_OutflowConnection
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_Outflow_CycleOrdered__InstanceState_t {
constexpr std::ptrdiff_t m_nNextIndex = 0x0; // int32
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Outflow_StringSwitch {
constexpr std::ptrdiff_t m_DefaultCaseOutflow = 0x48; // CPulse_OutflowConnection
constexpr std::ptrdiff_t m_CaseOutflows = 0x90; // CUtlVector<CPulse_OutflowConnection>
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_LimitCount__InstanceState_t {
constexpr std::ptrdiff_t m_nCurrentCount = 0x0; // int32
}
// Parent: None
// Field count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPulseProvideFeatureTag
namespace FakeEntity_tAPI {
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Test_MultiInflow_WithDefault {
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Step_DebugLog {
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_BaseYieldingInflow {
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace PulseNodeDynamicOutflows_t {
constexpr std::ptrdiff_t m_Outflows = 0x0; // CUtlVector<PulseNodeDynamicOutflows_t::DynamicOutflow_t>
}
// Parent: None
// Field count: 1
namespace CPulseCell_IsRequirementValid__Criteria_t {
constexpr std::ptrdiff_t m_bIsValid = 0x0; // bool
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Inflow_ObservableVariableListener {
constexpr std::ptrdiff_t m_nBlackboardReference = 0x80; // PulseRuntimeBlackboardReferenceIndex_t
constexpr std::ptrdiff_t m_bSelfReference = 0x82; // bool
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Outflow_CycleOrdered {
constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace PulseSelectorOutflowList_t {
constexpr std::ptrdiff_t m_Outflows = 0x0; // CUtlVector<OutflowWithRequirements_t>
}
// Parent: None
// Field count: 0
//
// Metadata:
// MPulseInstanceDomainInfo
// MPulseDomainHookInfo
// MPulseDomainScopeInfo
// MPulseLibraryBindings
namespace CPulseGraphInstance_TurtleGraphics {
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
namespace CPulseCell_Val_TestDomainGetEntityName {
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
// MPulseEditorCanvasItemSpecKV3
namespace CPulseCell_Inflow_Wait {
constexpr std::ptrdiff_t m_WakeResume = 0x48; // CPulse_ResumePoint
}
// Parent: None
// Field count: 3
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_TestWaitWithCursorState {
constexpr std::ptrdiff_t m_WakeResume = 0x48; // CPulse_ResumePoint
constexpr std::ptrdiff_t m_WakeCancel = 0x90; // CPulse_ResumePoint
constexpr std::ptrdiff_t m_WakeFail = 0xD8; // CPulse_ResumePoint
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Outflow_CycleShuffled {
constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
}
// Parent: None
// Field count: 5
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Inflow_Method {
constexpr std::ptrdiff_t m_MethodName = 0x80; // PulseSymbol_t
constexpr std::ptrdiff_t m_Description = 0x90; // CUtlString
constexpr std::ptrdiff_t m_bIsPublic = 0x98; // bool
constexpr std::ptrdiff_t m_ReturnType = 0xA0; // CPulseValueFullType
constexpr std::ptrdiff_t m_Args = 0xB8; // CUtlLeanVector<CPulseRuntimeMethodArg>
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_BaseValue {
}
// Parent: None
// Field count: 4
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorCanvasItemSpecKV3
namespace CPulseCell_BooleanSwitchState {
constexpr std::ptrdiff_t m_Condition = 0x48; // PulseObservableBoolExpression_t
constexpr std::ptrdiff_t m_SubGraph = 0xC0; // CPulse_OutflowConnection
constexpr std::ptrdiff_t m_WhenTrue = 0x108; // CPulse_OutflowConnection
constexpr std::ptrdiff_t m_WhenFalse = 0x150; // CPulse_OutflowConnection
}
// Parent: None
// Field count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPulseProvideFeatureTag
namespace FakeEntityDerivedB_tAPI {
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Inflow_Yield {
constexpr std::ptrdiff_t m_UnyieldResume = 0x48; // CPulse_ResumePoint
}
// Parent: None
// Field count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
namespace CPulseMathlib {
}
// Parent: None
// Field count: 1
namespace CPulseCell_Unknown {
constexpr std::ptrdiff_t m_UnknownKeys = 0x48; // KeyValues3
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Outflow_CycleRandom {
constexpr std::ptrdiff_t m_Outputs = 0x48; // CUtlVector<CPulse_OutflowConnection>
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Step_PublicOutput {
constexpr std::ptrdiff_t m_OutputIndex = 0x48; // PulseRuntimeOutputIndex_t
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
namespace CPulseCell_Val_TestDomainFindEntityByName {
}
// Parent: None
// Field count: 4
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_BlackboardReference {
constexpr std::ptrdiff_t m_hBlackboardResource = 0x0; // CStrongHandle<InfoForResourceTypeIPulseGraphDef>
constexpr std::ptrdiff_t m_BlackboardResource = 0x8; // PulseSymbol_t
constexpr std::ptrdiff_t m_nNodeID = 0x18; // PulseDocNodeID_t
constexpr std::ptrdiff_t m_NodeName = 0x20; // CGlobalSymbol
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
namespace CPulseCell_Value_RandomInt {
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Outflow_IntSwitch {
constexpr std::ptrdiff_t m_DefaultCaseOutflow = 0x48; // CPulse_OutflowConnection
constexpr std::ptrdiff_t m_CaseOutflows = 0x90; // CUtlVector<CPulse_OutflowConnection>
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPulseEditorHeaderText
namespace CPulseCell_Step_TestDomainEntFire {
constexpr std::ptrdiff_t m_Input = 0x48; // CUtlString
}
// Parent: None
// Field count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPulseProvideFeatureTag
namespace FakeEntityDerivedA_tAPI {
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
// MPulseEditorCanvasItemSpecKV3
// MPulseSelectorAllowRequirementCriteria
// MPulseSelectorAllowRequirementCriteria
// MPulseSelectorAllowRequirementCriteria
namespace CPulseCell_ExampleSelector {
constexpr std::ptrdiff_t m_OutflowList = 0x48; // PulseSelectorOutflowList_t
}
// Parent: None
// Field count: 6
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_CallInfo {
constexpr std::ptrdiff_t m_PortName = 0x0; // PulseSymbol_t
constexpr std::ptrdiff_t m_nEditorNodeID = 0x10; // PulseDocNodeID_t
constexpr std::ptrdiff_t m_RegisterMap = 0x18; // PulseRegisterMap_t
constexpr std::ptrdiff_t m_CallMethodID = 0x48; // PulseDocNodeID_t
constexpr std::ptrdiff_t m_nSrcChunk = 0x4C; // PulseRuntimeChunkIndex_t
constexpr std::ptrdiff_t m_nSrcInstruction = 0x50; // int32
}
// Parent: None
// Field count: 4
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPulseSelectorAllowRequirementCriteria
// MPulseSelectorAllowRequirementCriteria
namespace CPulseCell_InlineNodeSkipSelector {
constexpr std::ptrdiff_t m_nFlowNodeID = 0x48; // PulseDocNodeID_t
constexpr std::ptrdiff_t m_bAnd = 0x4C; // bool
constexpr std::ptrdiff_t m_PassOutflow = 0x50; // PulseSelectorOutflowList_t
constexpr std::ptrdiff_t m_FailOutflow = 0x68; // CPulse_OutflowConnection
}
// Parent: None
// Field count: 3
namespace CPulseCell_ExampleCriteria__Criteria_t {
constexpr std::ptrdiff_t m_flFloatValue1 = 0x0; // float32
constexpr std::ptrdiff_t m_flFloatValue2 = 0x4; // float32
constexpr std::ptrdiff_t m_bMyBool = 0x8; // bool
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
namespace CPulseCell_ExampleCriteria {
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
// MPulseRequirementPass
// MPulseRequirementSummaryExpr
namespace CPulseCell_LimitCount {
constexpr std::ptrdiff_t m_nLimitCount = 0x48; // int32
}
// Parent: None
// Field count: 5
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
namespace CPulseCell_Step_CallExternalMethod {
constexpr std::ptrdiff_t m_MethodName = 0x48; // PulseSymbol_t
constexpr std::ptrdiff_t m_GameBlackboard = 0x58; // PulseSymbol_t
constexpr std::ptrdiff_t m_ExpectedArgs = 0x68; // CUtlLeanVector<CPulseRuntimeMethodArg>
constexpr std::ptrdiff_t m_nAsyncCallMode = 0x78; // PulseMethodCallMode_t
constexpr std::ptrdiff_t m_OnFinished = 0x80; // CPulse_ResumePoint
}
// Parent: None
// Field count: 3
//
// Metadata:
// MGetKV3ClassDefaults
namespace PulseObservableBoolExpression_t {
constexpr std::ptrdiff_t m_EvaluateConnection = 0x0; // CPulse_OutflowConnection
constexpr std::ptrdiff_t m_DependentObservableVars = 0x48; // CUtlVector<PulseRuntimeVarIndex_t>
constexpr std::ptrdiff_t m_DependentObservableBlackboardReferences = 0x60; // CUtlVector<PulseRuntimeBlackboardReferenceIndex_t>
}
// Parent: None
// Field count: 1
namespace CPulseCell_LimitCount__Criteria_t {
constexpr std::ptrdiff_t m_bLimitCountPasses = 0x0; // bool
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
namespace CPulseCell_Step_TestDomainCreateFakeEntity {
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
namespace CPulseCell_CursorQueue {
constexpr std::ptrdiff_t m_nCursorsAllowedToRunParallel = 0x98; // int32
}
// Parent: None
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPulseCellOutflowHookInfo
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
namespace CPulseCell_Value_RandomFloat {
}
// Parent: None
// Field count: 0
namespace CPulseExecCursor {
}
}
}
}