Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
int | offset |
int | total_length |
int | chunk_length |
unsigned char | data [ATTRIBUTE_CHUNK_SIZE] |
Definition at line 588 of file packets_gen.h.
int packet_player_attribute_chunk::chunk_length |
Definition at line 591 of file packets_gen.h.
Referenced by handle_player_attribute_chunk(), pre_send_packet_player_attribute_chunk(), and send_attribute_block().
unsigned char packet_player_attribute_chunk::data[ATTRIBUTE_CHUNK_SIZE] |
Definition at line 592 of file packets_gen.h.
Referenced by send_attribute_block().
int packet_player_attribute_chunk::offset |
Definition at line 589 of file packets_gen.h.
Referenced by handle_player_attribute_chunk(), pre_send_packet_player_attribute_chunk(), and send_attribute_block().
int packet_player_attribute_chunk::total_length |
Definition at line 590 of file packets_gen.h.
Referenced by handle_player_attribute_chunk(), pre_send_packet_player_attribute_chunk(), and send_attribute_block().