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

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

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

Methods in cz.cuni.amis.pogamut.udk.communication.messages.gbcommands that return Move
 Move Move.setFirstLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location FirstLocation)
          The bot will start moving to this location first.
 Move Move.setFocusLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location FocusLocation)
          Here you can specify location you want to face during movement.
 Move Move.setFocusTarget(cz.cuni.amis.pogamut.unreal.communication.messages.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(cz.cuni.amis.pogamut.base3d.worldview.object.Location SecondLocation)
          After reaching FirstLocation, the bot will start moving to location specified here.
 

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



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