| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.agent.navigation |
Navigation API for Unreal.
|
| cz.cuni.amis.pogamut.ut2004.bot.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004RunStraight
Run straight class is meant to provide "straight running" combined with "stuck detection".
|
| Modifier and Type | Field and Description |
|---|---|
protected IUT2004RunStraight |
UT2004Navigation.runStraight
UT2004RunStraight is used to run directly to player at some moment.
|
| Modifier and Type | Method and Description |
|---|---|
IUT2004RunStraight |
UT2004Navigation.getRunStraight() |
IUT2004RunStraight |
IUT2004Navigation.getRunStraight()
Returns underlying
IUT2004RunStraight object that is being used by this IUT2004Navigation. |
| Constructor and Description |
|---|
UT2004Navigation(UT2004Bot bot,
IUT2004PathExecutor ut2004PathExecutor,
IPathPlanner<NavPoint> pathPlanner,
IUT2004GetBackToNavGraph getBackOnPath,
IUT2004RunStraight runStraight)
Here you may specify any custom UT2004Navigation parts.
|
UT2004Navigation(UT2004Bot bot,
IUT2004PathExecutor ut2004PathExecutor,
IPathPlanner<NavPoint> pathPlanner,
IUT2004GetBackToNavGraph getBackOnPath,
IUT2004RunStraight runStraight,
double extendPathThreshold)
Here you may specify any custom UT2004Navigation parts.
|
| Modifier and Type | Field and Description |
|---|---|
protected IUT2004RunStraight |
UT2004BotModuleController.runStraight
Navigation helper that can run-straight to some point with stuck detectors.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.