GigaPasjans
Loading...
Searching...
No Matches
Game::Scoring Struct Reference

Defines the point values for various game actions. More...

#include <GameRulesEngine.h>

Public Member Functions

constexpr Scoring (int32 stockToTableau, int32 stockToFoundation, int32 tableauToFoundation, int32 foundationToTableau, int32 revealCard)
 

Public Attributes

int32 StockToTableau
 Points for moving a card from stock to tableau.
 
int32 StockToFoundation
 Points for moving a card from stock to foundation.
 
int32 TableauToFoundation
 Points for moving a card from tableau to foundation.
 
int32 FoundationToTableau
 Points penalty for moving a card from foundation to tableau.
 
int32 RevealCard
 Points for revealing a hidden card.
 

Detailed Description

Defines the point values for various game actions.


The documentation for this struct was generated from the following file: