Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
int | id |
int | length |
bool | persistent |
bool | vigilant |
struct unit_order | orders [MAX_LEN_ROUTE] |
Definition at line 494 of file packets_gen.h.
int packet_city_rally_point::id |
Definition at line 495 of file packets_gen.h.
Referenced by city_rally_point_receive(), handle_city_rally_point(), handle_city_rally_point(), and send_rally_path_orders().
int packet_city_rally_point::length |
Definition at line 496 of file packets_gen.h.
Referenced by city_rally_point_receive(), and send_rally_path_orders().
struct unit_order packet_city_rally_point::orders[MAX_LEN_ROUTE] |
Definition at line 499 of file packets_gen.h.
Referenced by city_rally_point_receive(), and send_rally_path_orders().
bool packet_city_rally_point::persistent |
Definition at line 497 of file packets_gen.h.
Referenced by city_rally_point_receive(), and send_rally_path_orders().
bool packet_city_rally_point::vigilant |
Definition at line 498 of file packets_gen.h.
Referenced by city_rally_point_receive(), and send_rally_path_orders().