Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
    Preparing search index...

    Function isWithinHitWindow

    • Check if a technique can hit at the given animation time.

      Korean: 타격 가능 시간 확인

      Parameters

      • animationType: AnimationType

        Animation type

      • currentTime: number

        Current time in animation (seconds)

      Returns boolean

      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)

      타격가능시간확인