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

    Interface EscapeAttemptResult

    Escape attempt result.

    Korean: 탈출 시도 결과 (Escape Attempt Result)

    interface EscapeAttemptResult {
        grappleControl: GrappleControl | null;
        reason?: string;
        staminaCost: number;
        success: boolean;
    }
    Index

    Properties

    grappleControl: GrappleControl | null

    Updated grapple control state

    reason?: string

    Reason for failure if unsuccessful

    staminaCost: number

    Stamina cost for the attempt

    success: boolean

    Whether the escape was successful