Check if a technique can hit at the given animation time.
Korean: 타격 가능 시간 확인
Animation type
Current time in animation (seconds)
True if within hit window
const canHit = isWithinHitWindow(AnimationType.JAB, 0.15);// Returns true (0.15s is within jab's 0.10-0.25s window) Copy
const canHit = isWithinHitWindow(AnimationType.JAB, 0.15);// Returns true (0.15s is within jab's 0.10-0.25s window)
타격가능시간확인
Check if a technique can hit at the given animation time.
Korean: 타격 가능 시간 확인