Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

PhysObjectHeader_t

PhysObjectHeader_t

Jan 23, 2026

  • schemas
  • schemas/class
class PhysObjectHeader_t
{
public:
    PhysInterfaceId_t type;
    CHandle<CBaseEntity> hEntity;
    CUtlSymbolLarge fieldName;
    int32 nObjects;
    CUtlSymbolLarge modelName;
    AABB_t bbox;
    physics_save_sphere_t sphere;
    int32 iCollide;
};

Graph View

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server