Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
goto_map Struct Reference

Data Fields

struct unitfocus
 
struct partparts
 
int num_parts
 
union { 
 
   struct { 
 
      int   initial_turns 
 
   }   connect 
 
   struct { 
 
      struct pf_path *   return_path 
 
   }   patrol 
 
};  
 
struct pf_parameter template
 

Detailed Description

Definition at line 59 of file goto.c.

Field Documentation

◆ [union]

union { ... } goto_map

◆ [struct]

struct { ... } goto_map::connect

◆ focus

struct unit* goto_map::focus

Definition at line 60 of file goto.c.

Referenced by goto_map_new(), and goto_map_unit().

◆ initial_turns

int goto_map::initial_turns

Definition at line 65 of file goto.c.

Referenced by goto_fill_parameter_full(), goto_get_turns(), and goto_tile_state().

◆ num_parts

int goto_map::num_parts

◆ parts

struct part* goto_map::parts

◆ [struct]

struct { ... } goto_map::patrol

◆ return_path

struct pf_path* goto_map::return_path

◆ template

struct pf_parameter goto_map::template

Definition at line 71 of file goto.c.

Referenced by add_part(), fill_parameter_part(), and goto_fill_parameter_full().