![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Collaboration diagram for unit_move_data:Public Attributes | |
| 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 84 of file unittools.cpp.
| bv_player unit_move_data::can_see_move |
Definition at line 89 of file unittools.cpp.
Referenced by unit_move(), and unit_move_data().
| bv_player unit_move_data::can_see_unit |
Definition at line 88 of file unittools.cpp.
Referenced by send_unit_info(), unit_move(), and unit_move_data().
| struct vision* unit_move_data::old_vision |
Definition at line 90 of file unittools.cpp.
Referenced by unit_move_data(), and unit_move_data_unref().
| struct player* unit_move_data::powner |
Definition at line 87 of file unittools.cpp.
Referenced by send_unit_info(), and unit_move_data().
| struct unit* unit_move_data::punit |
Definition at line 86 of file unittools.cpp.
Referenced by send_unit_info(), unit_move(), unit_move_data(), and unit_move_data_unref().
| int unit_move_data::ref_count |
Definition at line 85 of file unittools.cpp.
Referenced by unit_move_data(), and unit_move_data_unref().