Freeciv-3.1
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 81 of file unithand.c.

Field Documentation

◆ [union]

union { ... } ane_expl

◆ blocker

struct action* ane_expl::blocker

Definition at line 105 of file unithand.c.

Referenced by expl_act_not_enabl(), and illegal_action_msg().

◆ capacity_city

struct city* ane_expl::capacity_city

◆ distance

int ane_expl::distance

Definition at line 108 of file unithand.c.

Referenced by expl_act_not_enabl(), and illegal_action_msg().

◆ gold_needed

int ane_expl::gold_needed

◆ kind

enum ane_kind ane_expl::kind

◆ no_act_nation

struct nation_type* ane_expl::no_act_nation

◆ no_act_terrain

struct terrain* ane_expl::no_act_terrain

◆ no_tgt_utype

const struct unit_type* ane_expl::no_tgt_utype

◆ no_war_with

struct player* ane_expl::no_war_with

◆ peace_with

struct player* ane_expl::peace_with