Method | Description | |
---|---|---|
GetCurrentHandHistorySubdirectory ( ) : String | ||
GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String | ||
GetMuckedHands ( String currentGameId ) : String>>.List |
||
GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame | ||
GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType | ||
InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int | ||
IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool | ||
SealsWithClubs ( ) : System | ||
SealsWithClubs ( String language ) : System |
Method | Description | |
---|---|---|
InitializeData ( ) : void |
Method | Description | |
---|---|---|
getXmlHandData ( String currentGameId ) : String |
public GetCurrentHandHistorySubdirectory ( ) : String | ||
return | String |
public GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String | ||
windowTitle | String | |
return | String |
public GetMuckedHands ( String currentGameId ) : String>>.List |
||
currentGameId | String | |
return | String>>.List |
public GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame | ||
gameDescription | string | |
return | PokerGame |
public GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType | ||
windowTitle | string | |
return | PokerGameType |
public InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int | ||
line | string | |
filename | String | |
currentGameId | String | |
return | int |
public IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool | ||
gameType | PokerGameType | |
return | bool |
public SealsWithClubs ( String language ) : System | ||
language | String | |
return | System |