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

    Interface MappingValidationResult

    Validation result for technique animation mapping completeness

    Korean: 기술 애니메이션 매핑 검증 결과

    Reports coverage percentage and lists any missing mappings that need to be filled in.

    매핑검증결과

    interface MappingValidationResult {
        coverage: number;
        mapped: number;
        missing: readonly TechniqueAnimationKey[];
        total: number;
    }
    Index

    Properties

    coverage: number

    Coverage percentage (0-100)

    mapped: number

    Number of mapped combinations

    missing: readonly TechniqueAnimationKey[]

    List of missing combinations

    total: number

    Total combinations expected