Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CAI_VolumetricEventSensor

CAI_VolumetricEventSensor

Nov 23, 2025

  • schemas
  • schemas/class
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;
};

Graph View

Backlinks

  • Entity List

Created with Quartz v4.5.2 © 2025

  • Hit Deadlock Modding Server