Don't have an account? Sign Up
struct IAIEventListener { };
IAISystem.h
AI event listener
virtual ~IAIEventListener();
virtual void OnAIEvent(EAIStimulusType type, const Vec3& pos, float radius, float threat, EntityId sender) = 0;