Freeciv-3.1
|
Data Fields | |
int | ref_count |
struct unit * | punit |
struct player * | powner |
bv_player | can_see_unit |
bv_player | can_see_move |
struct vision * | old_vision |
Definition at line 91 of file unittools.c.
bv_player unit_move_data::can_see_move |
Definition at line 96 of file unittools.c.
Referenced by unit_move(), and unit_move_data().
bv_player unit_move_data::can_see_unit |
Definition at line 95 of file unittools.c.
Referenced by send_unit_info(), unit_goes_out_of_sight(), unit_move(), and unit_move_data().
struct vision* unit_move_data::old_vision |
Definition at line 97 of file unittools.c.
Referenced by unit_move_data(), and unit_move_data_unref().
struct player* unit_move_data::powner |
Definition at line 94 of file unittools.c.
Referenced by send_unit_info(), unit_move_by_data(), and unit_move_data().
struct unit* unit_move_data::punit |
Definition at line 93 of file unittools.c.
Referenced by server_remove_unit_full(), unit_move(), unit_move_by_data(), unit_move_data(), and unit_move_data_unref().
int unit_move_data::ref_count |
Definition at line 92 of file unittools.c.
Referenced by unit_move_data(), and unit_move_data_unref().