Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CPathTrack

CPathTrack

Nov 23, 2025

  • schemas
  • schemas/class
class CPathTrack : public CPointEntity
{
public:
    CPathTrack* m_pnext;
    CPathTrack* m_pprevious;
    CPathTrack* m_paltpath;
    float32 m_flRadius;
    float32 m_length;
    CUtlSymbolLarge m_altName;
    int32 m_nIterVal;
    TrackOrientationType_t m_eOrientationType;
    CEntityIOOutput m_OnPass;
};

Graph View

Backlinks

  • Entity List
  • CFuncTrackChange
  • CFuncTrackTrain
  • CPathTrack

Created with Quartz v4.5.2 © 2025

  • Hit Deadlock Modding Server