Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

DestructiblePartDestructionRequest_t

DestructiblePartDestructionRequest_t

Jan 23, 2026

  • schemas
  • schemas/class
class DestructiblePartDestructionRequest_t
{
public:
    HitGroup_t m_nHitGroup;
    int32 m_nDamageLevel;
    EDestructibleParts_DestroyParameterFlags m_nDestroyFlags;
    DamageTypes_t m_nDamageType;
    float32 m_flBreakDamage;
    float32 m_flBreakDamageRadius;
    VectorWS m_vWsBreakDamageOrigin;
    Vector m_vWsBreakDamageForce;
};

Graph View

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server