Freeciv-3.1
|
#include <packets_gen.h>
Data Fields | |
int | offset |
int | total_length |
int | chunk_length |
unsigned char | data [ATTRIBUTE_CHUNK_SIZE] |
Definition at line 591 of file packets_gen.h.
int packet_player_attribute_chunk::chunk_length |
Definition at line 594 of file packets_gen.h.
Referenced by generic_handle_player_attribute_chunk(), 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 595 of file packets_gen.h.
Referenced by generic_handle_player_attribute_chunk(), send_attribute_block(), and send_packet_player_attribute_chunk_100().
int packet_player_attribute_chunk::offset |
Definition at line 592 of file packets_gen.h.
Referenced by generic_handle_player_attribute_chunk(), handle_player_attribute_chunk(), pre_send_packet_player_attribute_chunk(), receive_packet_player_attribute_chunk_100(), send_attribute_block(), and send_packet_player_attribute_chunk_100().
int packet_player_attribute_chunk::total_length |
Definition at line 593 of file packets_gen.h.
Referenced by generic_handle_player_attribute_chunk(), handle_player_attribute_chunk(), pre_send_packet_player_attribute_chunk(), send_attribute_block(), and send_packet_player_attribute_chunk_100().