Méthode | Description | |
---|---|---|
FullTilt ( ) : System | ||
FullTilt ( String language ) : System | ||
GetCurrentHandHistorySubdirectory ( ) : String | ||
GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String | ||
GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame | ||
GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType | ||
InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int | ||
IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool |
Méthode | Description | |
---|---|---|
InitializeData ( ) : void |
public FullTilt ( String language ) : System | ||
language | String | |
Résultat | System |
public GetCurrentHandHistorySubdirectory ( ) : String | ||
Résultat | String |
public GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String | ||
windowTitle | String | |
Résultat | String |
public GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame | ||
gameDescription | string | |
Résultat | PokerGame |
public GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType | ||
windowTitle | string | |
Résultat | PokerGameType |
public InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int | ||
line | string | |
filename | String | |
currentGameId | String | |
Résultat | int |
public IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool | ||
gameType | PokerGameType | |
Résultat | bool |