public class TableConfig
extends com.threerings.io.SimpleStreamableObject
| Modifier and Type | Field and Description |
|---|---|
int |
desiredPlayerCount
The total number of players that are desired for the table.
|
int |
minimumPlayerCount
The minimum number of players needed overall (or per-team if a team-based game) for the
game to start at the creator's discretion.
|
boolean |
privateTable
Whether the table is "private".
|
int[][] |
teamMemberIndices
If non-null, indicates that this is a team-based game and contains the team assignments for
each player.
|
| Constructor and Description |
|---|
TableConfig() |
public int desiredPlayerCount
public int minimumPlayerCount
public int[][] teamMemberIndices
public boolean privateTable
Copyright © 2015. All rights reserved.