| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.udk.communication.messages |
Java wrappers for the message objects send by the GameBotsUDK.
|
| cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages | |
| cz.cuni.amis.pogamut.udk.communication.worldview.objects |
| Modifier and Type | Class and Description |
|---|---|
class |
GBObjectUpdate |
| Modifier and Type | Class and Description |
|---|---|
class |
AliveMessage
Synchronous message.
|
class |
AutoTraceRay
Synchronous message.
|
class |
ConfigChange
Asynchronous message.
|
class |
FlagInfo
Synchronous message.
|
static class |
FlagInfo.ObjectDisappeared
Used to drop Visible flag from the object.
|
class |
GameInfo
Asynchronous message.
|
class |
IncomingProjectile
Both asynchronous and synchronous message.
|
class |
InitedMessage
Asynchronous message.
|
class |
Item
Synchronous/asynchronous message.
|
static class |
Item.ObjectDisappeared
Used to drop Visible flag from the object.
|
class |
ItemCategory
Synchronous/asynchronous message.
|
class |
Mover
Synchronous message.
|
static class |
Mover.ObjectDisappeared
Used to drop Visible flag from the object.
|
class |
MyInventory
An object in the observed player's inventory.
|
class |
NavPoint
Synchronous message.
|
static class |
NavPoint.ObjectDisappeared
Used to drop Visible flag from the object.
|
class |
Player
Synchronous message.
|
static class |
Player.ObjectDisappeared
Used to drop Visible flag from the object.
|
class |
Self
Synchronous message.
|
class |
TeamScore
Synchronous message.
|
class |
Vehicle
Synchronous message.
|
static class |
Vehicle.ObjectDisappeared
Used to drop Visible flag from the object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGBWorldObjectDisappeared
Marker for "lost from sight" event, meaning some object disappeared from
the bot's view.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.