Freeciv-3.3
|
#include <path_finding.h>
Data Fields | |
struct tile * | tile |
int | turn |
int | moves_left |
int | fuel_left |
unsigned | total_MC |
unsigned | total_EC |
enum direction8 | dir_to_next_pos |
enum direction8 | dir_to_here |
Definition at line 327 of file path_finding.h.
enum direction8 pf_position::dir_to_here |
Definition at line 340 of file path_finding.h.
enum direction8 pf_position::dir_to_next_pos |
Definition at line 339 of file path_finding.h.
Referenced by pf_normal_map_construct_path().
int pf_position::fuel_left |
Definition at line 332 of file path_finding.h.
Referenced by update_last_part().
int pf_position::moves_left |
Definition at line 330 of file path_finding.h.
Referenced by update_last_part().
Definition at line 328 of file path_finding.h.
Referenced by adv_unit_execute_path(), immediate_destination(), make_path_orders(), pf_path_advance(), pf_path_backtrack(), send_connect_route(), send_goto_route(), and tile_before_end_path().
unsigned pf_position::total_EC |
Definition at line 337 of file path_finding.h.
Referenced by dai_log_path().
unsigned pf_position::total_MC |
Definition at line 336 of file path_finding.h.
Referenced by dai_log_path(), and update_last_part().
int pf_position::turn |
Definition at line 329 of file path_finding.h.
Referenced by auto_worker_findwork(), dai_auto_settler_run(), dai_log_path(), goto_get_turns(), and request_unit_return().