| Package | Description |
|---|---|
| com.threerings.parlor.game.data | |
| com.threerings.parlor.game.server |
| Modifier and Type | Field and Description |
|---|---|
GameAI[] |
GameConfig.ais
Configurations for AIs to be used in this game.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GameManagerDelegate.setAI(int pidx,
GameAI ai)
Called when the specified player has been set as an AI with the supplied AI configuration.
|
void |
GameManager.setAI(int pidx,
GameAI ai)
Sets the specified player as an AI with the specified configuration.
|
void |
GameManagerDelegate.tickAI(int pidx,
GameAI ai)
Called by the manager when we should do some AI.
|
Copyright © 2015. All rights reserved.