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

    Interface UseTechniqueSelectionConfig

    Configuration for technique selection hook.

    interface UseTechniqueSelectionConfig {
        enabled?: boolean;
        onTechniqueExecute?: (technique: Technique) => void;
        onTechniqueSelected?: (technique: Technique) => void;
        player: PlayerState;
    }
    Index

    Properties

    enabled?: boolean

    Whether technique selection is enabled

    onTechniqueExecute?: (technique: Technique) => void

    Callback when technique execution is attempted

    onTechniqueSelected?: (technique: Technique) => void

    Callback when technique is selected

    player: PlayerState

    Player state with resources and stance