#include <Creature_Knowledge.hpp>
◆ Creature_Knowledge()
| Creature_Knowledge::Creature_Knowledge |
( |
| ) |
|
◆ addTile()
| void Creature_Knowledge::addTile |
( |
World_Local * |
_map, |
|
|
int |
_x, |
|
|
int |
_y |
|
) |
| |
◆ clear()
| void Creature_Knowledge::clear |
( |
| ) |
|
◆ hasSeen()
| char Creature_Knowledge::hasSeen |
( |
World_Local * |
_map, |
|
|
int |
_x, |
|
|
int |
_y |
|
) |
| |
◆ init()
| void Creature_Knowledge::init |
( |
| ) |
|
◆ nextStep()
| char Creature_Knowledge::nextStep |
( |
| ) |
|
◆ updateLOS()
| void Creature_Knowledge::updateLOS |
( |
| ) |
|
◆ updateThreat()
| void Creature_Knowledge::updateThreat |
( |
short int |
threatX, |
|
|
short int |
threatY |
|
) |
| |
◆ currentGoal
| HasXY Creature_Knowledge::currentGoal |
◆ pathIndex
| unsigned int Creature_Knowledge::pathIndex |
◆ threatLocation
| HasXY Creature_Knowledge::threatLocation |
◆ vVisibleTiles
| Vector<LocalTile*> Creature_Knowledge::vVisibleTiles |
◆ vVisitedTiles
| Vector<HasXY*> Creature_Knowledge::vVisitedTiles |
The documentation for this class was generated from the following files: