Freeciv-3.1
|
#include <pf_tools.h>
Data Fields | |
struct pf_parameter land | sea |
int | land_scale |
int | sea_scale |
struct pf_parameter | combined |
Definition at line 35 of file pf_tools.h.
struct pf_parameter pft_amphibious::combined |
Definition at line 42 of file pf_tools.h.
Referenced by pft_fill_amphibious_parameter().
int pft_amphibious::land_scale |
Definition at line 41 of file pf_tools.h.
Referenced by amphibious_extra_cost(), amphibious_move(), and pft_fill_amphibious_parameter().
struct pf_parameter land pft_amphibious::sea |
Definition at line 38 of file pf_tools.h.
Referenced by amphibious_behaviour(), amphibious_extra_cost(), amphibious_is_pos_dangerous(), amphibious_move(), amphibious_move_scope(), and pft_fill_amphibious_parameter().
int pft_amphibious::sea_scale |
Definition at line 41 of file pf_tools.h.
Referenced by amphibious_extra_cost(), amphibious_move(), and pft_fill_amphibious_parameter().