Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Move

Packages that use Move
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands   
 

Uses of Move in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands that return Move
 Move Move.setFirstLocation(Location FirstLocation)
          The bot will start moving to this location first.
 Move Move.setFocusLocation(Location FocusLocation)
          Here you can specify location you want to face during movement.
 Move Move.setFocusTarget(UnrealId FocusTarget)
          Here you can specify UnrealId of the object you want to face during movement (typically enemy player you want to shoot at).
 Move Move.setSecondLocation(Location SecondLocation)
          After reaching FirstLocation, the bot will start moving to location specified here.
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands with parameters of type Move
Move(Move original)
          Cloning constructor.
 



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