Board.PlacePiece Method

Simplexity

BoardPlacePiece Method

This method will try to place the piece on the given column and return true or false according to the possibilities

Namespace:  Simplexity_Game
Assembly:  Simplexity_Game (in Simplexity_Game.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool PlacePiece(
	Piece piece,
	int column
)
Public Function PlacePiece ( 
	piece As Piece,
	column As Integer
) As Boolean
public:
bool PlacePiece(
	Piece^ piece, 
	int column
)
member PlacePiece : 
        piece : Piece * 
        column : int -> bool 

Parameters

piece
Type: Simplexity_GamePiece

[Missing <param name="piece"/> documentation for "M:Simplexity_Game.Board.PlacePiece(Simplexity_Game.Piece,System.Int32)"]

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Simplexity_Game.Board.PlacePiece(Simplexity_Game.Piece,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Simplexity_Game.Board.PlacePiece(Simplexity_Game.Piece,System.Int32)"]

See Also