Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...
    interface CombatControlsProps {
        height?: number;
        isExecutingTechnique: boolean;
        onAttack: () => void;
        onDefend: () => void;
        onSwitchStance: (stance: TrigramStance) => void;
        onTechniqueExecute: () => void;
        player: PlayerState;
        width?: number;
        x?: number;
        y?: number;
    }
    Index

    Properties

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