#include <mob.h>


Public Member Functions | |
| AiState (Mob *m) | |
| virtual bool | act (bool enemyInFOV, bool justAlerted)=0 |
| virtual std::string | status ()=0 |
Public Attributes | |
| Mob * | owner |
|
inline |


|
pure virtual |
Implemented in Mob::Fleeing.
|
pure virtual |
Implemented in Mob::Fleeing.
| Mob* Mob::AiState::owner |