Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

pulse_runtime_lib

❯

CPulseGraphExecutionHistory

CPulseGraphExecutionHistory

Nov 23, 2025

  • schemas
  • schemas/class
class CPulseGraphExecutionHistory
{
public:
    PulseGraphInstanceID_t m_nInstanceID;
    CUtlString m_strFileName;
    CUtlVector<PulseGraphExecutionHistoryEntry_t*> m_vecHistory;
    CUtlOrderedMap<PulseDocNodeID_t, PulseGraphExecutionHistoryNodeDesc_t*> m_mapCellDesc;
    CUtlOrderedMap<PulseCursorID_t, PulseGraphExecutionHistoryCursorDesc_t*> m_mapCursorDesc;
};

KV3 Class Defaults

{
    m_nInstanceID = 0
    m_strFileName = ""
    m_vecHistory = [  ]
    m_mapCellDesc = 
    {
    }
    m_mapCursorDesc = 
    {
    }
}

Graph View

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server