Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo

Packages that use GameInfo
cz.cuni.amis.pogamut.ut2004.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh   
cz.cuni.amis.pogamut.ut2004.bot Abstract classes used for creating concrete bots. 
cz.cuni.amis.pogamut.ut2004.bot.impl   
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages   
cz.cuni.amis.pogamut.ut2004.server.impl   
 

Uses of GameInfo in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return GameInfo
 GameInfo Game.getGameInfo()
          Returns original GameInfo message.
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with parameters of type GameInfo
 void CTF.gameInfoSensed(GameInfo gameInfo)
           
 void CTF.GameInfoListener.notify(GameInfo event)
           
 

Uses of GameInfo in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh with parameters of type GameInfo
 boolean NavMesh.load(GameInfo info, boolean shouldReloadNavMesh)
          Load NavMesh according to current map (obtained through getLevel()) from directories specified by NavMeshConstants.
 

Uses of GameInfo in cz.cuni.amis.pogamut.ut2004.bot
 

Methods in cz.cuni.amis.pogamut.ut2004.bot with parameters of type GameInfo
 void IUT2004BotController.botFirstSpawn(GameInfo gameInfo, ConfigChange currentConfig, InitedMessage init, Self self)
          This method is called only once whenever first batch of information what the bot can see is received.
 void IUT2004BotController.botInitialized(GameInfo gameInfo, ConfigChange currentConfig, InitedMessage init)
          This method is called whenever InitedMessage is received.
 

Uses of GameInfo in cz.cuni.amis.pogamut.ut2004.bot.impl
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.impl with parameters of type GameInfo
 void UT2004BotController.botFirstSpawn(GameInfo gameInfo, ConfigChange currentConfig, InitedMessage init, Self self)
           
 void UT2004BotController.botInitialized(GameInfo gameInfo, ConfigChange currentConfig, InitedMessage init)
           
 

Uses of GameInfo in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 

Subclasses of GameInfo in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 class GameInfoCompositeImpl
          Composite implementation of the NFO abstract message.
 class GameInfoMessage
          Implementation of the GameBots2004 message NFO contains also its Local/Shared/Static subpart class definitions..
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages that return GameInfo
 GameInfo UT2004CompositeObjectCreator.GameInfoCreator.create(ILocalWorldObject localPart, ISharedWorldObject sharedPart, IStaticWorldObject staticPart)
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages with parameters of type GameInfo
GameInfo.GameInfoUpdate(GameInfo source, long eventTime, ITeamId teamId)
           
GameInfoLocalImpl(GameInfo original)
          Cloning constructor from the full message.
GameInfoStaticImpl(GameInfo original)
          Cloning constructor from the full message.
 

Uses of GameInfo in cz.cuni.amis.pogamut.ut2004.server.impl
 

Methods in cz.cuni.amis.pogamut.ut2004.server.impl that return GameInfo
 GameInfo AbstractUT2004Server.getGameInfo()
           
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.