Freeciv-3.2
|
#include <packets_gen.h>
Data Fields | |
int | unit_id |
int | src_tile |
int | length |
bool | repeat |
bool | vigilant |
struct unit_order | orders [MAX_LEN_ROUTE] |
int | dest_tile |
Definition at line 707 of file packets_gen.h.
int packet_unit_orders::dest_tile |
Definition at line 714 of file packets_gen.h.
Referenced by handle_unit_orders(), request_move_unit_direction(), request_orders_cleared(), request_unit_non_action_move(), send_connect_route(), send_packet_unit_orders_100(), and send_path_orders().
int packet_unit_orders::length |
Definition at line 710 of file packets_gen.h.
Referenced by handle_unit_orders(), order_recursive_roads(), request_move_unit_direction(), request_orders_cleared(), request_unit_non_action_move(), send_connect_route(), send_packet_unit_orders_100(), and send_path_orders().
struct unit_order packet_unit_orders::orders[MAX_LEN_ROUTE] |
Definition at line 713 of file packets_gen.h.
Referenced by handle_unit_orders(), order_recursive_roads(), request_move_unit_direction(), request_unit_non_action_move(), send_connect_route(), send_packet_unit_orders_100(), and send_path_orders().
bool packet_unit_orders::repeat |
Definition at line 711 of file packets_gen.h.
Referenced by handle_unit_orders(), request_move_unit_direction(), request_orders_cleared(), request_unit_non_action_move(), send_connect_route(), send_packet_unit_orders_100(), and send_path_orders().
int packet_unit_orders::src_tile |
Definition at line 709 of file packets_gen.h.
Referenced by handle_unit_orders(), request_move_unit_direction(), request_orders_cleared(), request_unit_non_action_move(), send_connect_route(), send_packet_unit_orders_100(), and send_path_orders().
int packet_unit_orders::unit_id |
Definition at line 708 of file packets_gen.h.
Referenced by handle_unit_orders(), request_move_unit_direction(), request_orders_cleared(), request_unit_non_action_move(), send_connect_route(), send_packet_unit_orders_100(), and send_path_orders().
bool packet_unit_orders::vigilant |
Definition at line 712 of file packets_gen.h.
Referenced by handle_unit_orders(), request_move_unit_direction(), request_orders_cleared(), request_unit_non_action_move(), send_connect_route(), send_packet_unit_orders_100(), and send_path_orders().