Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CPhysicsNPCSolver

CPhysicsNPCSolver

Jan 23, 2026

  • schemas
  • schemas/class
class CPhysicsNPCSolver : public CLogicalEntity
{
    uint8 pad_04A0[8];
public:
    // MNotSaved = !!UNKNOWN!!
    CPhysicsNPCSolver* m_pNext;
    CHandle<CAI_BaseNPC> m_hNPC;
    CHandle<CBaseEntity> m_hEntity;
    // MPhysPtr = !!UNKNOWN!!
    IPhysicsMotionController* m_pController;
    float32 m_separationDuration;
    GameTime_t m_cancelTime;
    bool m_allowIntersection;
};

Graph View

Backlinks

  • Entity List
  • CPhysicsNPCSolver

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server