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

    Interface TechniqueSelection

    Technique selection state for a player.

    Tracks available techniques, cooldowns, and current selection.

    interface TechniqueSelection {
        activeCooldowns: readonly TechniqueCooldown[];
        availableTechniques: readonly Technique[];
        isLocked: boolean;
        selectedIndex: number;
    }
    Index

    Properties

    activeCooldowns: readonly TechniqueCooldown[]

    Active cooldowns

    availableTechniques: readonly Technique[]

    Available techniques for current archetype

    isLocked: boolean

    Whether technique selection is locked (during execution)

    selectedIndex: number

    Currently selected technique index