Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CAI_VolumetricEventEntity

CAI_VolumetricEventEntity

Nov 23, 2025

  • schemas
  • schemas/class
class CAI_VolumetricEventEntity : public CPointEntity
{
public:
    AI_VolumetricEventType_t m_iEventType;
    AI_VolumetricEventFlags_t m_iEventFlags;
    float32 m_flRadius;
    AI_VolumetricEventHandle_t m_hEvent;
    float32 m_flDuration;
    CUtlSymbolLarge m_iszProxyEntityName;
};

Graph View

Backlinks

  • Entity List
  • CAI_VolumetricEventEntityAlias_ai_sound

Created with Quartz v4.5.2 © 2025

  • Hit Deadlock Modding Server