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

    Interface CombatControlsProps

    interface CombatControlsProps {
        combatSystem?: MockCombatSystem;
        height?: number;
        isExecutingTechnique: boolean;
        onAttack: () => void;
        onDefend: () => void;
        onSwitchStance: (stance: TrigramStance) => void;
        onTechniqueExecute: () => void;
        player: PlayerState;
        width?: number;
        x?: number;
        y?: number;
    }
    Index

    Properties

    combatSystem?: MockCombatSystem
    height?: number
    isExecutingTechnique: boolean
    onAttack: () => void
    onDefend: () => void
    onSwitchStance: (stance: TrigramStance) => void
    onTechniqueExecute: () => void
    player: PlayerState
    width?: number
    x?: number
    y?: number