frontend
    Preparing search index...

    Interface DoubtCpuAction

    CPU play action in Doubt with bluff information.

    interface DoubtCpuAction {
        cardCount: number;
        claimedValue: number;
        hasTell?: boolean;
        hesitationMs?: number;
        isBluff: boolean;
        playerIdx: number;
    }
    Index

    Properties

    cardCount: number
    claimedValue: number
    hasTell?: boolean
    hesitationMs?: number
    isBluff: boolean
    playerIdx: number