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

Data Fields

enum ane_kind kind
 
union { 
 
   struct city *   capacity_city 
 
   struct terrain *   no_act_terrain 
 
   struct player *   no_war_with 
 
   struct player *   peace_with 
 
   struct nation_type *   no_act_nation 
 
   const struct unit_type *   no_tgt_utype 
 
   struct action *   blocker 
 
   int   distance 
 
   int   gold_needed 
 
};  
 

Detailed Description

Definition at line 80 of file unithand.c.

Field Documentation

◆ [union]

union { ... } ane_expl

◆ blocker

struct action* ane_expl::blocker

Definition at line 104 of file unithand.c.

◆ capacity_city

struct city* ane_expl::capacity_city

Definition at line 86 of file unithand.c.

◆ distance

int ane_expl::distance

Definition at line 107 of file unithand.c.

◆ gold_needed

int ane_expl::gold_needed

Definition at line 110 of file unithand.c.

◆ kind

enum ane_kind ane_expl::kind

Definition at line 82 of file unithand.c.

◆ no_act_nation

struct nation_type* ane_expl::no_act_nation

Definition at line 98 of file unithand.c.

◆ no_act_terrain

struct terrain* ane_expl::no_act_terrain

Definition at line 89 of file unithand.c.

◆ no_tgt_utype

const struct unit_type* ane_expl::no_tgt_utype

Definition at line 101 of file unithand.c.

◆ no_war_with

struct player* ane_expl::no_war_with

Definition at line 92 of file unithand.c.

◆ peace_with

struct player* ane_expl::peace_with

Definition at line 95 of file unithand.c.