Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CMoverPathNode

CMoverPathNode

Nov 23, 2025

  • schemas
  • schemas/class
class CMoverPathNode : public CPointEntity
{
public:
    Vector m_vInTangentLocal;
    Vector m_vOutTangentLocal;
    CUtlSymbolLarge m_szParentPathUniqueID;
    CUtlSymbolLarge m_szPathNodeParameter;
    CEntityIOOutput m_OnStartFromOrInSegment;
    CEntityIOOutput m_OnStoppedAtOrInSegment;
    CEntityIOOutput m_OnPassThrough;
    CEntityIOOutput m_OnPassThroughForward;
    CEntityIOOutput m_OnPassThroughReverse;
    CHandle<CPathMover> m_hMover;
    CTransform m_xWSPrevParent;
};

Graph View

Backlinks

  • Entity List
  • CFuncMover
  • CPathMover

Created with Quartz v4.5.2 © 2025

  • Hit Deadlock Modding Server