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

    Function getWalkAnimation

    • Get walk animation for a stance with laterality support.

      Korean: 자세 걷기 애니메이션 가져오기

      Returns the walk animation for the specified stance with optional laterality transformation applied.

      Parameters

      • stanceOrSide:
            | TrigramStance
            | "geon_left"
            | "geon_right"
            | "tae_left"
            | "tae_right"
            | "li_left"
            | "li_right"
            | "jin_left"
            | "jin_right"
            | "son_left"
            | "son_right"
            | "gam_left"
            | "gam_right"
            | "gan_left"
            | "gan_right"
            | "gon_left"
            | "gon_right"

        Stance identifier with optional laterality

      • defaultLaterality: StanceLaterality = "right"

        Default laterality if not specified (default: "right")

      Returns SkeletalAnimation | undefined

      Walk animation or undefined if not found

      const leftGeonWalk = getWalkAnimation("geon_left");
      const taeWalk = getWalkAnimation("tae"); // Defaults to right

      걷기애니메이션가져오기