Method GetSpecialType
GetSpecialType(int, int)
Returns the special type of the piece at the given row and column. This should be between 0 and BoardSize.NumSpecialTypes (inclusive). The actual order of the values doesn't matter.
Declaration
public abstract int GetSpecialType(int row, int col)
Parameters
| Type | Name | Description |
|---|---|---|
| int | row | |
| int | col |
Returns
| Type | Description |
|---|---|
| int |