Freeciv-3.2
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
 

Detailed Description

Definition at line 265 of file packets_gen.h.

Field Documentation

◆ north_latitude

int packet_map_info::north_latitude

Definition at line 270 of file packets_gen.h.

Referenced by handle_map_info(), and send_packet_map_info_100().

◆ south_latitude

int packet_map_info::south_latitude

Definition at line 271 of file packets_gen.h.

Referenced by handle_map_info(), and send_packet_map_info_100().

◆ topology_id

int packet_map_info::topology_id

Definition at line 268 of file packets_gen.h.

Referenced by handle_map_info(), and send_packet_map_info_100().

◆ wrap_id

int packet_map_info::wrap_id

Definition at line 269 of file packets_gen.h.

Referenced by handle_map_info(), and send_packet_map_info_100().

◆ xsize

int packet_map_info::xsize

Definition at line 266 of file packets_gen.h.

Referenced by handle_map_info(), send_map_info(), and send_packet_map_info_100().

◆ ysize

int packet_map_info::ysize

Definition at line 267 of file packets_gen.h.

Referenced by handle_map_info(), and send_packet_map_info_100().