![]() |
Crossfire Server, Trunk
1.75.0
|
Structure to store data so we can use a minheap. More...
Collaboration diagram for path_data:Data Fields | |
| uint16_t | distance |
| uint16_t | heuristic_dist |
| int16_t | movement_penalty |
| int16_t | x |
| int16_t | y |
Structure to store data so we can use a minheap.
Definition at line 413 of file monster.cpp.
| uint16_t path_data::distance |
Definition at line 416 of file monster.cpp.
Referenced by monster_compute_path(), and path_measure_func().
| uint16_t path_data::heuristic_dist |
Definition at line 417 of file monster.cpp.
Referenced by monster_compute_path(), and path_measure_func().
| int16_t path_data::movement_penalty |
Definition at line 419 of file monster.cpp.
Referenced by monster_compute_path().
| int16_t path_data::x |
Definition at line 414 of file monster.cpp.
Referenced by monster_compute_path().
| int16_t path_data::y |
Definition at line 415 of file monster.cpp.
Referenced by monster_compute_path().