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

Packages that use PlayerScore
cz.cuni.amis.pogamut.ut2004.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages   
 

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

Fields in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with type parameters of type PlayerScore
protected  Map<UnrealId,PlayerScore> AgentStats.playerScores
          Most rescent message containing info about the player's score.
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return types with arguments of type PlayerScore
 Map<UnrealId,PlayerScore> AgentStats.getPlayerScores()
          Returns map with scores of respective players in the game.
 Map<UnrealId,PlayerScore> Game.getPlayerScores()
          Returns unmodifiable map with player scores.
 

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

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages with parameters of type PlayerScore
PlayerScore(PlayerScore original)
          Cloning constructor from the full message.
 



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