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

    Function isStepState

    • Check if an animation state is a step movement state

      Korean: 발걸음 이동 상태인지 확인

      Determines if the given animation state is one of the tactical step movement animations.

      Parameters

      Returns boolean

      True if state is a step movement animation

      if (isStepState(AnimationState.STEP_FORWARD)) {
      // Handle step movement logic
      }

      발걸음상태확인