| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
Move(Move original)
Cloning constructor.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.