CannotPlaceTetrominoFail Class

The player tried to place a tetromino into a puzzle, but the tetromino cannot be placed there. This failure can be produced by the PlaceTetrominoAction or MasterAction.

Definition

Namespace: ProjectLCore.GameActions.Verification
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public class CannotPlaceTetrominoFail : VerificationFailure
Inheritance
Object    VerificationResult    VerificationFailure    CannotPlaceTetrominoFail

Constructors

CannotPlaceTetrominoFail Initializes a new instance of the CannotPlaceTetrominoFail class.

Properties

Configuration The configuration of the tetromino.
Message A description of the failure. Specifies the ID of the puzzle and the configuration of the tetromino.
(Overrides VerificationFailureMessage)
PuzzleId The ID of the puzzle

See Also