class CAI_VolumetricEventSensor : public CPointEntity
{
uint8 pad_04F0[16];
public:
bool m_bDisabled;
AI_VolumetricEventTypeMask_t m_nEventTypeMask;
float32 m_flSensitivity;
float32 m_flMaxRange;
CUtlSymbolLarge m_iszListenFilter;
CHandle<CBaseFilter> m_hListenFilter;
CUtlVector<AI_VolumetricEventHandle_t> m_hSensedEvents;
};