AILTimerTriggerOverlap

Description

Sets how to deal with a new trigger that occurs while the associated timer has not yet expired (both its delay and duration)..

namespace AILTimerTriggerOverlap
{
	enum Type
	{
		Latch,
		Off,
		Reset
	};
}