Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

lerpdata_t

lerpdata_t

Nov 23, 2025

  • schemas
  • schemas/class
class lerpdata_t
{
public:
    CHandle<CBaseEntity> m_hEnt;
    MoveType_t m_MoveType;
    GameTime_t m_flStartTime;
    Vector m_vecStartOrigin;
    Quaternion m_qStartRot;
    ParticleIndex_t m_nFXIndex;
private:
    uint8 pad_0034[16];
};

Graph View

Backlinks

  • CTriggerLerpObject

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server