Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CPhysForce

CPhysForce

Jan 23, 2026

  • schemas
  • schemas/class
class CPhysForce : public CPointEntity
{
public:
    // MPhysPtr = !!UNKNOWN!!
    IPhysicsMotionController* m_pController;
    CUtlSymbolLarge m_nameAttach;
    float32 m_force;
    float32 m_forceTime;
    CHandle<CBaseEntity> m_attachedObject;
    // MNotSaved = !!UNKNOWN!!
    bool m_wasRestored;
    CConstantForceController m_integrator;
};

Graph View

Backlinks

  • CPhysThruster
  • CPhysTorque

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server