C# Class test_holdem_engine.SequencePlayer

Makes a set of pre-defined actions.
Inheritance: IPlayer
Mostra file Open project: tansey/holdem_engine Class Usage Examples

Public Methods

Method Description
GetAction ( HandHistory history, holdem_engine &type, double &amount ) : void
NewHand ( HandHistory history ) : void
SequencePlayer ( ) : System

Method Details

GetAction() public method

public GetAction ( HandHistory history, holdem_engine &type, double &amount ) : void
history HandHistory
type holdem_engine
amount double
return void

NewHand() public method

public NewHand ( HandHistory history ) : void
history HandHistory
return void

SequencePlayer() public method

public SequencePlayer ( ) : System
return System