Freeciv-3.2
|
#include <packets_gen.h>
Data Fields | |
int | id |
int | length |
bool | persistent |
bool | vigilant |
struct unit_order | orders [MAX_LEN_ROUTE] |
Definition at line 490 of file packets_gen.h.
int packet_city_rally_point::id |
Definition at line 491 of file packets_gen.h.
Referenced by city_rally_point_receive(), handle_city_rally_point(), handle_city_rally_point(), send_packet_city_rally_point_100(), and send_rally_path_orders().
int packet_city_rally_point::length |
Definition at line 492 of file packets_gen.h.
Referenced by city_rally_point_receive(), send_packet_city_rally_point_100(), and send_rally_path_orders().
struct unit_order packet_city_rally_point::orders[MAX_LEN_ROUTE] |
Definition at line 495 of file packets_gen.h.
Referenced by city_rally_point_receive(), send_packet_city_rally_point_100(), and send_rally_path_orders().
bool packet_city_rally_point::persistent |
Definition at line 493 of file packets_gen.h.
Referenced by city_rally_point_receive(), send_packet_city_rally_point_100(), and send_rally_path_orders().
bool packet_city_rally_point::vigilant |
Definition at line 494 of file packets_gen.h.
Referenced by city_rally_point_receive(), send_packet_city_rally_point_100(), and send_rally_path_orders().