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

#include <packets_gen.h>

Data Fields

int xsize
 
int ysize
 
int topology_id
 
int wrap_id
 
int north_latitude
 
int south_latitude
 
bool altitude_info
 

Detailed Description

Definition at line 268 of file packets_gen.h.

Field Documentation

◆ altitude_info

bool packet_map_info::altitude_info

Definition at line 275 of file packets_gen.h.

Referenced by handle_map_info().

◆ north_latitude

int packet_map_info::north_latitude

Definition at line 273 of file packets_gen.h.

Referenced by handle_map_info().

◆ south_latitude

int packet_map_info::south_latitude

Definition at line 274 of file packets_gen.h.

Referenced by handle_map_info().

◆ topology_id

int packet_map_info::topology_id

Definition at line 271 of file packets_gen.h.

Referenced by handle_map_info().

◆ wrap_id

int packet_map_info::wrap_id

Definition at line 272 of file packets_gen.h.

Referenced by handle_map_info().

◆ xsize

int packet_map_info::xsize

Definition at line 269 of file packets_gen.h.

Referenced by handle_map_info(), and send_map_info().

◆ ysize

int packet_map_info::ysize

Definition at line 270 of file packets_gen.h.

Referenced by handle_map_info().