frontend
Preparing search index...
types/phases
PokerAction
Variable PokerAction
Const
PokerAction
:
{
ALL_IN
:
5
;
BET
:
3
;
CALL
:
2
;
CHECK
:
1
;
FOLD
:
0
;
RAISE
:
4
}
= ...
Poker action constants (sync: internal/domain/Poker.go).
Type Declaration
Readonly
ALL_IN
:
5
Readonly
BET
:
3
Readonly
CALL
:
2
Readonly
CHECK
:
1
Readonly
FOLD
:
0
Readonly
RAISE
:
4
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Poker action constants (sync: internal/domain/Poker.go).