frontend
    Preparing search index...

    Variable HoldemPhaseConst

    HoldemPhase: {
        END: 6;
        FLOP: 2;
        INIT: 0;
        PRE_FLOP: 1;
        REBUY: 7;
        RIVER: 4;
        SHOWDOWN: 5;
        TURN: 3;
    } = ...

    Texas Hold'em phase constants (sync: internal/domain/Holdem.go).

    Type Declaration

    • ReadonlyEND: 6
    • ReadonlyFLOP: 2
    • ReadonlyINIT: 0
    • ReadonlyPRE_FLOP: 1
    • ReadonlyREBUY: 7
    • ReadonlyRIVER: 4
    • ReadonlySHOWDOWN: 5
    • ReadonlyTURN: 3