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

    Function getAnimationTypeForTechnique

    • Get AnimationType for a given technique ID

      Looks up the AnimationType from the TECHNIQUE_TO_ANIMATION_TYPE mapping. Currently only supports archetype techniques (TechniqueId enum). Returns undefined for unknown techniques or trigram techniques.

      Parameters

      • techniqueId: string | undefined

        The technique ID

      Returns AnimationType | undefined

      The AnimationType for movement physics, or undefined if not found

      기술ID로애니메이션타입가져오기