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

    Function isGroundState

    • Check if an animation state is a ground position state

      Korean: 지면 자세 상태인지 확인

      Determines if the given animation state is one of the ground position breathing loops.

      Parameters

      Returns boolean

      True if state is a ground position animation

      if (isGroundState(AnimationState.GROUND_PRONE)) {
      // Handle ground position logic
      }

      지면상태확인