| Package | Description |
|---|---|
| com.threerings.parlor.client | |
| com.threerings.parlor.data | |
| com.threerings.parlor.server |
| Modifier and Type | Method and Description |
|---|---|
TableConfig |
TableConfigurator.getTableConfig()
Return the fully configured table config according to the currently
configured user interface elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableDirector.createTable(TableConfig tableConfig,
GameConfig config)
Sends a request to create a table with the specified game configuration.
|
void |
TableService.createTable(TableConfig tableConfig,
GameConfig config,
com.threerings.presents.client.InvocationService.ResultListener listener)
Requests that a new table be created.
|
void |
TableConfigurator.setTableConfig(TableConfig config)
Optionally, you can set a pre-configured TableConfig
that will be used to initialize the display parameters (if possible).
|
| Modifier and Type | Field and Description |
|---|---|
TableConfig |
Table.tconfig
The table configuration object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableMarshaller.createTable(TableConfig arg1,
GameConfig arg2,
com.threerings.presents.client.InvocationService.ResultListener arg3) |
void |
Table.init(int lobbyOid,
TableConfig tconfig,
GameConfig config)
Initializes a new table instance, and assigns it the next monotonically increasing table id.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
TableManager.createTable(com.threerings.crowd.data.BodyObject creator,
TableConfig tableConfig,
GameConfig config)
Creates a table for the specified creator and returns said table.
|
void |
TableProvider.createTable(com.threerings.presents.data.ClientObject caller,
TableConfig arg1,
GameConfig arg2,
com.threerings.presents.client.InvocationService.ResultListener arg3)
|
void |
TableManager.createTable(com.threerings.presents.data.ClientObject caller,
TableConfig tableConfig,
GameConfig config,
com.threerings.presents.client.InvocationService.ResultListener listener) |
Copyright © 2015. All rights reserved.