Freeciv21
Develop your civilization from humble roots to a global empire
pf_danger_node::pf_danger_pos Struct Reference

Public Attributes

signed short cost
 
unsigned extra_cost
 
signed dir_to_here: 4
 

Detailed Description

Definition at line 937 of file path_finding.cpp.

Member Data Documentation

◆ cost

signed short pf_danger_node::pf_danger_pos::cost

Definition at line 938 of file path_finding.cpp.

Referenced by pf_danger_map_construct_path(), and pf_danger_map_create_segment().

◆ dir_to_here

signed pf_danger_node::pf_danger_pos::dir_to_here

Definition at line 940 of file path_finding.cpp.

Referenced by pf_danger_map_construct_path(), and pf_danger_map_create_segment().

◆ extra_cost

unsigned pf_danger_node::pf_danger_pos::extra_cost

Definition at line 939 of file path_finding.cpp.

Referenced by pf_danger_map_construct_path(), and pf_danger_map_create_segment().