TurnInfo Structure

Represents the information about the current turn.

Definition

Namespace: ProjectLCore.GameLogic
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public struct TurnInfo
Inheritance
Object    ValueType    TurnInfo

Constructors

TurnInfo Initializes a new instance of the TurnInfo struct with the specified parameters.

Properties

GamePhase The current phase of the game.
LastRound if this is the last round of the game; otherwise .
NumActionsLeft The number of actions the current player has left in this turn.
TookBlackPuzzle if the current player took a black puzzle this turn; otherwise .
UsedMasterAction if the current player used the Master action this turn; otherwise .

Methods

ToString Converts to string.
(Overrides ValueTypeToString)

See Also