Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
pf_normal_node Struct Reference

Data Fields

signed int cost
 
unsigned extra_cost
 
unsigned dir_to_here: 4
 
unsigned status: 3
 
unsigned move_scope: 3
 
unsigned action: 2
 
unsigned node_known_type: 2
 
unsigned behavior: 2
 
unsigned zoc_number: 2
 
unsigned short extra_tile
 

Detailed Description

Definition at line 206 of file path_finding.c.

Field Documentation

◆ action

unsigned pf_normal_node::action

Definition at line 220 of file path_finding.c.

Referenced by pf_normal_node_init().

◆ behavior

unsigned pf_normal_node::behavior

◆ cost

signed int pf_normal_node::cost

◆ dir_to_here

unsigned pf_normal_node::dir_to_here

◆ extra_cost

unsigned pf_normal_node::extra_cost

◆ extra_tile

unsigned short pf_normal_node::extra_tile

Definition at line 224 of file path_finding.c.

Referenced by pf_normal_node_init().

◆ move_scope

unsigned pf_normal_node::move_scope

Definition at line 219 of file path_finding.c.

Referenced by pf_normal_map_iterate(), pf_normal_map_new(), and pf_normal_node_init().

◆ node_known_type

unsigned pf_normal_node::node_known_type

Definition at line 221 of file path_finding.c.

Referenced by pf_normal_node_init().

◆ status

unsigned pf_normal_node::status

◆ zoc_number

unsigned pf_normal_node::zoc_number

Definition at line 223 of file path_finding.c.

Referenced by pf_normal_map_iterate(), and pf_normal_node_init().