![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include <LongPathfinder.h>

Public Attributes | |
| u32 | steps |
| PathGoal | goal |
| u16 | iGoal |
| u16 | jGoal |
| pass_class_t | passClass |
| PriorityQueue | open |
| PathfindTileGrid * | tiles |
| Grid< NavcellData > * | terrain |
| PathCost | hBest |
| u16 | iBest |
| u16 | jBest |
| const JumpPointCache * | jpc |
| PathGoal PathfinderState::goal |
| PathCost PathfinderState::hBest |
| u16 PathfinderState::iBest |
| u16 PathfinderState::iGoal |
| u16 PathfinderState::jBest |
| u16 PathfinderState::jGoal |
| const JumpPointCache* PathfinderState::jpc |
| PriorityQueue PathfinderState::open |
| pass_class_t PathfinderState::passClass |
| u32 PathfinderState::steps |
| Grid<NavcellData>* PathfinderState::terrain |
| PathfindTileGrid* PathfinderState::tiles |