Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
packet_city_rally_point Struct Reference

#include <packets_gen.h>

Data Fields

int id
 
int length
 
bool persistent
 
bool vigilant
 
struct unit_order orders [MAX_LEN_ROUTE]
 

Detailed Description

Definition at line 494 of file packets_gen.h.

Field Documentation

◆ id

int packet_city_rally_point::id

◆ length

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().

◆ 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().

◆ persistent

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().

◆ vigilant

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().