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

    Function isRecoveryState

    • Check if an animation state is a recovery animation state

      Korean: 회복 애니메이션 상태인지 확인

      Determines if the given animation state is one of the recovery/getup animations.

      Parameters

      Returns boolean

      True if state is a recovery animation

      if (isRecoveryState(AnimationState.RECOVERY_ROLL)) {
      // Handle recovery animation logic
      }

      회복상태확인