Freeciv-3.2
|
#include <packets_gen.h>
Data Fields | |
int | offset |
int | total_length |
int | chunk_length |
unsigned char | data [ATTRIBUTE_CHUNK_SIZE] |
Definition at line 584 of file packets_gen.h.
int packet_player_attribute_chunk::chunk_length |
Definition at line 587 of file packets_gen.h.
Referenced by handle_player_attribute_chunk(), pre_send_packet_player_attribute_chunk(), send_attribute_block(), and send_packet_player_attribute_chunk_100().
unsigned char packet_player_attribute_chunk::data[ATTRIBUTE_CHUNK_SIZE] |
Definition at line 588 of file packets_gen.h.
Referenced by send_attribute_block(), and send_packet_player_attribute_chunk_100().
int packet_player_attribute_chunk::offset |
Definition at line 585 of file packets_gen.h.
Referenced by handle_player_attribute_chunk(), pre_send_packet_player_attribute_chunk(), receive_packet_player_attribute_chunk_100(), and send_attribute_block().
int packet_player_attribute_chunk::total_length |
Definition at line 586 of file packets_gen.h.
Referenced by handle_player_attribute_chunk(), pre_send_packet_player_attribute_chunk(), send_attribute_block(), and send_packet_player_attribute_chunk_100().