Get defensive animations for a stance with laterality support.
Korean: 자세 방어 애니메이션 가져오기
Returns all defensive animations (2 per stance) with optional laterality transformation applied.
Stance identifier with optional laterality
Default laterality if not specified (default: "right")
Array of defensive animations (2 per stance)
const leftGamDefense = getDefensiveAnimations("gam_left");// Returns 2 left-handed Water stance defensive moves Copy
const leftGamDefense = getDefensiveAnimations("gam_left");// Returns 2 left-handed Water stance defensive moves
방어애니메이션가져오기
Get defensive animations for a stance with laterality support.
Korean: 자세 방어 애니메이션 가져오기
Returns all defensive animations (2 per stance) with optional laterality transformation applied.