Method RemovePiece
| Edit this page View SourceRemovePiece(string)
Remove a custom piece by its name.
Declaration
public void RemovePiece(string pieceName)Parameters
| Type | Name | Description | 
|---|---|---|
| string | pieceName | Name of the piece to remove. | 
RemovePiece(CustomPiece)
Remove a custom piece by its ref.
Declaration
public void RemovePiece(CustomPiece piece)Parameters
| Type | Name | Description | 
|---|---|---|
| CustomPiece | piece | CustomPiece to remove. |