| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.udk.agent.module.sensor |
Utility classes concerning some aspects of the gameplay (mainly for UT).
|
| cz.cuni.amis.pogamut.udk.agent.navigation |
Navigation API for Unreal.
|
| cz.cuni.amis.pogamut.udk.agent.navigation.stuckdetector | |
| cz.cuni.amis.pogamut.udk.bot |
Abstract classes used for creating concrete bots.
|
| cz.cuni.amis.pogamut.udk.bot.impl | |
| cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages |
| Modifier and Type | Method and Description |
|---|---|
Self |
AgentInfo.getSelf() |
| Modifier and Type | Field and Description |
|---|---|
protected Self |
AbstractUDKPathNavigator.self
Self object that is lazy-initialized inside AbstractUDKPathNavigator.self. |
| Modifier and Type | Method and Description |
|---|---|
void |
UDKTimeStuckDetector.eventSelf(IWorldObjectEvent<Self> event) |
void |
UDKPositionHistoryStuckDetector.eventSelf(IWorldObjectEvent<Self> event) |
| Modifier and Type | Method and Description |
|---|---|
void |
IUDKBotController.botSpawned(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 |
|---|---|
void |
UDKBotController.botSpawned(GameInfo gameInfo,
ConfigChange currentConfig,
InitedMessage init,
Self self) |
| Constructor and Description |
|---|
Self(Self original)
Cloning constructor.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.