Get statistics about animation mapping coverage.
Korean: 매핑 통계 가져오기
Returns coverage statistics for the animation mapping system, useful for validation and testing.
Mapping statistics
const stats = getAnimationMappingStats();console.log(`Total configurations: ${stats.totalConfigurations}`); // 16console.log(`Total attacks: ${stats.totalAttacks}`); // 8 × 5 × 2 = 80 Copy
const stats = getAnimationMappingStats();console.log(`Total configurations: ${stats.totalConfigurations}`); // 16console.log(`Total attacks: ${stats.totalAttacks}`); // 8 × 5 × 2 = 80
매핑통계가져오기
Get statistics about animation mapping coverage.
Korean: 매핑 통계 가져오기
Returns coverage statistics for the animation mapping system, useful for validation and testing.