// MPropertyFriendlyName = Soundevent Count
class CSosGroupActionSoundeventCountSchema : public CSosGroupActionSchema
{
public:
    // MPropertyFriendlyName = Exclude Stopped Sounds from Count
    bool m_bExcludeStoppedSounds;
    // MPropertyFriendlyName = Result Current Count
    CUtlString m_strCountKeyName;
};

KV3 Class Defaults

{
    _class = "CSosGroupActionSoundeventCountSchema"
    m_bExcludeStoppedSounds = true
    m_strCountKeyName = "current_count"
}