| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.agent.module.sensor |
Utility classes concerning some aspects of the gameplay (mainly for UT).
|
| cz.cuni.amis.pogamut.ut2004.agent.navigation |
Navigation API for Unreal.
|
| cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector | |
| cz.cuni.amis.pogamut.ut2004.bot |
Abstract classes used for creating concrete bots.
|
| cz.cuni.amis.pogamut.ut2004.bot.impl | |
| cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages |
| Modifier and Type | Field and Description |
|---|---|
protected Self |
CTF.self |
| Modifier and Type | Method and Description |
|---|---|
Self |
AgentInfo.getSelf() |
| Modifier and Type | Method and Description |
|---|---|
void |
CTF.selfAppeared(Self self) |
| Modifier and Type | Method and Description |
|---|---|
void |
CTF.SelfUpdatedListener.notify(WorldObjectUpdatedEvent<Self> event) |
| Modifier and Type | Field and Description |
|---|---|
protected Self |
AbstractUT2004PathNavigator.self
Self object that is lazy-initialized inside AbstractUT2004PathNavigator.self. |
| Modifier and Type | Method and Description |
|---|---|
void |
UT2004TimeStuckDetector.eventSelf(IWorldObjectEvent<Self> event) |
void |
UT2004PositionStuckDetector.eventSelf(IWorldObjectEvent<Self> event) |
void |
UT2004DistanceStuckDetector.eventSelf(IWorldObjectEvent<Self> event) |
| Modifier and Type | Method and Description |
|---|---|
void |
IUT2004BotController.botFirstSpawn(GameInfo gameInfo,
ConfigChange currentConfig,
InitedMessage init,
Self self)
This method is called only once whenever first batch of information what the bot can see is received.
|
| Modifier and Type | Method and Description |
|---|---|
Self |
UT2004Bot.getSelf()
Return's bot's
Self object. |
| Modifier and Type | Method and Description |
|---|---|
void |
UT2004BotController.botFirstSpawn(GameInfo gameInfo,
ConfigChange currentConfig,
InitedMessage init,
Self self) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelfCompositeImpl
Composite implementation of the SLF abstract message.
|
class |
SelfMessage
Implementation of the GameBots2004 message SLF contains also its Local/Shared/Static subpart class definitions..
|
| Modifier and Type | Method and Description |
|---|---|
Self |
UT2004CompositeObjectCreator.SelfCreator.create(ILocalWorldObject localPart,
ISharedWorldObject sharedPart,
IStaticWorldObject staticPart) |
| Constructor and Description |
|---|
Self.SelfUpdate(Self source,
long eventTime,
ITeamId teamId) |
SelfLocalImpl(Self original)
Cloning constructor from the full message.
|
SelfStaticImpl(Self original)
Cloning constructor from the full message.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.