IAIEventListener

C++
struct IAIEventListener {
};
File

IAISystem.h

Description

AI event listener

IAIEventListener::~IAIEventListener Destructor
C++
virtual ~IAIEventListener();
IAIEventListener::OnAIEvent Method
C++
virtual void OnAIEvent(EAIStimulusType type, const Vec3& pos, float radius, float threat, EntityId sender) = 0;