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

    Interface KnockbackResult

    Result of knockback calculation.

    Korean: 밀침 결과 (Knockback Result)

    Contains displacement vector, animation timing, and fall determination.

    밀침결과

    interface KnockbackResult {
        displacement: Vector3;
        duration: number;
        recoveryWindow: number;
        shouldFall: boolean;
    }
    Index

    Properties

    displacement: Vector3

    Total knockback displacement vector in world space

    duration: number

    Duration of knockback animation in seconds

    recoveryWindow: number

    Vulnerable state duration after knockback ends in seconds

    shouldFall: boolean

    Whether fall animation should trigger