Method AddPieceTable
| Improve this Doc View SourceAddPieceTable(CustomPieceTable)
Add a CustomPieceTable to the game.
Checks if the custom piece table is valid and unique and adds it to the list of custom piece tables.
Checks if the custom piece table is valid and unique and adds it to the list of custom piece tables.
Declaration
public bool AddPieceTable(CustomPieceTable customPieceTable)
Parameters
Type | Name | Description |
---|---|---|
CustomPieceTable | customPieceTable | The custom piece table to add. |
Returns
Type | Description |
---|---|
bool | true if the custom piece table was added to the manager. |