Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CPathMover

CPathMover

Jan 23, 2026

  • schemas
  • schemas/class
class CPathMover : public CPathWithDynamicNodes
{
public:
    CUtlVector<CHandle<CFuncMover>> m_vecMovers;
    CHandle<CPathMoverEntitySpawner> m_hMoverSpawner;
    CUtlSymbolLarge m_iszMoverSpawnerName;
};

Graph View

Backlinks

  • Entity List
  • CFuncMover
  • CPathMoverEntitySpawner

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server