class CDampedPathAnimMotorUpdater : public CPathAnimMotorUpdaterBase
{
    uint8 pad_0028[4];
public:
    float32 m_flAnticipationTime;
    float32 m_flMinSpeedScale;
    CAnimParamHandle m_hAnticipationPosParam;
    CAnimParamHandle m_hAnticipationHeadingParam;
    float32 m_flSpringConstant;
    float32 m_flMinSpringTension;
    float32 m_flMaxSpringTension;
};

KV3 Class Defaults

{
    _class = "CDampedPathAnimMotorUpdater"
    m_name = ""
    m_bDefault = false
    m_bLockToPath = false
    m_flAnticipationTime = 1.0
    m_flMinSpeedScale = 0.25
    m_hAnticipationPosParam = 
    {
        m_type = "ANIMPARAM_UNKNOWN"
        m_index = 255
    }
    m_hAnticipationHeadingParam = 
    {
        m_type = "ANIMPARAM_UNKNOWN"
        m_index = 255
    }
    m_flSpringConstant = 10.0
    m_flMinSpringTension = 1.0
    m_flMaxSpringTension = 100.0
}