Method | Description | |
---|---|---|
Bet ( int roll_before ) : int | ||
GetAction ( |
||
ResetShoe ( bool forced ) : bool | ||
RoundOver ( |
||
TakeInsurance ( |
public abstract Bet ( int roll_before ) : int | ||
roll_before | int | |
return | int |
public abstract GetAction ( |
||
seen_cards | ||
dealer_upcard | ||
player_hands | ||
active_hand | int | |
available_actions | List |
|
return | ActionType |
public RoundOver ( |
||
seen_cards | ||
dealer_hand | ||
player_hands | ||
game_id | long | |
roll_after | int | |
return | void |
public abstract TakeInsurance ( |
||
seen_cards | ||
return | bool |