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

    Function combineStanceWithSide

    • Create a combined stance+laterality string.

      Korean: 자세 측면 결합

      Combines a trigram stance and laterality into a single string identifier.

      Parameters

      Returns
          | "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"

      Combined string in format "stance_laterality"

      const combined = combineStanceWithSide("geon", "left");
      // "geon_left"

      자세측면결합