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

    Function isFallState

    • Check if an animation state is a fall animation state

      Korean: 낙법 애니메이션 상태인지 확인

      Determines if the given animation state is one of the fall animations.

      Parameters

      Returns boolean

      True if state is a fall animation

      if (isFallState(AnimationState.FALL_FORWARD)) {
      // Handle fall animation logic
      }

      낙법상태확인