AIPlayer Class Reference#include <aiPlayer.h>
Inheritance diagram for AIPlayer:
[legend]List of all members.
Member Typedef Documentation
Member Enumeration Documentation
- Enumerator:
-
| ModeStop |
|
| ModeMove |
|
| ModeStuck |
|
Reimplemented from Player.
Constructor & Destructor Documentation
Member Function Documentation
| void AIPlayer::throwCallback |
( |
const char * |
name |
) |
[private] |
| AIPlayer::DECLARE_CONOBJECT |
( |
AIPlayer |
|
) |
|
| virtual bool AIPlayer::getAIMove |
( |
Move * |
move |
) |
[virtual] |
| GameBase* AIPlayer::getAimObject |
( |
|
) |
const [inline] |
| void AIPlayer::setAimLocation |
( |
const Point3F & |
location |
) |
|
| Point3F AIPlayer::getAimLocation |
( |
|
) |
const [inline] |
| void AIPlayer::clearAim |
( |
|
) |
|
| void AIPlayer::setMoveSpeed |
( |
const F32 |
speed |
) |
|
| F32 AIPlayer::getMoveSpeed |
( |
|
) |
const [inline] |
| void AIPlayer::setMoveTolerance |
( |
const F32 |
tolerance |
) |
|
| F32 AIPlayer::getMoveTolerance |
( |
|
) |
const [inline] |
| void AIPlayer::setMoveDestination |
( |
const Point3F & |
location, |
|
|
bool |
slowdown | |
|
) |
| | |
| Point3F AIPlayer::getMoveDestination |
( |
|
) |
const [inline] |
| void AIPlayer::stopMove |
( |
|
) |
|
Member Data Documentation
|