Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CPathAccompany

CPathAccompany

Nov 23, 2025

  • schemas
  • schemas/class
class CPathAccompany : public CBaseEntity
{
public:
    float32 m_flPathLength;
    CUtlVector<PathAccompanyNode_t> m_vecNodes;
    GameTime_t m_flLastPathRecalc;
    CTransform m_xLastParentTransform;
    PathAccompanyProperties_t m_properties;
    CEntityIOOutput m_OnNpcStartedPath;
    CEntityIOOutput m_OnNpcCompletedPath;
    CEntityIOOutput m_OnNpcBreakFromPath;
};

Graph View

Backlinks

  • Entity List

Created with Quartz v4.5.2 © 2025

  • Hit Deadlock Modding Server