Abstract contract for all Player subclasses
More...
Abstract contract for all Player subclasses
| Roulette.Player.Player |
( |
Table |
table, |
|
|
Wheel |
wheel |
|
) |
| |
Constructor
- Parameters
-
| table | Required |
| wheel | Required |
| abstract void Roulette.Player.Lose |
( |
Bet |
bet | ) |
|
|
pure virtual |
| abstract void Roulette.Player.PlaceBets |
( |
| ) |
|
|
pure virtual |
| abstract void Roulette.Player.Win |
( |
Bet |
bet | ) |
|
|
pure virtual |
| Table Roulette.Player.table |
|
protected |
The table the bets will be placed on.
| Wheel Roulette.Player.wheel |
|
protected |
The wheel that will provide the available outcomes for the player's strategy.
| abstract Outcome Roulette.Player.focusedOutcome |
|
get |
The outcome the player will bet on based on the player's strategey
The documentation for this class was generated from the following file:
- E:/@Documents/My Open Source Repos/ItMayBeAHackOOD/Assets/01_Roulette/Player.cs