public static Vector2Int GetPieceIndexVec(this PieceTable table, string pieceName) { int cat = -1; return(table.GetPieceIndexVec(pieceName, ref cat)); }