class CNmEntityAttributeIntEvent : public CNmEntityAttributeEventBase
{
public:
    int32 m_nIntValue;
};

KV3 Class Defaults

{
    _class = "CNmEntityAttributeIntEvent"
    m_flStartTime = 
    {
        m_flValue = 0.0
    }
    m_flDuration = 
    {
        m_flValue = 0.0
    }
    m_syncID = ""
    m_bClientOnly = false
    m_attributeName = ""
    m_nIntValue = 0
}