![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <unit.h>
Public Attributes | |
| enum unit_orders | order |
| enum unit_activity | activity |
| int | target |
| int | sub_target |
| int | action |
| enum direction8 | dir |
| int unit_order::action |
Definition at line 87 of file unit.h.
Referenced by are_unit_orders_equal(), dio_get_unit_order_raw(), dio_put_unit_order_raw(), dir_opposite(), execute_orders(), make_path_orders(), and upgrade_unit_order_targets().
| enum unit_activity unit_order::activity |
Definition at line 459 of file unit.h.
Referenced by are_unit_orders_equal(), dio_get_unit_order_raw(), dio_put_unit_order_raw(), dir_opposite(), execute_orders(), and make_path_orders().
| enum direction8 unit_order::dir |
Definition at line 87 of file unit.h.
Referenced by are_unit_orders_equal(), dio_get_unit_order_raw(), dio_put_unit_order_raw(), execute_orders(), make_path_orders(), mapdeco_set_gotoroute(), and upgrade_unit_order_targets().
| enum unit_orders unit_order::order |
Definition at line 459 of file unit.h.
Referenced by are_unit_orders_equal(), freeciv::path_finder::path_finder_private::attempt_action_move(), freeciv::path_finder::path_finder_private::attempt_full_mp(), freeciv::path_finder::path_finder_private::attempt_move(), freeciv::detail::vertex::child_for_action(), dio_get_unit_order_raw(), dio_put_unit_order_raw(), dir_opposite(), execute_orders(), make_path_orders(), mapdeco_set_gotoroute(), sg_load_player_city(), sg_load_player_unit(), and upgrade_unit_order_targets().
| int unit_order::sub_target |
Definition at line 85 of file unit.h.
Referenced by are_unit_orders_equal(), dio_get_unit_order_raw(), dio_put_unit_order_raw(), execute_orders(), make_path_orders(), and unit_order_list_is_sane().
| int unit_order::target |
Definition at line 84 of file unit.h.
Referenced by are_unit_orders_equal(), dio_get_unit_order_raw(), dio_put_unit_order_raw(), execute_orders(), make_path_orders(), mapdeco_set_gotoroute(), unit_order_list_is_sane(), and upgrade_unit_order_targets().