Uses of Class
com.threerings.parlor.game.data.GameAI

Packages that use GameAI
com.threerings.parlor.game.data   
com.threerings.parlor.game.server   
 

Uses of GameAI in com.threerings.parlor.game.data
 

Fields in com.threerings.parlor.game.data declared as GameAI
 GameAI[] GameConfig.ais
          Configurations for AIs to be used in this game.
 

Uses of GameAI in com.threerings.parlor.game.server
 

Methods in com.threerings.parlor.game.server with parameters of type GameAI
 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 © 2011. All Rights Reserved.